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
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-06
Remove more volatile qualifiers.
Robert Haas
2015-06-29
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-02-23
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
Commonalize process startup code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-06-30
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-20
Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.
Heikki Linnakangas
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-10-17
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-08-28
Split resowner.h
Alvaro Herrera
2012-07-18
Fix statistics breakage from bgwriter/checkpointer process split.
Tom Lane
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-06-24
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-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-01
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-05-10
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-09
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
Rename BgWriterCommLock to CheckpointerCommLock
Simon Riggs
2012-05-08
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-04-23
Lots of doc corrections.
Robert Haas
2012-01-30
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-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-01
Have checkpointer send stats once each processing loop.
Simon Riggs
2011-11-01
Add new file for checkpointer.c
Simon Riggs