aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* Fix handling of shared statistics with dropped databasesMichael Paquier2023-09-04
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Error message wording improvementsPeter Eisentraut2023-06-29
* Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut2023-06-07
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-20
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Integrate superuser check into has_rolreplication()Peter Eisentraut2023-03-16
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Add new GUC reserved_connections.Robert Haas2023-01-20
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-20
* Update docs and error message for superuser_reserved_connections.Robert Haas2023-01-20
* Update copyright for 2023Bruce Momjian2023-01-02
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Message style fixesAlvaro Herrera2022-09-07
* Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier2022-08-05
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix misleading comments about background worker registration.Robert Haas2022-05-06
* Always pfree strings returned by GetDatabasePathAlvaro Herrera2022-04-25
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-21
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* Fix possible null pointer referencePeter Eisentraut2022-02-21
* Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund2022-02-20
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-14
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Fix comments about bgworker registration before MaxBackends initializationMichael Paquier2022-01-29
* Change collate and ctype fields to type textPeter Eisentraut2022-01-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove InitXLOGAccess().Robert Haas2021-12-13
* Initialize backend status reporting during bootstrap.Andres Freund2021-11-19
* Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas2021-11-16
* Fix typo.Andres Freund2021-08-13