Dave Page
|
3d0319dba7
|
Include the libpq5 deb in the Debian/Ubuntu repos.
|
2020-06-02 13:23:12 +01:00 |
|
Dave Page
|
4a0efc0e86
|
Fix message.
|
2020-06-02 13:19:46 +01:00 |
|
Dave Page
|
445abf1e31
|
Quieten pushd/popd
|
2020-06-02 13:14:02 +01:00 |
|
Dave Page
|
7f58552f60
|
Include the PostgreSQL repo so we get the latest libpq
|
2020-06-02 12:33:57 +01:00 |
|
Dave Page
|
2549085872
|
We need yum-utils. Fix the rpmmacros message whilst passing.
|
2020-06-02 11:54:36 +01:00 |
|
Dave Page
|
9e67a0b0e7
|
Include postgresql-libs in our Yum repos.
|
2020-06-02 11:30:07 +01:00 |
|
Akshay Joshi
|
a1a232a1f1
|
The 'pwd' module is not available on Windows, so replacing it with the 'getpass' module.
refs #5576
|
2020-06-02 14:09:44 +05:30 |
|
Nagesh Dhope
|
c932213abd
|
Disabled the Stop process button after clicking it and added a message 'Terminating the process...' to notify the user. Fixes #3787
|
2020-06-02 11:23:52 +05:30 |
|
Dave Page
|
a0c19252df
|
Improve error messaging if the storage and log directories cannot be created. Fixes #5576
|
2020-06-02 11:11:53 +05:30 |
|
Dave Page
|
67c978b7a4
|
Don't use virtualenv to create the venv on Windows.
|
2020-06-01 10:32:41 +01:00 |
|
Dave Page
|
f4750f0096
|
Ignore venv directories in the tree.
|
2020-06-01 10:31:34 +01:00 |
|
Dave Page
|
676fec8694
|
Cleanup Windows build scripts and ensure Windows x64 builds will work. Fixes #5574
|
2020-06-01 09:52:24 +01:00 |
|
Dave Page
|
60a0b66414
|
Conflict with postgresql-libs 9.2 and below as there won't be a suitable libpq.
Per discussion with Devrim.
|
2020-06-01 09:42:18 +01:00 |
|
Aditya Toshniwal
|
1050c9857a
|
Fixed an issue when dumping servers from a desktop pgAdmin app by providing an option '--sqlite-path'. Fixes #5521
|
2020-06-01 11:22:38 +05:30 |
|
Dave Page
|
b21b03495d
|
Tell Yum where the GPG public key is, and fix the arch and version variables, per Devrim.
|
2020-05-29 14:04:51 +01:00 |
|
Yogesh Mahajan
|
4632a7faba
|
Fixed an issue where pgadmin detects the wrong browser version of the Microsoft Edge. Fixes #5465
|
2020-05-29 13:07:02 +05:30 |
|
Dave Page
|
ccb39bea1a
|
Require postgresql >= 9.5, and don't bother with Recommends. Per discussion with Devrim.
|
2020-05-28 16:26:44 +01:00 |
|
Dave Page
|
bda62cb1f1
|
Don't try to import the signing key. YUM/RPM will do that for us, per Devrim.
|
2020-05-28 16:04:14 +01:00 |
|
Yogesh Mahajan
|
09b76b306c
|
Fixed typo in exception keyword. Fixes #5539
|
2020-05-28 18:11:41 +05:30 |
|
Yogesh Mahajan
|
e10f1274dc
|
Ensure that the query tool panel gets closed when clicking on the 'Don't Save' button. Fixes #5416
|
2020-05-28 16:39:26 +05:30 |
|
Dave Page
|
9468c16233
|
Update hint test to use a modern Python version.
|
2020-05-27 11:36:03 +01:00 |
|
Dave Page
|
65fb0f901c
|
Message clarification and improvement.
|
2020-05-26 15:02:59 +01:00 |
|
Akshay Joshi
|
1347c89d61
|
Update version for release.
|
2020-05-25 17:11:12 +05:30 |
|
Akshay Joshi
|
b1cbcc7ef6
|
Fixed data truncation issue when updating the data of type character with length. Fixes #5481
|
2020-05-25 17:05:47 +05:30 |
|
Domenico Sgarbossa
|
22c3a2649b
|
Update Italian translation.
|
2020-05-25 11:24:37 +05:30 |
|
Identifier Anonymous
|
2bb0b25688
|
Update Japanese translation.
|
2020-05-25 11:13:37 +05:30 |
|
Libor M
|
2aefc6361e
|
Update Czech translation.
|
2020-05-25 11:09:52 +05:30 |
|
Dave Page
|
83cb01b8cd
|
Update dependencies in the Docker container and remove PG 9.4 utilities from the Docker container as it's now out of support.
Fixes #5552.
Fixes #5553.
|
2020-05-22 17:02:12 +01:00 |
|
Akshay Joshi
|
d42b712ee4
|
Update message catalogs
|
2020-05-22 19:13:13 +05:30 |
|
Dave Page
|
fec458dd6a
|
Add repo build information to the Debian README.
|
2020-05-22 11:58:24 +01:00 |
|
Akshay Joshi
|
9b8902dfb8
|
Fixed the SQL help issue for EDB Postgres Advanced Server. Fixes #4099
|
2020-05-22 14:11:58 +05:30 |
|
Dave Page
|
4a8037fc6a
|
Test commit
|
2020-05-22 09:12:54 +01:00 |
|
Yogesh Mahajan
|
d927a517aa
|
Fixed feature test failures on the selenium grid for concurrent execution.
|
2020-05-21 19:44:28 +05:30 |
|
Dave Page
|
96939ba985
|
Add information to the Redhat README about signing RPMs, creating a repository and creating repo RPMs.
|
2020-05-21 12:47:41 +01:00 |
|
Dave Page
|
414b074bad
|
Tidy up the web setup script output.
|
2020-05-19 14:27:23 +01:00 |
|
Yogesh Jain
|
7b1cac6914
|
Fixed an issue where clicking on Select All button, not selecting all the options in pgAgent job scheduler. Fixes #5496
|
2020-05-19 13:54:21 +05:30 |
|
Dave Page
|
4aaacfd5b0
|
Add the public key for our packages for the RPM build.
|
2020-05-18 15:43:17 +01:00 |
|
Dave Page
|
52187306ce
|
Create the dist/ directory if needed.
|
2020-05-18 15:37:18 +01:00 |
|
Dave Page
|
0e799b16b0
|
Only try to run make clean if there is a Makefile present.
|
2020-05-18 11:18:03 +01:00 |
|
Dave Page
|
569d05df4e
|
Remove obsolete file.
|
2020-05-18 11:17:07 +01:00 |
|
Dave Page
|
eac5fe5157
|
Cleanup and refactor the macOS build scripts. Fixes #5525
|
2020-05-18 10:22:59 +01:00 |
|
Dave Page
|
5337514c63
|
Allow the base directory for the repo to be overridden from the environment.
|
2020-05-18 10:22:28 +01:00 |
|
Khushboo Vashi
|
d1bdb178e2
|
Fixed an issue where if LDAP_SEARCH_BASE_DN is not set then, the value for LDAP_BASE_DN will be considered. Fixes #5487
|
2020-05-18 12:35:34 +05:30 |
|
Yogesh Mahajan
|
9f445dc052
|
Improve code coverage and API test cases for Indexes. Fixes #5333
|
2020-05-18 12:29:33 +05:30 |
|
Aditya Toshniwal
|
d58c33dec0
|
Search object UI improvements. Fixes #5493
|
2020-05-18 11:29:12 +05:30 |
|
Khushboo Vashi
|
0f56c25893
|
Changed the user identity from email to username in the log file.
refs #5452
|
2020-05-18 11:01:20 +05:30 |
|
Dave Page
|
762784d2b5
|
Add a script for generating a repo RPM.
|
2020-05-15 11:22:28 +01:00 |
|
Pradip Parkale
|
6d6cd19b37
|
Improve code coverage and API test cases for Triggers and Compound Triggers. Fixes #5335
|
2020-05-15 12:50:50 +05:30 |
|
Akshay Joshi
|
c0451cd454
|
Added connected pgAdmin user and connection name in the log file. Fixes #5452
Patch By: Nico T
|
2020-05-13 17:43:21 +05:30 |
|
Akshay Joshi
|
0620fafb6c
|
Fixed PEP8 issues discovered after pycodestyle gets upgraded.
|
2020-05-13 17:14:32 +05:30 |
|