index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
/
win32_latch.c
Age
Commit message (
Expand
)
Author
2015-01-13
Add barriers to the latch code.
Andres Freund
2015-01-13
Allow latches to wait for socket writability without waiting for readability.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-18
Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.
Tom Lane
2012-11-09
Fix WaitLatch() to return promptly when the requested timeout expires.
Tom Lane
2012-10-15
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-07-02
Make walsender more responsive.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-14
Assert that WaitLatchOrSocket callers cannot wait only for writability.
Tom Lane
2012-05-13
Attempt to fix some issues in our Windows socket code.
Tom Lane
2012-05-10
Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.
Tom Lane
2012-05-10
Improve Windows implementation of WaitLatch/WaitLatchOrSocket.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-08-23
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-09
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-07-26
Replace printf format %i by %d
Peter Eisentraut
2011-07-25
Silence compiler warning about uninitialized variable.
Andrew Dunstan
2011-07-08
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-04-23
Silence a few compiler warnings from gcc on MinGW.
Andrew Dunstan
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-30
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-15
Simplify Windows implementation of latches. There's no need to keep a
Heikki Linnakangas
2010-09-11
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas