Commits

DateSubjectAuthorReleases
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-04-06 Add function to log the memory contexts of specified backend process. Fujii Masao 14.0
2021-04-02 Detect POLLHUP/POLLRDHUP while running queries. Thomas Munro 14.0
2021-03-11 Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 14.0
2021-01-27 Reduce the default value of vacuum_cost_page_miss. Peter Geoghegan 14.0
2021-01-06 Add idle_session_timeout. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 14.0
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 13.0
2020-07-08 code: replace 'master' with 'leader' where appropriate. Andres Freund 14.0
2020-07-02 Initialize work_mem using current guc.c default. Peter Geoghegan 14.0
2020-02-05 Make vacuum buffer counters 64 bits wide Alvaro Herrera 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-19 Extend the ProcSignal mechanism to support barriers. Robert Haas 13.0
2019-12-17 Partially deduplicate interrupt handling for background processes. Robert Haas 13.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-03-10 Revert "Increase the default vacuum_cost_limit from 200 to 2000" Tom Lane 12.0
2019-03-10 Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. Tom Lane 12.0
2019-03-06 Increase the default vacuum_cost_limit from 200 to 2000 Andrew Dunstan 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-10-19 Refactor pid, random seed and start time initialization. Thomas Munro 12.0
2018-09-26 Switch flags tracking pending interrupts to sig_atomic_t Michael Paquier 12.0
2018-05-23 Fix incorrect ordering of operations in pg_resetwal and pg_rewind. Tom Lane 11.0
2018-05-19 Fix for globals.c- c.h must come first Stephen Frost 11.0
2018-04-07 Allow group access on PGDATA Stephen Frost 11.0