summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/checkpointer.c
Commit message (Expand)AuthorAgeFilesLines
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-051-1/+0
* Retire PG_SETMASK() macro.Thomas Munro2023-02-031-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-1/+1
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-5/+15
* pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund2022-04-061-5/+5
* pgstat: stats collector references in comments.Andres Freund2022-04-061-10/+4
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-161-1/+7
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-161-0/+1
* Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao2022-01-111-0/+4
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove mention of TimeLineID update from commentsDaniel Gustafsson2021-12-011-5/+1
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-041-14/+12
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-021-3/+0
* Fix issues in pg_stat_wal.Fujii Masao2021-05-191-2/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-1/+1
* Change checkpoint_completion_target default to 0.9Stephen Frost2021-03-241-1/+1
* Send statistics collected during shutdown checkpoint to the stats collector.Fujii Masao2021-03-121-1/+12
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-091-1/+1
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-171-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-1/+0
* Add pg_stat_wal statistics view.Fujii Masao2020-10-021-0/+3
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-161-5/+1
* Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane2020-09-111-2/+16
* Spelling adjustmentsPeter Eisentraut2020-06-071-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-11/+11
* Fix checkpoint signallingAlvaro Herrera2020-04-291-0/+7
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-191-0/+7
* Re-#include <time.h> in checkpointer.c.Robert Haas2019-12-181-0/+1
* Add missing "void" to prototypes.Robert Haas2019-12-171-1/+1
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-171-54/+6
* Use PostgresSigHupHandler in more places.Robert Haas2019-12-171-19/+5
* Move interrupt-handling code into subroutines.Robert Haas2019-12-171-31/+40
* Use procsignal_sigusr1_handler for auxiliary processes.Robert Haas2019-11-251-13/+2
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-141-6/+5
* Fix function names in comments.Fujii Masao2019-04-251-1/+1
* Wake up interested backends when a checkpoint fails.Thomas Munro2019-04-061-0/+2
* Refactor the fsync queue for wider use.Thomas Munro2019-04-041-26/+14
* Make checkpoint requests more robust.Tom Lane2019-03-191-25/+33
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-141-4/+17
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-231-12/+4
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-171-4/+0
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-081-15/+9
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-181-11/+1
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-281-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1