aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32
Commit message (Expand)AuthorAge
* 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
* Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian2006-08-09
* Formatting improvement.Bruce Momjian2006-08-09
* prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan2006-07-29
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-16
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Remove Win32 file, moved to /port.Bruce Momjian2006-06-08
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Remove sema.c, superseded by win32_sema.c.Tom Lane2006-04-29
* Suppress a couple of minor compiler warnings, per Magnus.Tom Lane2006-04-09
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Check that SID is enabled while checking for Windows admin privileges.Tom Lane2006-02-10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-25
* Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane2005-10-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase logTom Lane2005-10-07
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-17
* Use dynamically-sized buffers in pgwin32_is_service().Tom Lane2004-11-16
* > I think in addition the system global name "sharemem.1" should be made moreBruce Momjian2004-11-12
* Clarify some error messagesPeter Eisentraut2004-11-09
* Message style revisionsPeter Eisentraut2004-10-12
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* Fix places where WaitForxxx can block, to eliminate failure to detectTom Lane2004-09-07
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-29
* Use dynamic buffer for token buffer in win32 admin checkBruce Momjian2004-08-28
* Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane2004-08-27
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Cleanup for Win32 pgkill.Bruce Momjian2004-05-27
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-27