index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
*
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-07
*
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
2025-07-01
*
Rationalize handling of VacuumParams
Michael Paquier
2025-06-30
*
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-30
*
Fix per-relation memory leakage in autovacuum.
Tom Lane
2025-05-23
*
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-23
*
Add support for runtime arguments in injection points
Michael Paquier
2025-05-10
*
Fix typos and grammar in the code
Michael Paquier
2025-04-19
*
Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
2025-04-09
*
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
*
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-04-07
*
Improve error message when standby does accept connections.
Fujii Masao
2025-04-02
*
aio, bufmgr: Comment fixes/improvements
Andres Freund
2025-03-29
*
Remove the query_id_squash_values GUC
Álvaro Herrera
2025-03-27
*
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-18
*
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-18
*
aio: Basic subsystem initialization
Andres Freund
2025-03-17
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Add connection establishment duration logging
Melanie Plageman
2025-03-12
*
Modularize log_connections output
Melanie Plageman
2025-03-12
*
Split WaitEventSet functions to separate source file
Heikki Linnakangas
2025-03-06
*
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-05
*
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-03-05
*
Split pgstat_bestart() into three different routines
Michael Paquier
2025-03-04
*
Trigger more frequent autovacuums with relallfrozen
Melanie Plageman
2025-03-03
*
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-21
*
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-11
*
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-02-05
*
Remove obsolete restriction on the range of log_rotation_size.
Tom Lane
2025-01-31
*
Change shutdown sequence to terminate checkpointer last
Andres Freund
2025-01-25
*
postmaster: Adjust which processes we expect to have exited
Andres Freund
2025-01-24
*
postmaster: Commonalize FatalError paths
Andres Freund
2025-01-24
*
postmaster: Move code to switch into FatalError state into function
Andres Freund
2025-01-24
*
postmaster: Don't repeatedly transition to crashing state
Andres Freund
2025-01-24
*
postmaster: Don't open-code TerminateChildren() in HandleChildCrash()
Andres Freund
2025-01-24
*
checkpointer: Request checkpoint via latch instead of signal
Andres Freund
2025-01-24
*
Don't ask for bug reports about pthread_is_threaded_np() != 0.
Tom Lane
2025-01-23
*
postmaster: Rename some shutdown related PMState phase names
Andres Freund
2025-01-10
*
postmaster: Make btmask_add() variadic
Andres Freund
2025-01-10
*
postmaster: Introduce variadic btmask_all_except()
Andres Freund
2025-01-10
*
postmaster: Improve logging of signals sent by postmaster
Andres Freund
2025-01-10
*
postmaster: Update pmState via a wrapper function
Andres Freund
2025-01-10
*
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-06
*
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-02
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
*
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-12-23
*
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-17
*
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-12-15
*
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-10
[next]