aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-15
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-25
* Fix autovacuum cost debug loggingDaniel Gustafsson2023-04-20
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-07
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-07
* Move various prechecks from vacuum() into ExecVacuum()David Rowley2023-04-06
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-05
* Comment on expectations for AutoVacuumWorkItem handlers.Noah Misch2023-03-25
* Small tidyup for commit d41a178b, part II.Thomas Munro2023-03-17
* Small tidyup for commit d41a178b.Thomas Munro2023-03-17
* Fix waitpid() emulation on Windows.Thomas Munro2023-03-15
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-06
* Redesign archive modulesMichael Paquier2023-02-17
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-08
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-06
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Simplify main waiting loop of the archiver processMichael Paquier2023-02-01
* Remove unneeded volatile qualifiers from postmaster.c.Thomas Munro2023-01-28
* Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane2023-01-26
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-25
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-25
* Process pending postmaster work before connections.Thomas Munro2023-01-25
* Reject CancelRequestPacket having unexpected length.Noah Misch2023-01-21
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21
* Add new GUC reserved_connections.Robert Haas2023-01-20
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-20
* Refactor DetermineSleepTime() to use milliseconds.Thomas Munro2023-01-12
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-12
* Common function for percent placeholder replacementPeter Eisentraut2023-01-11
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Order getopt argumentsPeter Eisentraut2022-12-12
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-06
* Add the database name to the ps display of logical WAL sendersMichael Paquier2022-11-24
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-21
* Disallow setting archive_library and archive_command at the same timePeter Eisentraut2022-11-15
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Rework shutdown callback of archiver modulesMichael Paquier2022-10-19
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-14
* Standardize format for printing PIDsPeter Eisentraut2022-10-14
* Message style improvementsPeter Eisentraut2022-09-24
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Fix grammar in error messageJohn Naylor2022-09-15