aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Rework shutdown callback of archiver modulesMichael Paquier2022-10-19
* Message style improvementsPeter Eisentraut2022-09-24
* Fix grammar in error messageJohn Naylor2022-09-15
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-31
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-23
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Use STDOUT/STDERR_FILENO in most of syslogger.Andres Freund2022-07-18
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-11
* Silence extra logging when using "postgres -C" on runtime-computed GUCsMichael Paquier2022-05-11
* Fix misleading comments about background worker registration.Robert Haas2022-05-06
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: move pgstat.c to utils/activity.Andres Freund2022-04-06
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: normalize function naming.Andres Freund2022-04-06
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-06
* pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* pgstat: consistent function comment formatting.Andres Freund2022-04-04
* pgstat: fix function name in comment.Andres Freund2022-03-22
* pgstat: reorder pgstat.[ch] contents.Andres Freund2022-03-21
* pgstat: split different types of stats into separate files.Andres Freund2022-03-21
* pgstat: separate "xact level" handling out of relation specific functions.Andres Freund2022-03-20
* pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund2022-03-20
* pgstat: introduce pgstat_relation_should_count().Andres Freund2022-03-20
* pgstat: split out WAL handling from pgstat_{initialize,report_stat}.Andres Freund2022-03-19
* pgstat: split relation, database handling out of pgstat_report_stat().Andres Freund2022-03-19
* pgstat: run pgindent on pgstat.c/h.Andres Freund2022-03-19
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-15
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Fix comments about bgworker registration before MaxBackends initializationMichael Paquier2022-01-29
* Move the code to archive files via the shell to a separate file.Robert Haas2022-01-28
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07