index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
globals.c
Age
Commit message (
Expand
)
Author
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-02-17
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-04-06
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-02
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-03-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-01-27
Reduce the default value of vacuum_cost_page_miss.
Peter Geoghegan
2021-01-06
Add idle_session_timeout.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-02
Initialize work_mem using current guc.c default.
Peter Geoghegan
2020-02-05
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-10
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-06
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-19
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-09-26
Switch flags tracking pending interrupts to sig_atomic_t
Michael Paquier
2018-05-23
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-19
Fix for globals.c- c.h must come first
Stephen Frost
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-09-29
Remove replacement selection sort.
Robert Haas
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-05
Reduce the default for max_worker_processes back to 8.
Robert Haas
2016-12-05
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-02
Add max_parallel_workers GUC.
Robert Haas
2016-06-10
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-04-08
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-02-03
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-16
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
[next]