summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-201-2/+0
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-3/+5
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-5/+3
* Add support for Kerberos credential delegationStephen Frost2023-04-071-3/+5
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-6/+3
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-171-0/+4
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-3/+7
* Integrate superuser check into has_rolreplication()Peter Eisentraut2023-03-161-1/+1
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-081-1/+10
* Add new GUC reserved_connections.Robert Haas2023-01-201-8/+23
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-201-2/+2
* Update docs and error message for superuser_reserved_connections.Robert Haas2023-01-201-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-1/+1
* Introduce SYSTEM_USERMichael Paquier2022-09-291-0/+4
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-1/+49
* Message style fixesAlvaro Herrera2022-09-071-3/+4
* Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier2022-08-051-1/+2
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-251-10/+39
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-051-18/+0
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-081-3/+3
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-7/+9
* Fix misleading comments about background worker registration.Robert Haas2022-05-061-3/+2
* Always pfree strings returned by GetDatabasePathAlvaro Herrera2022-04-251-0/+1
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-211-1/+1
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-121-46/+9
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-0/+12
* Remove exclusive backup modeStephen Frost2022-04-061-18/+0
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-171-1/+20
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-251-0/+17
* Fix possible null pointer referencePeter Eisentraut2022-02-211-2/+1
* Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund2022-02-201-1/+1
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-141-0/+7
* Database-level collation version trackingPeter Eisentraut2022-02-141-0/+34
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-081-6/+44
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-301-0/+1
* Fix comments about bgworker registration before MaxBackends initializationMichael Paquier2022-01-291-3/+2
* Change collate and ctype fields to type textPeter Eisentraut2022-01-271-2/+9
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove InitXLOGAccess().Robert Haas2021-12-131-16/+5
* Initialize backend status reporting during bootstrap.Andres Freund2021-11-191-2/+1
* Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas2021-11-161-0/+6
* Fix typo.Andres Freund2021-08-131-1/+1
* Move temporary file cleanup to before_shmem_exit().Andres Freund2021-08-071-2/+13
* Schedule ShutdownXLOG() in single user mode using before_shmem_exit().Andres Freund2021-08-061-1/+5
* pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.Andres Freund2021-08-061-9/+14
* process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund2021-08-051-34/+3
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-031-0/+4
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-031-0/+10
* Remove support for SSL compressionMichael Paquier2021-03-091-3/+2