index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
latch.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
1
-0
/
+1
*
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
1
-0
/
+7
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+1
*
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-14
1
-2
/
+4
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
1
-0
/
+1
*
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-03-01
1
-10
/
+1
*
Optimize latches to send fewer signals.
Thomas Munro
2021-03-01
1
-0
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-30
1
-0
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-9
/
+9
*
Remove volatile from latch API
Peter Eisentraut
2019-03-04
1
-8
/
+8
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
1
-1
/
+2
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-15
1
-0
/
+10
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
1
-0
/
+3
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
1
-3
/
+6
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
1
-0
/
+16
*
Introduce WaitEventSet API.
Andres Freund
2016-03-21
1
-5
/
+32
*
Combine win32 and unix latch implementations.
Andres Freund
2016-03-21
1
-1
/
+1
*
Remove unused, and dangerous, TestLatch() macro.
Andres Freund
2016-03-18
1
-2
/
+0
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
1
-1
/
+1
*
Add barriers to the latch code.
Andres Freund
2015-01-13
1
-7
/
+0
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix WaitLatch() to return promptly when the requested timeout expires.
Tom Lane
2012-11-08
1
-6
/
+7
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-5
/
+5
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
1
-0
/
+9
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-09
1
-4
/
+66
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
1
-3
/
+10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-5
/
+6
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
1
-1
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Simplify Windows implementation of latches. There's no need to keep a
Heikki Linnakangas
2010-09-15
1
-6
/
+2
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
1
-0
/
+62