pgadmin4/web/pgadmin/browser/server_groups/servers
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
..
databases The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
pgagent Fixed following code smells reported by SonarQube: 2022-01-17 13:56:01 +05:30
resource_groups The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
roles The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
static Port connect server password dialog to React. Fixes #7337 2022-05-16 16:21:14 +05:30
tablespaces The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
templates The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
tests Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
__init__.py Port connect server password dialog to React. Fixes #7337 2022-05-16 16:21:14 +05:30
ppas.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
types.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
utils.py Fixed an issue where SQL for revoke statements are not shown for databases. Fixes #4258 2022-03-28 17:35:54 +05:30