summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
AgeCommit message (Expand)Author
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-06Add function to log the memory contexts of specified backend process.Fujii Masao
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
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-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-02-05Make vacuum buffer counters 64 bits wideAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-05-22Initial pgindent run for v12.Tom Lane
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-01-02Update copyright for 2019Bruce Momjian
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-26Switch flags tracking pending interrupts to sig_atomic_tMichael Paquier
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-05-19Fix for globals.c- c.h must come firstStephen Frost
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-29Remove replacement selection sort.Robert Haas
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-05Reduce the default for max_worker_processes back to 8.Robert Haas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-12-02Add max_parallel_workers GUC.Robert Haas
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-03Remove remnants of ImmediateInterruptOK handling.Andres Freund
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas