Commit Graph

  • e23ef5d9df Update release note. Akshay Joshi 2024-01-29 14:54:53 +05:30
  • 711181c752 Ensure that the correct SQL is generated when changing the column data type to "char". #7113 Yogesh Mahajan 2024-01-29 14:53:03 +05:30
  • 3de19f66f2 Added support for column storage syntax while creating table. #6450 Pravesh Sharma 2024-01-29 11:32:34 +05:30
  • 4c5324bd99 Fixed API test cases for Backup. Akshay Joshi 2024-01-25 18:07:40 +05:30
  • 639a28fbfc Fixed code smell 'Prefer using an optional chain expression instead, as it's more concise and easier to read'. Akshay Joshi 2024-01-25 16:51:40 +05:30
  • 41fe1db884 Fixed PEP8 Akshay Joshi 2024-01-25 12:51:29 +05:30
  • cafe69c235 Fixed SonarQube Bugs and API test cases. Akshay Joshi 2024-01-25 12:46:55 +05:30
  • d55c35c0e8 Revert yarnrc.yml and yarn.lock Akshay Joshi 2024-01-24 18:55:32 +05:30
  • 0e0cbc40b8 Fixed SonarQube code smell Replace the unused local variable with '_'. Akshay Joshi 2024-01-24 18:33:43 +05:30
  • 47aa070cc3 Update release notes Aditya Toshniwal 2024-01-22 16:17:58 +05:30
  • 4fe47b8e92 Ensure that password exec command is included in exported server data json. #6792 Yogesh Mahajan 2024-01-22 00:08:34 -08:00
  • e80e82cd7f Allow drag-n-drop columns collection tree node as comma separated columns. #4419 Aditya Toshniwal 2024-01-22 13:19:04 +05:30
  • 29f13f8832 Update release notes. Khushboo Vashi 2024-01-22 12:41:43 +05:30
  • 81fccc87b5 Added support to rename columns in Views. #6380 Akshay Joshi 2024-01-22 12:27:01 +05:30
  • 93d25eea0b Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session cookie path. #6557 Aditya Toshniwal 2024-01-22 12:25:20 +05:30
  • a166f8dc89 Skip debugger test cases to fix "too many clients" error on github actions. Yogesh Mahajan 2024-01-18 03:11:18 -08:00
  • d26c167c76 Improve auto-focus of editable data grid when adding/editing rows Aditya Toshniwal 2024-01-17 18:38:00 +05:30
  • 60983a25d2 Updated release note. Akshay Joshi 2024-01-12 17:48:56 +05:30
  • 2d08b0dd13 Added configurable parameter to enable support for PasswordExecCommand in server mode. #6792 Yogesh Mahajan 2024-01-12 04:04:40 -08:00
  • b28df5874e Fixed an issue where multiple errors were showing if user does not have connect privileges. #7073 Pravesh Sharma 2024-01-12 17:20:51 +05:30
  • ad0567bd85 Add support for selecting a schema in the backup database dialog with no tables, mviews, views or foreign tables. #7053 Nikhil Mohite 2024-01-12 17:19:27 +05:30
  • 701085adaf Fixed an issue where group membership information was displayed incorrectly. #7085 Pravesh Sharma 2024-01-12 16:48:49 +05:30
  • 5240e8ccf8 Added BYPASSRLS|NOBYPASSRLS option while creating a Role. #6392 Akshay Joshi 2024-01-11 19:14:01 +05:30
  • 4ce65ea770 Added setuptools in the requirements for Python version >= 3.12 REL-8_2 Akshay Joshi 2024-01-08 15:40:02 +05:30
  • 19b8d05e65 Update version for release v8.2 Akshay Joshi 2024-01-08 15:03:32 +05:30
  • f5ba42bec8 Fixed API test case for Foreign Table. Akshay Joshi 2024-01-08 15:02:08 +05:30
  • 26ec59ab5f Limit the keyring calls based on save_password flag of server config. Nikhil Mohite 2024-01-08 14:04:38 +05:30
  • 30509d1bc1 Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085 (#7106) Akshay Joshi 2024-01-08 12:16:49 +05:30
  • 5e710f7ee3 Fixed an issue where Schema Diff not generating difference for missing columns. #7104 Akshay Joshi 2024-01-08 09:39:39 +05:30
  • ec5ea7e207 Czech translation for version v8.2 Libor M 2024-01-08 04:39:08 +01:00
  • 9b5dc28bac Updated Italian translation for v8.2 Domenico Sgarbossa 2024-01-05 06:44:03 +01:00
  • db727381b1 Update message catalogs for v8.2 Akshay Joshi 2024-01-04 19:01:29 +05:30
  • fdaedacf40 Fixed multiple CLI issues. #2483 Khushboo Vashi 2024-01-03 16:09:42 +05:30
  • 4d74f84d80 Fix a regression issue caused by #6815 fix related to import server issue for external users. Khushboo Vashi 2024-01-03 15:53:41 +05:30
  • fcfe7cfb7c Fixed an issue where DB Restrictions were not visible on the server dialog. #7059 Akshay Joshi 2024-01-01 16:24:19 +05:30
  • 5248055a01 Fixed an issue where auto commit/rollback setting not persisting across query tool connection change. #7091 Aditya Toshniwal 2024-01-01 15:33:18 +05:30
  • 740ce15bd7 Update copyright notices for 2024 Akshay Joshi 2024-01-01 14:13:48 +05:30
  • 2621050066 Fix an issue where connection string sequences do not persist after updating server details. #7041 Nikhil Mohite 2024-01-01 14:11:17 +05:30
  • 2b736c18ab Ensure that eventlet's subprocess should be used following the resolution of an issue with Python 3.12 by eventlet. #6926 Akshay Joshi 2024-01-01 14:01:56 +05:30
  • 3fa4e82af9 Introduce LDAP configuration parameter LDAP_IGNORE_MALFORMED_SCHEMA to ignore fetching schema from the LDAP server. #7062 Khushboo Vashi 2024-01-01 11:04:57 +05:30
  • fd8af4034a Fixed an issue where user is not able to cancel or terminate active queries from dashboard. #7078 Pravesh Sharma 2023-12-29 15:40:36 +05:30
  • e837de5e8f Fixed browser autocomplete related issues on pgAdmin authentication related pages. #7082 Aditya Toshniwal 2023-12-28 16:29:15 +05:30
  • 01a118d495 Fixed an error-'amname' when generating ERD for database containing parition tables. #7064 Aditya Toshniwal 2023-12-28 15:27:30 +05:30
  • ec12dc5288 Fixed the following issues found in testing #5908: Nikhil Mohite 2023-12-27 13:36:20 +05:30
  • a4e9f04a2e Fixed an issue where changes done to a node using edit dialog are not reflecting on the properties tab if the properties tab is active. #7041 Nikhil Mohite 2023-12-27 11:06:04 +05:30
  • 6d399f4fd7 Explicitly set max_connections to 100 for Python test cases to fit Git action MacOS test cases Aditya Toshniwal 2023-12-25 12:04:10 +05:30
  • cede5cf899 Fixed an issue where object explorer last tree state was not saving. #7066 Pravesh Sharma 2023-12-25 11:55:09 +05:30
  • 41a62c8082 Fix JS test cases failing on Windows OS Aditya Toshniwal 2023-12-23 16:08:05 +05:30
  • 8c06d93303 Fixed an issue where an error occurred in the SQL tab when using an extended index(pgroonga). #7002 Akshay Joshi 2023-12-22 13:59:51 +05:30
  • 9ccdaf73cd Ensure that the 'Dbo' schema is displayed as a regular schema rather than a system catalog schema. #7061 Akshay Joshi 2023-12-21 18:52:27 +05:30
  • 09b83e54a2 Fixed an issue where pgAgent job schedule dialog is not opening for edit. #7070 Aditya Toshniwal 2023-12-21 17:49:01 +05:30
  • c8d6ff8a6d Fixed an issue where query tool title did not change after 'Save As' until any new change is made. #6193 Aditya Toshniwal 2023-12-21 17:40:24 +05:30
  • c85a9be621 Fix an issue where the server-group node is getting registered twice for the first time. Khushboo Vashi 2023-12-21 14:39:29 +05:30
  • 0d287df6dd Administer pgAdmin Users and Preferences Using the Command Line Interface (CLI). #2483 Khushboo Vashi 2023-12-21 12:07:26 +05:30
  • a973c9c62c Remove EPAS 11 and add EPAS 16 in the GitHub actions. Akshay Joshi 2023-12-20 12:08:19 +05:30
  • 2d60bc2800 Fixed an issue where export servers was not adding extension if not specified. #6781 Pravesh Sharma 2023-12-20 11:36:43 +05:30
  • a22b2a6074 Added keep-alive support for SSH sessions when connecting to a PostgreSQL server via an SSH tunnel. #7016 Akshay Joshi 2023-12-19 16:16:03 +05:30
  • 04580652ab Allow users to convert View/Edit table into a Query tool to enable editing the SQL generated. #5908 Nikhil Mohite 2023-12-19 15:52:57 +05:30
  • 4db13facf7 Install setuptools separately as it is no longer a core venv dependency in Python 3.12. Khushboo Vashi 2023-12-18 16:06:19 +05:30
  • adab656a79 Fixes for Python 3.12 compatibility: - Upgrade testtools package - Use platstdlib instead of stdlib to get the path Khushboo Vashi 2023-12-18 13:27:05 +05:30
  • 92549af3d4 Replaced distutils.sysconfig.get_python_lib with sysconfig.get_path. Khushboo Vashi 2023-12-18 12:21:20 +05:30
  • 9379df2543 Update version for release 8.1 REL-8_1 Akshay Joshi 2023-12-11 12:49:43 +05:30
  • 4490b623f8 Fixed an issue where option key was not registering in PSQL tool. #6968 Anil Sahoo 2023-12-11 11:28:33 +05:30
  • 371bec7f19 Italian translations update for v8.1 Domenico Sgarbossa 2023-12-11 06:28:33 +01:00
  • a01b0973fc Fixed an issue where syntax error was not highlighting for explain query. #6887 Pravesh Sharma 2023-12-11 10:57:17 +05:30
  • 75a1b4b17e Update message catalog for v8.1 Akshay Joshi 2023-12-07 20:06:01 +05:30
  • 51b02ae6d4 Fix few accessibility related issues. #6991 Aditya Toshniwal 2023-12-06 11:18:23 +05:30
  • e207a82dbb Remove the 'Close Window' submenu specifically for OSX to prevent unintended closure of the entire application. #6814 (partial fixed) Akshay Joshi 2023-12-05 12:28:09 +05:30
  • 9cf3288934 Fixed an issue where option key was not registering in PSQL tool. #6968 Anil Sahoo 2023-12-05 11:59:27 +05:30
  • e64f4f632d 1. Fixed an issue where all rows and filter rows buttons of object explorer toolbar were disabled for views and other supported nodes. #7011 Pravesh Sharma 2023-12-04 17:19:05 +05:30
  • 4b71519b80 Rename all references of 'Execute query' to 'Execute script' to be more relevant. #6842 Anil Sahoo 2023-12-04 12:28:53 +05:30
  • 4e2aa82ddd Provide a way to bypass the SSL cert verification for OAuth2 provider. #6095 Yogesh Mahajan 2023-12-04 11:19:14 +05:30
  • 444f3a3189 Update release note. Akshay Joshi 2023-12-01 13:05:56 +05:30
  • 2b2ff0d260 Ensure that indexes created by constraints are visible in the object explorer when "Show system objects" is enabled. #6717 Akshay Joshi 2023-12-01 13:02:21 +05:30
  • f2876cabe8 1. Fixed an issue where database name was missing in an error message if name contains any special characters. #6488 Anil Sahoo 2023-11-30 18:23:52 +05:30
  • 16d1df2a1b Fixed an issue where schema diff tool is not loading preferences on start. #7017 Aditya Toshniwal 2023-11-30 15:31:23 +05:30
  • fd1a0753bc Fixed an issue where the Schema was not visible in the dropdown for table properties or when creating a new table. #6964 Akshay Joshi 2023-11-29 13:09:01 +05:30
  • c84f38ac0f Update Dockerfile. Added tzdata Harald Dumdey 2023-11-29 07:00:52 +01:00
  • f3fb76f669 Update release note Akshay Joshi 2023-11-28 16:46:32 +05:30
  • 377216caec Add support for generating ERD for a schema. #4580 Aditya Toshniwal 2023-11-28 16:42:51 +05:30
  • c9590b2d62 Remove botocore from requirements as it is installed by boto3 Aditya Toshniwal 2023-11-28 16:34:49 +05:30
  • 1622211b39 Python dependency: Update boto3 requirement from ==1.28.* to ==1.33.* (#7010) dependabot[bot] 2023-11-28 16:10:42 +05:30
  • 523eca5a95 Javascript dependency: Bump browserify-sign from 4.2.1 to 4.2.2 in /web (#6896) dependabot[bot] 2023-11-28 15:57:59 +05:30
  • 1bebddfc7d Javascript dependency: bump html-react-parser in /web (#6931) dependabot[bot] 2023-11-28 15:57:15 +05:30
  • 37362541bf Ensure focus is not changed to ssh tunnel password input when user explicitly focus on server password input. Nikhil Mohite 2023-11-28 15:55:48 +05:30
  • 412375af3c - Add support for creating a function with custom return type. #6854 Pravesh Sharma 2023-11-28 15:54:44 +05:30
  • 3bd2dec663 Fixed an issue where the Vacuum option INDEX_CLEANUP have an incorrect value ('AUTO') for database versions < 14. #6984 Akshay Joshi 2023-11-28 12:32:16 +05:30
  • 222e8cc1f8 Upgade yarn for Javascript style github workflow. Khushboo Vashi 2023-11-27 15:53:23 +05:30
  • 85255b65b1 1) Ensure that the Authentication Source in the drop-down of the UserManagement dialog aligns with the entries specified for AUTHENTICATION_SOURCES in the configuration file. #6950 2) Fixed an issue where the pgAdmin page went blank when clicking the delete button in the User Management dialog. #6989 Akshay Joshi 2023-11-27 14:16:49 +05:30
  • 338bb64a55 Fixed an issue where reading process logs throws an error when DATA_DIR is moved to a networked drive. #6803 Akshay Joshi 2023-11-23 16:32:52 +05:30
  • a9ca7a2fd4 Update release note Akshay Joshi 2023-11-23 15:59:03 +05:30
  • b51df0e5fd Fixed an issue where syntax error was not highlighting in query tool. #6887 Pravesh Sharma 2023-11-23 15:55:23 +05:30
  • e66cb54a58 Ensure user is not prompted for password if server password is saved and server configuration has invalid pgpass file parameter. #6934 Yogesh Mahajan 2023-11-23 15:54:14 +05:30
  • 361ae458d4 Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode. #6921 Nikhil Mohite 2023-11-23 15:52:00 +05:30
  • 115208c8d8 Reverse engineer serial columns when generating ERD for database/table. #6958 Aditya Toshniwal 2023-11-23 15:50:54 +05:30
  • 9611e06dcf Upgrade yarn to fix github action failures. Khushboo Vashi 2023-11-23 15:14:13 +05:30
  • 22b386165d Try to fix the yarn version mismatch issue. Khushboo Vashi 2023-11-23 12:46:05 +05:30
  • 19cbe8c39f More fixes related to rc-dock changes. #6479 REL-8_0 Aditya Toshniwal 2023-11-20 17:45:17 +05:30
  • d8bcc11a95 Remove EPAS 11 and added EPAS 16 in the Binary Path. Akshay Joshi 2023-11-20 17:31:39 +05:30
  • 9f203cf7d7 Update release note Akshay Joshi 2023-11-20 11:56:53 +05:30