pgadmin4/web/pgadmin/tools
Akshay Joshi b36004b702 The following are the initial fixes for PG15:
1) From PG 15 onward, the datlastsysoid has been removed from the table pg_database.
    We have added the constant _DATABASE_LAST_SYSTEM_OID = 16383, all the objects below
    this value are considered to be system objects. Modified the pgAdmin logic accordingly.

 2) Concatenation operator '||' needs a specific typecast to be applied to query variables. Modified SQL's accordingly.

Fixes #7283
2022-05-17 20:32:17 +05:30
..
backup Added capability to deploy PostgreSQL servers on Amazon RDS. Fixes #7177 2022-02-14 12:13:48 +05:30
debugger 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
erd Fixed ERDInitialize API test case. 2022-04-26 18:23:24 +05:30
grant_wizard Use gettext to wrap some strings. 2022-04-29 16:18:28 +05:30
import_export 1) Fixes the incorrect title shown for the error message in restore/backup. 2022-02-07 11:51:27 +05:30
import_export_servers Use gettext to wrap some strings. 2022-04-29 16:18:28 +05:30
maintenance 1) Fixes the incorrect title shown for the error message in restore/backup. 2022-02-07 11:51:27 +05:30
psql Remove aciTree and its references. 2022-04-13 17:35:01 +05:30
restore 1) Fixes the incorrect title shown for the error message in restore/backup. 2022-02-07 11:51:27 +05:30
schema_diff Port connect server password dialog to React. Fixes #7337 2022-05-16 16:21:14 +05:30
search_objects The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
sqleditor Fixed an issue with geometry window zoom mouse scroll not working. Fixes #7373 2022-05-17 18:58:49 +05:30
storage_manager Added JSON as a supported type in Storage Manager. 2022-02-01 16:18:32 +05:30
templates Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
user_management Fixed typo in User Management 2022-03-04 11:40:28 +05:30
__init__.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30