aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/checkpointer.c
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas2012-12-20
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Split resowner.hAlvaro Herrera2012-08-28
* Fix statistics breakage from bgwriter/checkpointer process split.Tom Lane2012-07-18
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* After any checkpoint, close all smgr files handles in bgwriterSimon Riggs2012-06-01
* Provide interim statistics while in mid-checkpoint.Simon Riggs2012-06-01
* Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane2012-05-10
* Improve tests for postmaster death in auxiliary processes.Tom Lane2012-05-10
* Further tweaking of nomenclature in checkpointer.c.Tom Lane2012-05-10
* Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs2012-05-09
* Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs2012-05-09
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Lots of doc corrections.Robert Haas2012-04-23
* Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs2012-01-30
* Various minor comments changes from bgwriter to checkpointer.Simon Riggs2012-01-30
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Have checkpointer send stats once each processing loop.Simon Riggs2011-11-01
* Add new file for checkpointer.cSimon Riggs2011-11-01