aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/checkpointer.c
Commit message (Expand)AuthorAge
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* 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
* Use procsignal_sigusr1_handler for auxiliary processes.Robert Haas2019-11-25
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Fix function names in comments.Fujii Masao2019-04-25
* Wake up interested backends when a checkpoint fails.Thomas Munro2019-04-06
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-17
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.Andres Freund2017-05-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Support condition variables.Robert Haas2016-11-22
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Update copyright for 2016Bruce Momjian2016-01-02