index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
globals.c
Commit message (
Expand
)
Author
Age
*
Add missing includes for some global variables
Peter Eisentraut
2024-07-02
*
Increase default vacuum_buffer_usage_limit to 2MB.
Thomas Munro
2024-04-06
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Reduce the default value of vacuum_cost_page_miss.
Peter Geoghegan
2021-01-27
*
Add idle_session_timeout.
Tom Lane
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
*
Initialize work_mem using current guc.c default.
Peter Geoghegan
2020-07-02
*
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-02-05
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
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-10
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
*
Switch flags tracking pending interrupts to sig_atomic_t
Michael Paquier
2018-09-27
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Fix for globals.c- c.h must come first
Stephen Frost
2018-05-18
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove replacement selection sort.
Robert Haas
2017-09-29
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
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-05
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
[next]