summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: move pgstat.c to utils/activity.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-07pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-06pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06pgstat: move transactional code into pgstat_xact.c.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-04pgstat: consistent function comment formatting.Andres Freund
2022-03-22pgstat: fix function name in comment.Andres Freund
2022-03-21pgstat: reorder pgstat.[ch] contents.Andres Freund
2022-03-21pgstat: split different types of stats into separate files.Andres Freund
2022-03-21pgstat: separate "xact level" handling out of relation specific functions.Andres Freund
2022-03-21pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund
2022-03-21pgstat: introduce pgstat_relation_should_count().Andres Freund
2022-03-19pgstat: split out WAL handling from pgstat_{initialize,report_stat}.Andres Freund
2022-03-19pgstat: split relation, database handling out of pgstat_report_stat().Andres Freund
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-29Fix comments about bgworker registration before MaxBackends initializationMichael Paquier
2022-01-28Move the code to archive files via the shell to a separate file.Robert Haas
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-29Fix issues in pgarch's new directory-scanning logic.Tom Lane
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-12-01Remove mention of TimeLineID update from commentsDaniel Gustafsson
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-22autovacuum: Improve wording in a couple placesAlvaro Herrera