summaryrefslogtreecommitdiff
path: root/src/include/postmaster
AgeCommit message (Expand)Author
2024-03-18Move code for backend startup to separate fileHeikki Linnakangas
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-03-18Move some functions from postmaster.c to a new source fileHeikki Linnakangas
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-03-04Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-16Add missing PGDLLIMPORT markingsHeikki Linnakangas
2024-01-11Add new function pg_get_wal_summarizer_state().Robert Haas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-04Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functionsHeikki Linnakangas
2023-12-03Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
2023-10-09Rename StartBackgroundWorker() to BackgroundWorkerMain().Heikki Linnakangas
2023-07-03Increase size of bgw_library_name.Nathan Bossart
2023-05-14Fix wal_writer_flush_after initializer value.Thomas Munro
2023-04-06Separate vacuum cost variables from GUCsDaniel Gustafsson
2023-02-17Redesign archive modulesMichael Paquier
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-21Provide options for postmaster to kill child processes with SIGABRT.Tom Lane
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-07-18Add central declarations for dlsym()ed symbolsAndres Freund
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-28Move the code to archive files via the shell to a separate file.Robert Haas
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-11Improve performance of pgarch_readyXlog() with many status files.Robert Haas
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-09-13Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier
2021-08-13Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-24Prefer standby promotion over recovery pause.Fujii Masao
2020-03-13Remove am_syslogger global variablePeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier