summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-05Split WaitEventSet functions to separate source fileHeikki Linnakangas
2025-03-05Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas
2025-03-05Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-03-03Trigger more frequent autovacuums with relallfrozenMelanie Plageman
2025-02-21backend launchers void * arguments for binary dataPeter Eisentraut
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-01-31Remove obsolete restriction on the range of log_rotation_size.Tom Lane
2025-01-25Change shutdown sequence to terminate checkpointer lastAndres Freund
2025-01-24postmaster: Adjust which processes we expect to have exitedAndres Freund
2025-01-24postmaster: Commonalize FatalError pathsAndres Freund
2025-01-24postmaster: Move code to switch into FatalError state into functionAndres Freund
2025-01-24postmaster: Don't repeatedly transition to crashing stateAndres Freund
2025-01-24postmaster: Don't open-code TerminateChildren() in HandleChildCrash()Andres Freund
2025-01-24checkpointer: Request checkpoint via latch instead of signalAndres Freund
2025-01-23Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane
2025-01-10postmaster: Rename some shutdown related PMState phase namesAndres Freund
2025-01-10postmaster: Make btmask_add() variadicAndres Freund
2025-01-10postmaster: Introduce variadic btmask_all_except()Andres Freund
2025-01-10postmaster: Improve logging of signals sent by postmasterAndres Freund
2025-01-10postmaster: Update pmState via a wrapper functionAndres Freund
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-23Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-12-14Fix warnings about declaration of environ on MinGW.Thomas Munro
2024-12-10Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch
2024-12-04Provide a better error message for misplaced dispatch options.Nathan Bossart
2024-11-27postmaster: Reduce verbosity of environment dump debug messageAndres Freund
2024-11-14Pass MyPMChildSlot as an explicit argument to child processHeikki Linnakangas
2024-11-14Assign a child slot to every postmaster child processHeikki Linnakangas
2024-11-14Kill dead-end children when there's nothing else leftHeikki Linnakangas
2024-11-14Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-10-31Remove duplicate words in commentsDaniel Gustafsson
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-05Clean up WaitLatch calls that passed latch without WL_LATCH_SETHeikki Linnakangas
2024-10-01Use macro to define the number of enum valuesPeter Eisentraut
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier