summaryrefslogtreecommitdiff
path: root/src/include/postmaster
AgeCommit message (Expand)Author
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
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-03-10Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-04-23Add comment explaining BGWORKER_BYPASS_ALLOWCONNMagnus Hagander
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-14Log when a BRIN autosummarization request failsAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-09-29Add background worker typePeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane