]> granicus.if.org Git - postgresql/history - src/backend/port
Code review for postmaster.pid contents changes.
[postgresql] / src / backend / port /
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
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-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-15 Heikki LinnakangasSimplify Windows implementation of latches. There's...
2010-09-13 Heikki LinnakangasAdd a comment noting that the owner_pid test in OwnLatc...
2010-09-11 Heikki LinnakangasAdd missing #includes, needed on some platforms. This...
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-08-25 Tom LaneImprove hint message for ENOMEM failure from shmget().
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-05-01 Tom LaneAdd code to InternalIpcMemoryCreate() to handle the...
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-04 Itagaki TakahiroSilence compiler warning about printf format for HANDLE.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-02 Magnus HaganderSupport 64-bit shared memory when building on 64-bit...
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-28 Bruce MomjianRemove non-ascii characters from source code.
2009-07-24 Magnus HaganderReserve the shared memory region during backend startup...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-05 Tom LaneMinor improvement: avoid assuming that GetLastError...
2009-05-05 Magnus HaganderMake the win32 shared memory code try 10 times instead...
2009-05-04 Magnus HaganderCall SetLastError(0) before calling the file mapping...
2009-04-21 Tom LaneRemove the long-obsolete homebrew dl*() functions for...
2009-04-21 Tom LaneFix obsolete cross-reference (this file isn't called...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-30 Magnus HaganderRevert previous patch to put the shared memory segment...
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-07-04 Magnus HaganderFix a couple of bugs in win32 shmem name generation:
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-16 Andrew DunstanFix MinGW warnings re formats and unused variables...
2008-03-24 Tom LaneAdd a new ereport auxiliary function errdetail_log...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-05 Alvaro HerreraClean up double negative, per Tom Lane.
2008-03-05 Alvaro HerreraAdd support for dlopen on recent NetBSD/MIPS, per Rémi...
2008-02-19 Peter EisentrautMore refactoring, so that the SUBSYS.o rules are now...
2008-02-19 Peter EisentrautThis subdirectory has been unused, dead, and broken...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-26 Tom LaneChange StatementCancelHandler() to check the DoingComma...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Peter EisentrautAdd sentence-ending periods.
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-07-02 Tom LaneFix failure to restart Postgres when Linux kernel retur...
2007-06-04 Magnus HaganderOn win32, retry reading when WSARecv returns WSAEWOULDB...
2007-04-24 Magnus HaganderSet maximum semaphore count to 32767 instead of 1....
2007-03-28 Magnus HaganderFix compiler warnings in ereport messages on mingw.
2007-03-26 Bruce MomjianRemove Andrew Yu copyright, with permission from author.
2007-03-26 Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
2007-03-21 Magnus HaganderNative shared memory implementation for win32.
2007-02-06 Tom LaneFix typo in comment.
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-07 Peter EisentrautIndent comments in makefiles better so they don't appea...
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-08 Tom LaneUpdate Darwin dlopen() support to avoid deprecation...
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-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-15 Tom LaneFix some makefiles that fail to yield good results...
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-05-18 Bruce MomjianAllow sparcv8plus to use "cas".
2006-05-18 Bruce MomjianAdd more sparcv8plus comments.
2006-05-18 Bruce MomjianAdd mention of -xarch=v8plus for "cas" usage on Solaris...
2006-05-18 Bruce MomjianAdd simplified sparc8 ASM for solaris_sparc.s, from...
2006-05-17 Bruce MomjianAdd comments that Solaris Sun compiler only supports...
2006-05-17 Bruce MomjianChange spaces to tabs, for consistency. (Caused by...
2006-05-05 Bruce MomjianOn Solaris ASM, / '/' is the comment for x86, while...
2006-05-05 Bruce MomjianChange Solaris comments from / to !.
2006-04-29 Tom LaneRemove sema.c, superseded by win32_sema.c.
2006-04-29 Bruce MomjianAdd Win32 semaphore implementation, rather than mimicki...
2006-04-28 Bruce MomjianModify Solaris compiler build rules to use the cpp...
2006-04-27 Bruce MomjianRewrite Solaris compiler tas() assembly routines, merge...
2006-04-09 Tom LaneSuppress a couple of minor compiler warnings, per Magnus.
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
next