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