aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Message style fixesAlvaro Herrera2022-09-07
* 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
* Move temporary file cleanup to before_shmem_exit().Andres Freund2021-08-07
* Schedule ShutdownXLOG() in single user mode using before_shmem_exit().Andres Freund2021-08-06
* pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.Andres Freund2021-08-06
* process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund2021-08-05
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Remove support for SSL compressionMichael Paquier2021-03-09
* Add idle_session_timeout.Tom Lane2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Add GSS information to connection authorized log messageStephen Frost2020-12-02
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Revert hooks for session start and end, take twoMichael Paquier2019-10-02
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15