summaryrefslogtreecommitdiff
path: root/src/include/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-151-0/+2
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-071-3/+0
* Redesign archive modulesMichael Paquier2023-02-171-39/+0
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-061-0/+2
* Add new GUC reserved_connections.Robert Haas2023-01-201-0/+1
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-201-1/+1
* Update copyright for 2023Bruce Momjian2023-01-0212-12/+12
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-211-0/+2
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-202-2/+2
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-171-0/+2
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+3
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-088-52/+52
* Allow archiving via loadable modules.Robert Haas2022-02-031-2/+36
* Move the code to archive files via the shell to a separate file.Robert Haas2022-01-281-0/+3
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-0/+1
* Update copyright for 2022Bruce Momjian2022-01-0712-12/+12
* Improve performance of pgarch_readyXlog() with many status files.Robert Haas2021-11-111-0/+1
* Report progress of startup operations that take a long time.Robert Haas2021-10-251-0/+17
* Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier2021-09-131-2/+6
* Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund2021-08-131-0/+1
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-051-0/+20
* Remove temporary files after backend crashTomas Vondra2021-03-181-0/+1
* Make archiver process an auxiliary process.Fujii Masao2021-03-151-9/+5
* Update copyright for 2021Bruce Momjian2021-01-0211-11/+11
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-2/+0
* Add key management systemBruce Momjian2020-12-251-0/+2
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-241-1/+2
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-281-0/+2
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-241-2/+2
* Remove am_syslogger global variablePeter Eisentraut2020-03-131-2/+0
* Update copyrights for 2020Bruce Momjian2020-01-0111-11/+11
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-171-0/+32
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-3/+3
* Refactor the fsync queue for wider use.Thomas Munro2019-04-041-3/+5
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-101-1/+1
* Update copyright for 2019Bruce Momjian2019-01-0210-10/+10
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-191-0/+1
* Implement "pg_ctl logrotate" commandAlexander Korotkov2018-09-011-0/+3
* Add comment explaining BGWORKER_BYPASS_ALLOWCONNMagnus Hagander2018-04-231-1/+7
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-091-31/+0
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-051-0/+31
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-051-2/+5
* Fix more format truncation issuesPeter Eisentraut2018-03-151-1/+1
* Log when a BRIN autosummarization request failsAlvaro Herrera2018-03-141-1/+1
* Update copyright for 2018Bruce Momjian2018-01-0210-10/+10
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-051-2/+2
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-1/+1
* Add background worker typePeter Eisentraut2017-09-291-0/+2