aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32
Commit message (Expand)AuthorAge
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Attempt to fix some issues in our Windows socket code.Tom Lane2012-05-13
* Lots of doc corrections.Robert Haas2012-04-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Message style tweaksPeter Eisentraut2011-07-05
* Capitalization fixesPeter Eisentraut2011-06-19
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Use an explicit format string to keep the compiler happy.Andrew Dunstan2011-04-27
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Silence a few compiler warnings from gcc on MinGW.Andrew Dunstan2011-04-23
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-26
* Remove thread dumping constant that requires newer Platform SDKMagnus Hagander2010-12-19
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-19
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* pgindent run for 9.0Bruce Momjian2010-02-26
* Another typo fix.Magnus Hagander2010-02-17
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-16
* Typo fix, per Thom BrownMagnus Hagander2010-02-09
* Define the value for in6addr_any on MingW, since it provides the structMagnus Hagander2010-02-09
* Fix race condition in win32 signal handling.Magnus Hagander2010-01-31
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove non-ascii characters from source code.Bruce Momjian2009-12-28
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-16
* More refactoring, so that the SUBSYS.o rules are now all in one place.Peter Eisentraut2008-02-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Make variable static, per Tom.Magnus Hagander2007-10-29
* Add compat file for dynamically loading the functions that MinGW is missingMagnus Hagander2007-10-29
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-23
* On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seemMagnus Hagander2007-06-04
* Native shared memory implementation for win32.Magnus Hagander2007-03-21
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-26
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-04
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-13
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Round microseconds on setitimer upwards.Bruce Momjian2006-08-09
* On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian2006-08-09