summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-251-1/+1
* Fix autovacuum cost debug loggingDaniel Gustafsson2023-04-201-10/+5
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-4/+14
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-071-116/+175
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-071-20/+14
* Move various prechecks from vacuum() into ExecVacuum()David Rowley2023-04-061-1/+11
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-054-4/+0
* Comment on expectations for AutoVacuumWorkItem handlers.Noah Misch2023-03-251-1/+4
* Small tidyup for commit d41a178b, part II.Thomas Munro2023-03-171-5/+0
* Small tidyup for commit d41a178b.Thomas Munro2023-03-171-7/+4
* Fix waitpid() emulation on Windows.Thomas Munro2023-03-151-30/+40
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-061-1/+3
* Redesign archive modulesMichael Paquier2023-02-174-142/+16
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-081-2/+0
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-061-3/+27
* Retire PG_SETMASK() macro.Thomas Munro2023-02-039-15/+15
* Simplify main waiting loop of the archiver processMichael Paquier2023-02-011-21/+11
* Remove unneeded volatile qualifiers from postmaster.c.Thomas Munro2023-01-281-5/+5
* Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane2023-01-261-5/+6
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-251-10/+0
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-251-0/+10
* Process pending postmaster work before connections.Thomas Munro2023-01-251-12/+17
* Reject CancelRequestPacket having unexpected length.Noah Misch2023-01-211-0/+7
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-1/+1
* Add new GUC reserved_connections.Robert Haas2023-01-201-9/+20
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-201-10/+10
* Refactor DetermineSleepTime() to use milliseconds.Thomas Munro2023-01-121-39/+18
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-122-178/+258
* Common function for percent placeholder replacementPeter Eisentraut2023-01-111-48/+13
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-092-2/+6
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-061-2/+7
* Update copyright for 2023Bruce Momjian2023-01-0214-14/+14
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Order getopt argumentsPeter Eisentraut2022-12-121-28/+28
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-061-3/+3
* Add the database name to the ps display of logical WAL sendersMichael Paquier2022-11-241-1/+1
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-211-101/+52
* Disallow setting archive_library and archive_command at the same timePeter Eisentraut2022-11-151-0/+12
* Provide sigaction() for Windows.Thomas Munro2022-11-091-53/+4
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-1/+1
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-2/+2
* Rework shutdown callback of archiver modulesMichael Paquier2022-10-192-19/+16
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-2/+2
* Standardize format for printing PIDsPeter Eisentraut2022-10-141-2/+2
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+15
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-3/+3
* Fix grammar in error messageJohn Naylor2022-09-151-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+27
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-131-5/+1