aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Standardize LSN formatting by zero paddingÁlvaro Herrera2025-07-07
* Make more use of binaryheap_empty() and binaryheap_size().Nathan Bossart2025-07-01
* Rationalize handling of VacuumParamsMichael Paquier2025-06-30
* Ensure we have a snapshot when updating various system catalogs.Nathan Bossart2025-05-30
* Fix per-relation memory leakage in autovacuum.Tom Lane2025-05-23
* Revert function to get memory context stats for processesDaniel Gustafsson2025-05-23
* Add support for runtime arguments in injection pointsMichael Paquier2025-05-10
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Fix a few oversights in the longer cancel keys patchHeikki Linnakangas2025-04-09
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao2025-04-07
* Improve error message when standby does accept connections.Fujii Masao2025-04-02
* aio, bufmgr: Comment fixes/improvementsAndres Freund2025-03-29
* Remove the query_id_squash_values GUCÁlvaro Herrera2025-03-27
* Introduce squashing of constant lists in query jumblingÁlvaro Herrera2025-03-18
* aio: Infrastructure for io_method=workerAndres Freund2025-03-18
* aio: Basic subsystem initializationAndres Freund2025-03-17
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* Split WaitEventSet functions to separate source fileHeikki Linnakangas2025-03-06
* Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas2025-03-05
* Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier2025-03-05
* Split pgstat_bestart() into three different routinesMichael Paquier2025-03-04
* Trigger more frequent autovacuums with relallfrozenMelanie Plageman2025-03-03
* backend launchers void * arguments for binary dataPeter Eisentraut2025-02-21
* Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman2025-02-11
* Introduce autovacuum_vacuum_max_threshold.Nathan Bossart2025-02-05
* Remove obsolete restriction on the range of log_rotation_size.Tom Lane2025-01-31
* Change shutdown sequence to terminate checkpointer lastAndres Freund2025-01-25
* postmaster: Adjust which processes we expect to have exitedAndres Freund2025-01-24
* postmaster: Commonalize FatalError pathsAndres Freund2025-01-24
* postmaster: Move code to switch into FatalError state into functionAndres Freund2025-01-24
* postmaster: Don't repeatedly transition to crashing stateAndres Freund2025-01-24
* postmaster: Don't open-code TerminateChildren() in HandleChildCrash()Andres Freund2025-01-24
* checkpointer: Request checkpoint via latch instead of signalAndres Freund2025-01-24
* Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane2025-01-23
* postmaster: Rename some shutdown related PMState phase namesAndres Freund2025-01-10
* postmaster: Make btmask_add() variadicAndres Freund2025-01-10
* postmaster: Introduce variadic btmask_all_except()Andres Freund2025-01-10
* postmaster: Improve logging of signals sent by postmasterAndres Freund2025-01-10
* postmaster: Update pmState via a wrapper functionAndres Freund2025-01-10
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Exclude parallel workers from connection privilege/limit checks.Tom Lane2024-12-28
* Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas2024-12-23
* Set the stack_base_ptr in main(), not in random other places.Tom Lane2024-12-17
* Fix warnings about declaration of environ on MinGW.Thomas Munro2024-12-15
* Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch2024-12-10