index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
latch.h
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix WaitLatch() to return promptly when the requested timeout expires.
Tom Lane
2012-11-08
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-09
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Simplify Windows implementation of latches. There's no need to keep a
Heikki Linnakangas
2010-09-15
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11