Commit Graph

370 Commits (cf109ffc205063f82258e0643588491a153c3a45)

Author SHA1 Message Date
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
Peter Eisentraut 54637508f8 Change collate and ctype fields to type text 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Robert Haas fa0e03c15a Remove InitXLOGAccess(). 4 years ago
Andres Freund 3b34645678 Initialize backend status reporting during bootstrap. 4 years ago
Robert Haas e51c46991f Move InitXLogInsert() call from InitXLOGAccess() to BaseInit(). 4 years ago
Andres Freund 1d5135f004 Fix typo. 4 years ago
Andres Freund 675c945394 Move temporary file cleanup to before_shmem_exit(). 4 years ago
Andres Freund a1bb3d5dbe Schedule ShutdownXLOG() in single user mode using before_shmem_exit(). 4 years ago
Andres Freund ee3f8d3d3a pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. 4 years ago
Andres Freund b406478b87 process startup: Always call Init[Auxiliary]Process() before BaseInit(). 4 years ago
Andres Freund e1025044cd Split backend status and progress related functionality out of pgstat.c. 4 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 4 years ago