summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
2021-01-27Reduce the default value of vacuum_cost_page_miss.Peter Geoghegan
2021-01-06Add idle_session_timeout.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-02Add GSS information to connection authorized log messageStephen Frost
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-07-30Use a long lived WaitEventSet for WaitLatch().Thomas Munro
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-07-02Initialize work_mem using current guc.c default.Peter Geoghegan
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-06Recompute stack base in forked postmaster children.Andres Freund
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-11Clean up order in miscinit.c a bitPeter Eisentraut
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-02-05Make vacuum buffer counters 64 bits wideAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-09Fix typos in miscinit.c.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-01Update HINT for pre-existing shared memory block.Noah Misch
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-10Revert "Increase the default vacuum_cost_limit from 200 to 2000"Tom Lane
2019-03-10Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane
2019-03-06Increase the default vacuum_cost_limit from 200 to 2000Andrew Dunstan
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro