summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-11Improve performance of pgarch_readyXlog() with many status files.Robert Haas
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-10-29Fix race condition in startup progress reporting.Robert Haas
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-10-12Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().Fujii Masao
2021-10-07Fix compilation warning in syslogger.cMichael Paquier