summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/checkpointer.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-06Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-11-22Support condition variables.Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-06Remove more volatile qualifiers.Robert Haas
2015-06-28Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas
2015-02-23Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-06-30Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-20Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas
2012-12-13Make xlog_internal.h includable in frontend context.Heikki Linnakangas
2012-10-17Close un-owned SMgrRelations at transaction end.Tom Lane
2012-08-28Split resowner.hAlvaro Herrera
2012-07-18Fix statistics breakage from bgwriter/checkpointer process split.Tom Lane
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-24Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-01After any checkpoint, close all smgr files handles in bgwriterSimon Riggs
2012-06-01Provide interim statistics while in mid-checkpoint.Simon Riggs
2012-05-10Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane
2012-05-10Improve tests for postmaster death in auxiliary processes.Tom Lane
2012-05-10Further tweaking of nomenclature in checkpointer.c.Tom Lane
2012-05-09Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs
2012-05-09Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs
2012-05-09Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane
2012-04-24Lots of doc corrections.Robert Haas
2012-01-30Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs
2012-01-30Various minor comments changes from bgwriter to checkpointer.Simon Riggs
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-01Have checkpointer send stats once each processing loop.Simon Riggs
2011-11-01Add new file for checkpointer.cSimon Riggs