aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
Commit message (Expand)AuthorAge
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* 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
* 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
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-05
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Initial pgindent run for v12.Tom Lane2019-05-22
* 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
* Increase the default vacuum_cost_limit from 200 to 2000Andrew Dunstan2019-03-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-19
* Switch flags tracking pending interrupts to sig_atomic_tMichael Paquier2018-09-27
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Fix for globals.c- c.h must come firstStephen Frost2018-05-18
* Allow group access on PGDATAStephen Frost2018-04-07
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Remove replacement selection sort.Robert Haas2017-09-29
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Reduce the default for max_worker_processes back to 8.Robert Haas2016-12-05
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Add max_parallel_workers GUC.Robert Haas2016-12-02
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* Use quicksort, not replacement selection, for external sorting.Robert Haas2016-04-08
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-03
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-16
* Remove CTimeZone/HasCTZSet, root and branch.Tom Lane2013-11-01
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Fix background workers for EXEC_BACKENDAlvaro Herrera2013-01-02