Commit Graph

  • 0b3c79865e Fix the issue where backend APIs are called even if System Stat extension is not installed for the database. Khushboo Vashi 2023-10-04 15:04:33 +05:30
  • 9c903f944c Fixed an issue where the user is unable to select objects on the backup dialog due to tree flickring #6799. Nikhil Mohite 2023-10-04 12:13:21 +05:30
  • 541d9dfcb4 Fix API test cases for backup dialog. Nikhil Mohite 2023-09-29 14:49:11 +05:30
  • b9d3006915 Fix failing RE-SQL test cases for foreign tables on EPAS servers. Aditya Toshniwal 2023-09-29 13:38:22 +05:30
  • 68b7ddb592 Fix UI issues for System Statistics panel. Khushboo Vashi 2023-09-28 15:23:15 +05:30
  • 4309aa3ba7 Ensure that the backup works properly for PG 16 on the latest docker image. #6790 Akshay Joshi 2023-09-27 17:09:49 +05:30
  • f9bbadfc6a Pin the cryptography version to fix PyO3 modules initialisation error. #6718 Yogesh Mahajan 2023-09-27 16:45:48 +05:30
  • c6f8918983 Update release notes. Khushboo Vashi 2023-09-27 16:06:54 +05:30
  • 16c95d21a7 GUI representation of the system's activity using the system_stats extension. #6797 Sahil Harpal 2023-09-27 16:04:48 +05:30
  • bae912fa40 Added PG version 16 and removed PG version 11 from github actions. Akshay Joshi 2023-09-27 13:26:21 +05:30
  • ca3ec76db6 Added version PG 16 and removed PG 11 Akshay Joshi 2023-09-27 12:49:16 +05:30
  • 4050545f7c Fixed an issue where the wrong message 'Current database has been moved or renamed' is displayed when debugging any function. #6482 Akshay Joshi 2023-09-26 18:07:25 +05:30
  • 975bcd9fb0 Update release notes. Khushboo Vashi 2023-09-26 15:14:55 +05:30
  • 3cd547f879 Implement column node and its features for foreign table. #640, #6373, #6674 Yogesh Mahajan 2023-09-26 15:03:03 +05:30
  • 5736e173ea 1) Fixed an issue where PG 16 binaries not getting copied into the docker container. 2) Remove support for PostgreSQL 11. Akshay Joshi 2023-09-26 13:45:08 +05:30
  • 5a26cad588 Use PG16 as the default in the container. Dave Page 2023-09-21 11:05:44 +01:00
  • 3b616b2fb1 Handle a missing case in previous commit where a PG binary may not be present on some systems. #6763 REL-7_7 Aditya Toshniwal 2023-09-20 12:47:06 +05:30
  • 35f05e49b3 Fix the security issue of validate bin path to consider and fix more scenarios. #6763 Aditya Toshniwal 2023-09-20 11:17:07 +05:30
  • 61fa8b16c9 Update version for release 7.7 Akshay Joshi 2023-09-18 18:57:29 +05:30
  • 3258851425 Access method for partitions not visible when opening table properties. #6378 Pravesh Sharma 2023-09-18 18:49:11 +05:30
  • 0f5450c6d2 Fixed the following issues found in testing of #642 Nikhil Mohite 2023-09-18 16:23:20 +05:30
  • 07f18a1b05 Fix an issue where user get logged out if password in changed. #6274 Aditya Toshniwal 2023-09-18 14:06:38 +05:30
  • 02ecc82e73 Fix a security related issue where an authenticated user can run remote command using validate binary path API (CVE-2023-5002). #6763 (#6764) Aditya Toshniwal 2023-09-18 14:01:11 +05:30
  • 0d111e0fb6 Update Japanese translation for v7.7 rlbxku1r 2023-09-18 17:15:13 +09:00
  • 7af597eca2 Updated Italian translations for v7.7 Domenico Sgarbossa 2023-09-18 08:43:49 +02:00
  • 64c71becc6 Update message catalogs for v7.7 Akshay Joshi 2023-09-14 18:06:56 +05:30
  • ffec77d50b Added compression method option while creating a column. #6379 Akshay Joshi 2023-09-14 11:56:00 +05:30
  • d69b4282c8 Fixed issues reported while testing feature #6378 Pravesh Sharma 2023-09-13 16:19:07 +05:30
  • aa973fc8ae Added support to select/deselect objects in the Backup dialog. #642 Nikhil Mohite 2023-09-13 11:07:28 +05:30
  • 8c91d40932 Fixed RESQL test case failure for EPAS 15. #6400 Pravesh Sharma 2023-09-13 10:50:29 +05:30
  • 2f5fb6a996 Fix an issue where user is not able to change the password when SMTP is not configured. #6274. Aditya Toshniwal 2023-09-12 15:16:09 +05:30
  • cfc338c5f0 Fix an issue where login form doesn't appear if internal auth source is removed. #6378 Pravesh Sharma 2023-09-12 11:40:34 +05:30
  • 32403920fe Enhancement of properties tab for column's collection by adding Primary Key and Not NULL columns. #2411 Anil Sahoo 2023-09-07 11:54:02 +05:30
  • e9384615dc Fixed linter error. Akshay Joshi 2023-09-06 11:43:55 +05:30
  • 07d965ea46 Ensure that Materialized view size fields in Statistics should be human-readable. #6712 Akshay Joshi 2023-09-06 11:31:04 +05:30
  • a43b70e360 1. Added USING method while creating the table. #6378 Pravesh Sharma 2023-09-06 11:22:30 +05:30
  • 095e11247d Update release notes. Khushboo Vashi 2023-09-05 18:18:36 +05:30
  • 88162c683e Unpin the 'python-socketio' as the issue is fixed in the latest version of Flask-SocketIO v5.3.6 Akshay Joshi 2023-09-05 16:29:29 +05:30
  • cf3c696f7e Pin python-socketio to 5.8.0 as the latest version throwing error for the test client. Akshay Joshi 2023-09-05 11:54:43 +05:30
  • 02eaf787e9 Add support for additional ID token claim checks for OAuth 2 authentication. #6736 Everton Seiei Arakaki 2023-09-05 07:58:18 +02:00
  • e5c249e81c Remove version from SSL libs Dave Page 2023-09-04 15:35:56 +01:00
  • c0b868b53b Added Strategy, Locale Provider, ICU Locale, ICU Rules, and OID options while creating a database. #6383 Akshay Joshi 2023-09-04 16:03:06 +05:30
  • 39a14920e3 Python dependency: Bump axios from 1.4.0 to 1.5.0 in /runtime (#6725) dependabot[bot] 2023-09-04 15:05:16 +05:30
  • 5cf9dea9a8 Change grep regex in the docker's entrypoint to find env variables starting with PGADMIN_CONFIG_ only. sprayzcs 2023-09-04 09:36:15 +02:00
  • 0b7eafaca0 Added the 'data type' column in the properties tab of the Columns collection node. #2411 Anil Sahoo 2023-08-31 12:33:08 +05:30
  • ed8aeed818 Remove backslash from the directory path to fix the SBOM generation issue on Windows. Khushboo Vashi 2023-08-31 12:30:40 +05:30
  • 0b91244f91 Another attempt to fix SBOM Windows issue. Khushboo Vashi 2023-08-30 11:21:08 +05:30
  • 46c67a2f4e Fix SBOM generation issue on Windows. Khushboo Vashi 2023-08-28 15:42:39 +05:30
  • c87e925991 Update release note Akshay Joshi 2023-08-25 12:51:47 +05:30
  • 5fb80af90e Added all the new options of the 'WITH' clause in the subscription dialog. #4805 Anil Sahoo 2023-08-25 12:48:31 +05:30
  • 77467209c2 1) Added release note for v7.7 2) Added exception handling while removing the test database file. Akshay Joshi 2023-08-25 11:14:54 +05:30
  • cd613ded0a Ensure user is redirected to login page after failed login. #6704 Yogesh Mahajan 2023-08-25 10:38:50 +05:30
  • e8283173ba Remove imagemin-pngquant as we already have a PNG optimizer imagemin-optipng Aditya Toshniwal 2023-08-23 12:23:24 +05:30
  • c08953b9b3 Update version for release 7.6 REL-7_6 Akshay Joshi 2023-08-21 13:14:40 +05:30
  • 779749a515 Fix an 'str expected' error in import/export when setting server password in env Aditya Toshniwal 2023-08-21 13:08:19 +05:30
  • 7f5433b307 Update documentation for OAuth2 authentication redirect url.#6644 Yogesh Mahajan 2023-08-21 12:16:18 +05:30
  • 93525a6196 Czech translation for version 7.6 Libor M 2023-08-21 07:50:09 +02:00
  • eee7e1ae53 Update message catalogs. Akshay Joshi 2023-08-17 18:51:32 +05:30
  • e2f32c0984 Fix doc build failure due to SQLAlchemy changes. #6208 Yogesh Mahajan 2023-08-17 14:00:56 +05:30
  • edd1783353 Fixed an issue where ignore owner is not working when owner and grants both are different Akshay Joshi 2023-08-16 18:46:42 +05:30
  • 1adde6084f Update release notes Aditya Toshniwal 2023-08-16 15:32:17 +05:30
  • 34f160cec7 Allow changing the POOL_SIZE and MAX_OVERFLOW config values of the pgAdmin config DB connection pool. #6208 Yogesh Mahajan 2023-08-16 15:29:11 +05:30
  • 33b2b82ba9 Pin NW.js to 0.77.0, as the latest version crashes after an attempt to reopen the fullscreen window. Akshay Joshi 2023-08-16 13:05:35 +05:30
  • 2c81b33925 Sort parent objects as well in Schema Diff tool. Akshay Joshi 2023-08-14 17:14:34 +05:30
  • a9799f25a2 Generate SBOM for Python wheel package. Khushboo Vashi 2023-08-14 16:23:17 +05:30
  • 0e0eb3c2d5 Fixed the validation for source and target schema in schema diff tool. Akshay Joshi 2023-08-14 14:03:31 +05:30
  • 98fd51b38b Fixed Chinese translation error MysticBoy 2023-08-14 13:11:28 +08:00
  • 3c43aa12af 1) Added 'Ignore Grants' option in the schema diff tool. #5759 Akshay Joshi 2023-08-11 17:38:44 +05:30
  • e80d55e968 Use a consistent name for sbom files. Khushboo Vashi 2023-08-11 15:12:26 +05:30
  • 7fcfea2214 JIT entitlement is required on Apple Silicon, otherwise NWJS won't start. Dave Page 2023-08-10 13:36:00 +01:00
  • e06d39b70c Cleanup some more unnecessary artefacts from the build. Dave Page 2023-08-10 13:35:04 +01:00
  • b2eb23eb8d Fix pgAdmin 7.5 fails to render table SQL with extension loaded index method. #6630 Khushboo Vashi 2023-08-10 11:53:30 +05:30
  • da71c0c746 Fixed an issue where the 'CASCADE' keyword is always visible while creating an Extension. #3942 Akshay Joshi 2023-08-09 18:17:08 +05:30
  • 0b24a8f39a Ensure keyboard shortcut for query execution is disabled when query execution is in progress. #6664 Yogesh Mahajan 2023-08-09 10:49:45 +05:30
  • 8afa17d692 Chinese translation. MysticBoy 2023-08-08 14:26:32 +08:00
  • c72e2f159d Fix the query tool issue 'pgAdminThread' object has no attribute 'native_id'. #6660 Khushboo Vashi 2023-08-08 11:00:52 +05:30
  • f399b30605 Update release notes. Khushboo Vashi 2023-08-07 17:23:32 +05:30
  • b55164c454 Fix the query tool issue where raise Notice from func/proc or code blocks are no longer displayed live. #6420 Khushboo Vashi 2023-08-07 17:19:08 +05:30
  • 27c7ea2ff1 Added all like options while creating a table. #6377 Pravesh Sharma 2023-08-07 11:20:04 +05:30
  • ac50b4d80b Another attempt to fix rpm build failure for SBOM. Khushboo Vashi 2023-08-04 15:37:13 +05:30
  • 2c4b479f50 Fix the rpm build failure for SBOM. Khushboo Vashi 2023-08-04 15:05:06 +05:30
  • 00011b387a Fixed issue where cycle syntax was not added in SQL when creating new sequence from UI. #6639 Pravesh Sharma 2023-08-04 11:57:28 +05:30
  • b01a93544f Added cascade option while creating an extension. #3942 Akshay Joshi 2023-08-03 17:23:03 +05:30
  • 48bfc66048 Generate software bill of materials as part of the package builds. #3702 Khushboo Vashi 2023-08-03 16:08:59 +05:30
  • 1a7a23de3f Added WAL option to EXPLAIN ANALYZE command. #6382 Akshay Joshi 2023-08-03 15:57:12 +05:30
  • 59c4a00134 Fix an issue where query tool on shared server is throwing error if the pgAdmin config DB is external. #6252 Aditya Toshniwal 2023-08-03 12:08:52 +05:30
  • c873217cf1 Update release notes Aditya Toshniwal 2023-08-03 09:45:44 +05:30
  • ce146b679c Add support for TRUNCATE trigger in foreign table. #6448 Yogesh Mahajan 2023-08-03 09:42:17 +05:30
  • e8fdf04e97 Fix incorrect redirection URL after authentication by removing fixed value set to SCRIPT_NAME environment variable in pgAdmin4.wsgi file.#5454 Yogesh Mahajan 2023-08-03 09:18:43 +05:30
  • 0f86b78d87 Added support for PostgreSQL and EPAS 16 to ensure it works without any errors. #6588 Akshay Joshi 2023-08-02 11:26:09 +05:30
  • 31fddaf10b Update release notes. Khushboo Vashi 2023-08-01 14:03:21 +05:30
  • 30a0fb1cb3 Fix the issue where query tool window turns blank if the user tries to generate a graph on the result. #6500 Khushboo Vashi 2023-08-01 13:57:52 +05:30
  • 3ba73ab1d9 Update axios to the current latest version(1.4.0) Aditya Toshniwal 2023-08-01 13:04:06 +05:30
  • 7d7b8a71c1 1. Added Expression to CREATE INDEX. #2595 Anil Sahoo 2023-08-01 12:37:47 +05:30
  • 4920d25479 JS dependency: Bump html-react-parser from 1.4.14 to 4.2.0 in /web (#6610) dependabot[bot] 2023-08-01 12:34:54 +05:30
  • a1c7265c41 Fix PEP8 issues with latest pycodestyle (#6636) Aditya Toshniwal 2023-07-31 18:14:39 +05:30
  • 2aea5b41ad Fix an issue where changing MFA_SUPPORTED_METHODS breaks the MFA validation. #6624 Aditya Toshniwal 2023-07-31 15:02:30 +05:30
  • 9ab36b0269 Fixed PEP8 Akshay Joshi 2023-07-27 18:18:39 +05:30
  • b4e6d8c6d7 1) Fixed feature tests failed due to maintenance changes. 2) Update release note. Akshay Joshi 2023-07-27 18:15:36 +05:30
  • 5c2d242ff8 Added unlogged option while creating a sequence. #6376 Pravesh Sharma 2023-07-27 17:37:22 +05:30