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
*
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
*
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-12-04
*
postmaster: Reduce verbosity of environment dump debug message
Andres Freund
2024-11-27
*
Pass MyPMChildSlot as an explicit argument to child process
Heikki Linnakangas
2024-11-14
*
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-11-14
*
Kill dead-end children when there's nothing else left
Heikki Linnakangas
2024-11-14
*
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-14
*
Rename two functions that wake up other processes
Heikki Linnakangas
2024-11-01
*
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-11-01
*
Remove duplicate words in comments
Daniel Gustafsson
2024-10-31
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Clean up WaitLatch calls that passed latch without WL_LATCH_SET
Heikki Linnakangas
2024-10-05
*
Use macro to define the number of enum values
Peter Eisentraut
2024-10-01
*
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-30
*
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
[next]