aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/checkpointer.c
Commit message (Expand)AuthorAge
* Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas2024-11-01
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Fix bugs in MultiXact truncationHeikki Linnakangas2024-06-26
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Refactor postmaster child process launchingHeikki Linnakangas2024-03-18
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas2024-01-31
* Remove some obsolete smgrcloseall() calls.Heikki Linnakangas2024-01-31
* Update copyright for 2024Bruce Momjian2024-01-03
* Enhance checkpointer restartpoint statisticsAlexander Korotkov2023-12-25
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Introduce pg_stat_checkpointerMichael Paquier2023-10-30
* Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier2023-10-27
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-05
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* pgstat: store statistics in shared memory.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
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove mention of TimeLineID update from commentsDaniel Gustafsson2021-12-01
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-04
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-02
* Fix issues in pg_stat_wal.Fujii Masao2021-05-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Change checkpoint_completion_target default to 0.9Stephen Frost2021-03-24
* Send statistics collected during shutdown checkpoint to the stats collector.Fujii Masao2021-03-12
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-16
* Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane2020-09-11
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix checkpoint signallingAlvaro Herrera2020-04-29
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Re-#include <time.h> in checkpointer.c.Robert Haas2019-12-18
* Add missing "void" to prototypes.Robert Haas2019-12-17
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Use PostgresSigHupHandler in more places.Robert Haas2019-12-17
* Move interrupt-handling code into subroutines.Robert Haas2019-12-17