]> granicus.if.org Git - postgresql/history - src/backend/port/win32
Assorted minor changes to silence Windows compiler warnings.
[postgresql] / src / backend / port / win32 /
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-23 Andrew DunstanSilence a few compiler warnings from gcc on MinGW.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-26 Andrew DunstanOnly build in crashdump support on Windows if there...
2010-12-19 Magnus HaganderRemove thread dumping constant that requires newer...
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Magnus HaganderAnother typo fix.
2010-02-16 Magnus HaganderAdd emulation of non-blocking sockets to the win32...
2010-02-09 Magnus HaganderTypo fix, per Thom Brown
2010-02-09 Magnus HaganderDefine the value for in6addr_any on MingW, since it...
2010-01-31 Magnus HaganderFix race condition in win32 signal handling.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-28 Bruce MomjianRemove non-ascii characters from source code.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-16 Andrew DunstanFix MinGW warnings re formats and unused variables...
2008-02-19 Peter EisentrautMore refactoring, so that the SUBSYS.o rules are now...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-29 Magnus HaganderMake variable static, per Tom.
2007-10-29 Magnus HaganderAdd compat file for dynamically loading the functions...
2007-10-23 Magnus HaganderUse snprintf instead of wsprintf, and use getenv("APPDA...
2007-06-04 Magnus HaganderOn win32, retry reading when WSARecv returns WSAEWOULDB...
2007-03-21 Magnus HaganderNative shared memory implementation for win32.
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-04 Bruce MomjianPatch of Win32 Encoding problem for server messages...
2006-10-13 Teodor SigaevFix infinite sleep and failes of send in Win32.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-09 Bruce MomjianRound microseconds on setitimer upwards.
2006-08-09 Bruce MomjianOn Win32, make minimum setitimer() sleep be 1ms, so...
2006-08-09 Bruce MomjianFix statement_timeout on Win32 so that it properly...
2006-08-09 Bruce MomjianFormatting improvement.
2006-07-29 Andrew Dunstanprevent multiplexing Windows kernel event objects we...
2006-07-16 Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-06-08 Bruce MomjianRemove Win32 file, moved to /port.
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-04-29 Tom LaneRemove sema.c, superseded by win32_sema.c.
2006-04-09 Tom LaneSuppress a couple of minor compiler warnings, per Magnus.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-10 Tom LaneCheck that SID is enabled while checking for Windows...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-07 Tom LaneRecognize ERROR_SHARING_VIOLATION (translate to EACCES...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-16 Tom LaneUse dynamically-sized buffers in pgwin32_is_service().
2004-11-12 Bruce Momjian> I think in addition the system global name "sharemem...
2004-11-09 Peter EisentrautClarify some error messages
2004-10-12 Peter EisentrautMessage style revisions
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-09-07 Tom LaneFix places where WaitForxxx can block, to eliminate...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce Momjian>>> I understand your disliking of non-posix stuff...
2004-08-28 Bruce MomjianUse dynamic buffer for token buffer in win32 admin...
2004-08-27 Tom LaneFix Windows emulation of kill(pid, 0). This will now...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-05-27 Bruce MomjianCleanup for Win32 pgkill.
2004-05-27 Bruce MomjianMove pgkill out into /port so pg_ctl can use it on...
2004-04-22 Bruce MomjianPer discussion earlier today, here is a fix that lets...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-02-18 Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-12 Bruce MomjianAdd CVS ID tags to port/win32/files.
2004-02-02 Bruce MomjianBriefly,
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-24 Bruce MomjianAdd Win32 Makefile for IPC stuff.
2003-04-24 Bruce MomjianAdd Win32 shmem/sema prototypes.
2003-04-24 Bruce Momjianpgindent new Win32 files.
2003-04-24 Bruce MomjianAdd shared memory and semaphore routines for Win32.
1997-02-28 Bruce MomjianRemove win32 port directory. Forgot to do it earlier.
1997-02-09 Marc G. FournierRemove machine.h, since it wasn't doing anything that...
1997-01-24 Marc G. FournierConvert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration...
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
1996-10-18 Marc G. FournierCentralize more of the defines from backend/port under...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01