Commit Graph

382 Commits (93db6cbda037f1be9544932bd9a785dabf3ff712)

Author SHA1 Message Date
Amit Kapila 93db6cbda0 Add a new slot sync worker to synchronize logical slots. 1 year ago
Alexander Korotkov 51efe38cb9 Introduce transaction_timeout 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Alexander Korotkov e83d1b0c40 Add support event triggers on authenticated login 2 years ago
Michael Paquier e7689190b3 Add option to bgworkers to allow the bypass of role login check 2 years ago
Michael Paquier 4800a5dfb4 Refactor InitPostgres() to use bitwise option flags 2 years ago
Michael Paquier 2b8e5273e9 Fix handling of shared statistics with dropped databases 2 years ago
Andres Freund c66a7d75e6 Handle DROP DATABASE getting interrupted 2 years ago
Peter Eisentraut 39a584dc90 Error message wording improvements 2 years ago
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 2 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 2 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Thomas Munro 7d3d72b55e Remove obsolete defense against strxfrm() bugs. 2 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 2 years ago
Daniel Gustafsson d435f15fff Add SysCacheGetAttrNotNull for guaranteed not-null attrs 2 years ago
Jeff Davis f413941f41 Fix t_isspace(), etc., when datlocprovider=i and datctype=C. 2 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 2 years ago
Peter Eisentraut 442f870065 Integrate superuser check into has_rolreplication() 2 years ago
Peter Eisentraut 30a53b7929 Allow tailoring of ICU locales with custom rules 2 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 2 years ago
Robert Haas fe00fec1f5 Rename ReservedBackends variable to SuperuserReservedConnections. 2 years ago
Robert Haas 6c1d5ba486 Update docs and error message for superuser_reserved_connections. 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut c727f511bd Refactor aclcheck functions 3 years ago
Michael Paquier 0823d061b0 Introduce SYSTEM_USER 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Alvaro Herrera 4b4663fb4a
Message style fixes 3 years ago
Michael Paquier 47ab1ac822 Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs 3 years ago
Tom Lane b35617de37 Process session_preload_libraries within InitPostgres's transaction. 3 years ago
Andres Freund 3f8148c256 Revert 019_replslot_limit.pl related debugging aids. 3 years ago
Tom Lane 7ab5b4eb48 Be more careful about GucSource for internally-driven GUC settings. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Robert Haas 701d918a42 Fix misleading comments about background worker registration. 3 years ago
Alvaro Herrera 0bd56172b2
Always pfree strings returned by GetDatabasePath 3 years ago
Tom Lane 2cb1272445 Rethink method for assigning OIDs to the template0 and postgres DBs. 3 years ago
Robert Haas 7fc0e7de9f Revert the addition of GetMaxBackends() and related stuff. 3 years ago
Andres Freund 5891c7a8ed pgstat: store statistics in shared memory. 3 years ago
Stephen Frost 39969e2a1e Remove exclusive backup mode 3 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 3 years ago
Andres Freund fe0972ee5e Add further debug info to help debug 019_replslot_limit.pl failures. 3 years ago
Peter Eisentraut 5c868c92ca Fix possible null pointer reference 3 years ago
Andres Freund fbabdf8f9a Fix meaning-changing typo introduced in fa0e03c15a. 3 years ago
Andres Freund 2f6501fa3c Move replication slot release to before_shmem_exit(). 3 years ago
Peter Eisentraut 37851a8b83 Database-level collation version tracking 3 years ago
Robert Haas aa64f23b02 Remove MaxBackends variable in favor of GetMaxBackends() function. 3 years ago
Alvaro Herrera b3d7d6e462
Remove xloginsert.h from xlog.h 3 years ago
Michael Paquier 5ecd0183fb Fix comments about bgworker registration before MaxBackends initialization 3 years ago