aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* 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
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Remove support for SSL compressionMichael Paquier2021-03-09
* Introduce symbolic names for FeBeWaitSet positions.Thomas Munro2021-03-01
* Use signalfd(2) for epoll latches.Thomas Munro2021-03-01
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Reduce the default value of vacuum_cost_page_miss.Peter Geoghegan2021-01-27
* 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
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-16
* 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
* Use a long lived WaitEventSet for WaitLatch().Thomas Munro2020-07-30
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* Initialize work_mem using current guc.c default.Peter Geoghegan2020-07-02
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Recompute stack base in forked postmaster children.Andres Freund2020-04-05
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Clean up order in miscinit.c a bitPeter Eisentraut2020-03-11
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Use pg_pwrite() in more places.Thomas Munro2020-02-11
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-05
* 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
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Fix typos in miscinit.c.Amit Kapila2019-12-09
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* 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
* Initial pgindent run for v12.Tom Lane2019-05-22
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Update HINT for pre-existing shared memory block.Noah Misch2019-03-31
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Revert "Increase the default vacuum_cost_limit from 200 to 2000"Tom Lane2019-03-10
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10