aboutsummaryrefslogtreecommitdiff
path: root/src/include/postmaster
Commit message (Expand)AuthorAge
* Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut2024-08-14
* Refactor code to handle death of a backend or bgworker in postmasterHeikki Linnakangas2024-08-10
* Make BackgroundWorkerList doubly-linkedHeikki Linnakangas2024-08-09
* Fix outdated comment; all running bgworkers are in BackendListHeikki Linnakangas2024-08-01
* Remove leftover function declarationHeikki Linnakangas2024-07-30
* Move cancel key generation to after forking the backendHeikki Linnakangas2024-07-29
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* Move extern declarations for EXEC_BACKEND to header filesPeter Eisentraut2024-07-23
* Improve some global variable declarationsPeter Eisentraut2024-07-02
* Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas2024-06-28
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Add missing PGDLLIMPORT markingsMichael Paquier2024-04-16
* Move code for backend startup to separate fileHeikki Linnakangas2024-03-18
* Refactor postmaster child process launchingHeikki Linnakangas2024-03-18
* Move some functions from postmaster.c to a new source fileHeikki Linnakangas2024-03-18
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Add missing PGDLLIMPORT markingsHeikki Linnakangas2024-01-16
* Add new function pg_get_wal_summarizer_state().Robert Haas2024-01-11
* Update copyright for 2024Bruce Momjian2024-01-03
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functionsHeikki Linnakangas2023-12-04
* Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas2023-12-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add option to bgworkers to allow the bypass of role login checkMichael Paquier2023-10-12
* Rename StartBackgroundWorker() to BackgroundWorkerMain().Heikki Linnakangas2023-10-09
* Increase size of bgw_library_name.Nathan Bossart2023-07-03
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-15
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-07
* Redesign archive modulesMichael Paquier2023-02-17
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-06
* Add new GUC reserved_connections.Robert Haas2023-01-20
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-20
* Update copyright for 2023Bruce Momjian2023-01-02
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-17
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Move the code to archive files via the shell to a separate file.Robert Haas2022-01-28
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve performance of pgarch_readyXlog() with many status files.Robert Haas2021-11-11
* Report progress of startup operations that take a long time.Robert Haas2021-10-25
* Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier2021-09-13
* Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund2021-08-13
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-05