aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* 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
* Provide a better error message for misplaced dispatch options.Nathan Bossart2024-12-04
* postmaster: Reduce verbosity of environment dump debug messageAndres Freund2024-11-27
* Pass MyPMChildSlot as an explicit argument to child processHeikki Linnakangas2024-11-14
* Assign a child slot to every postmaster child processHeikki Linnakangas2024-11-14
* Kill dead-end children when there's nothing else leftHeikki Linnakangas2024-11-14
* Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas2024-11-14
* Rename two functions that wake up other processesHeikki Linnakangas2024-11-01
* Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas2024-11-01
* Remove duplicate words in commentsDaniel Gustafsson2024-10-31
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Clean up WaitLatch calls that passed latch without WL_LATCH_SETHeikki Linnakangas2024-10-05
* Use macro to define the number of enum valuesPeter Eisentraut2024-10-01
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* Increase the number of fast-path lock slotsTomas Vondra2024-09-21