summaryrefslogtreecommitdiff
path: root/src/backend/port/win32_latch.c
AgeCommit message (Expand)Author
2015-01-13Add barriers to the latch code.Andres Freund
2015-01-13Allow latches to wait for socket writability without waiting for readability.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-18Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.Tom Lane
2012-11-09Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane
2012-10-15Split up process latch initialization for more-fail-soft behavior.Tom Lane
2012-07-02Make walsender more responsive.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-14Assert that WaitLatchOrSocket callers cannot wait only for writability.Tom Lane
2012-05-13Attempt to fix some issues in our Windows socket code.Tom Lane
2012-05-10Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane
2012-05-10Improve Windows implementation of WaitLatch/WaitLatchOrSocket.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-09Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane
2011-08-09Documentation improvement and minor code cleanups for the latch facility.Tom Lane
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-07-25Silence compiler warning about uninitialized variable.Andrew Dunstan
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-23Silence a few compiler warnings from gcc on MinGW.Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-15Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas