summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
AgeCommit message (Expand)Author
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-16Integrate superuser check into has_rolreplication()Peter Eisentraut
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas
2023-01-20Update docs and error message for superuser_reserved_connections.Robert Haas
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-07Message style fixesAlvaro Herrera
2022-08-05Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-06Fix misleading comments about background worker registration.Robert Haas
2022-04-25Always pfree strings returned by GetDatabasePathAlvaro Herrera
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-21Fix possible null pointer referencePeter Eisentraut
2022-02-20Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund
2022-02-15Move replication slot release to before_shmem_exit().Andres Freund
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-29Fix comments about bgworker registration before MaxBackends initializationMichael Paquier
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-11-19Initialize backend status reporting during bootstrap.Andres Freund
2021-11-16Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas
2021-08-13Fix typo.Andres Freund
2021-08-08Move temporary file cleanup to before_shmem_exit().Andres Freund
2021-08-07Schedule ShutdownXLOG() in single user mode using before_shmem_exit().Andres Freund
2021-08-07pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.Andres Freund
2021-08-05process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-09Remove support for SSL compressionMichael Paquier