summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2023-01-12Refactor DetermineSleepTime() to use milliseconds.Thomas Munro
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-11-24Add the database name to the ps display of logical WAL sendersMichael Paquier
2022-11-21Provide options for postmaster to kill child processes with SIGABRT.Tom Lane
2022-11-15Disallow setting archive_library and archive_command at the same timePeter Eisentraut
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-19Rework shutdown callback of archiver modulesMichael Paquier
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-14Standardize format for printing PIDsPeter Eisentraut
2022-09-24Message style improvementsPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-15Fix grammar in error messageJohn Naylor
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-31Prevent long-term memory leakage in autovacuum launcher.Tom Lane
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Remove initialization of MyClientConnectionInfo at backend startupMichael Paquier
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-23Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane
2022-08-23Remove redundant call to pgstat_report_wal()Andres Freund
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-11Fix non-specific error message.Robert Haas
2022-08-05Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier
2022-07-26Reduce overhead of renaming archive status files.Fujii Masao
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-19Use STDOUT/STDERR_FILENO in most of syslogger.Andres Freund
2022-07-16Remove postmaster.c's reset_shared() wrapper function.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11Silence extra logging when using "postgres -C" on runtime-computed GUCsMichael Paquier
2022-05-06Fix misleading comments about background worker registration.Robert Haas
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas