pgadmin4/web/pgadmin/browser/server_groups/servers/databases/extensions
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
..
static Fixed issues related to porting of properties collection and dashboard. 2022-04-04 17:42:42 +05:30
templates/extensions/sql Added flag to check before adding 'IF NOT EXISTS' and 'OR REPLACE' clause to the SQL. While creating any object the respective clause should not be added. 2021-09-22 19:14:19 +05:30
tests Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
__init__.py The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
utils.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30