index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
checkpointer.c
Age
Commit message (
Expand
)
Author
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-06-26
Fix bugs in MultiXact truncation
Heikki Linnakangas
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
Remove some obsolete smgrcloseall() calls.
Heikki Linnakangas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-25
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-02-03
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-03-16
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-11
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-01
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-08-04
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-08-02
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-05-19
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-24
Change checkpoint_completion_target default to 0.9
Stephen Frost
2021-03-12
Send statistics collected during shutdown checkpoint to the stats collector.
Fujii Masao
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-10-02
Add pg_stat_wal statistics view.
Fujii Masao
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-11
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-29
Fix checkpoint signalling
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-18
Re-#include <time.h> in checkpointer.c.
Robert Haas
2019-12-17
Add missing "void" to prototypes.
Robert Haas
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
Use PostgresSigHupHandler in more places.
Robert Haas
2019-12-17
Move interrupt-handling code into subroutines.
Robert Haas
[next]