]> granicus.if.org Git - postgresql/history - src/backend/port
Update copyright for 2014
[postgresql] / src / backend / port /
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-18 Robert HaasRemove IRIX port.
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-08-08 Peter EisentrautMessage style improvements
2013-06-15 Tom LaneUse SA_RESTART for all signals, including SIGALRM.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-30 Alvaro HerreraChange test ExceptionalCondition to return void
2012-11-18 Tom LaneAssert that WaitLatch's timeout is not more than INT_MA...
2012-11-09 Tom LaneFix WaitLatch() to return promptly when the requested...
2012-10-15 Tom LaneSplit up process latch initialization for more-fail...
2012-07-03 Robert HaasRemove misleading hints about reducing the System V...
2012-07-02 Robert HaasMake walsender more responsive.
2012-06-30 Tom LaneDeclare AnonymousShmem pointer as "void *".
2012-06-29 Tom LaneFix confusion between "size" and "AnonymousShmemSize".
2012-06-28 Tom LaneProvide MAP_FAILED if sys/mman.h doesn't.
2012-06-28 Robert HaasFix broken mmap failure-detection code, and improve...
2012-06-28 Robert HaasDramatically reduce System V shared memory consumption.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Tom LaneAssert that WaitLatchOrSocket callers cannot wait only...
2012-05-14 Peter EisentrautRemove leftovers of BeOS port
2012-05-13 Tom LaneAttempt to fix some issues in our Windows socket code.
2012-05-12 Tom LaneFix WaitLatchOrSocket to handle EOF on socket correctly.
2012-05-10 Tom LaneMake WaitLatch's WL_POSTMASTER_DEATH result trustworthy...
2012-05-10 Tom LaneFix Windows implementation of PGSemaphoreLock.
2012-05-10 Tom LaneImprove Windows implementation of WaitLatch/WaitLatchOr...
2012-05-03 Bruce MomjianRemove BSD/OS (BSDi) port. There are no known users...
2012-05-01 Peter EisentrautRemove dead ports
2012-04-24 Robert HaasLots of doc corrections.
2012-03-29 Andrew DunstanUnbreak Windows builds broken by pgpipe removal.
2012-03-29 Andrew DunstanRemove now redundant pgpipe code.
2012-01-15 Heikki LinnakangasFix poll() implementation of WaitLatchOrSocket to notic...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-26 Bruce MomjianAdd markers for skips.
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-08-11 Tom LaneTeach unix_latch.c to use poll() where available.
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-09 Tom LaneMeasure WaitLatch's timeout parameter in milliseconds...
2011-08-09 Tom LaneDocumentation improvement and minor code cleanups for...
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-25 Andrew DunstanSilence compiler warning about uninitialized variable.
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-07-05 Peter EisentrautMessage style improvements of errmsg_internal() calls
2011-07-04 Peter EisentrautMessage style tweaks
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-31 Peter EisentrautRecode non-ASCII characters in source to UTF-8
2011-05-19 Peter EisentrautConsistent spacing for lengthy error messages
2011-04-27 Andrew DunstanUse an explicit format string to keep the compiler...
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-04-07 Tom LaneModernize dlopen interface code for FreeBSD and OpenBSD.
2011-04-01 Heikki LinnakangasFix two missing spaces in error messages.
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-02-27 Bruce MomjianBe less detailed about reporting shared memory failure...
2011-02-04 Robert HaasMove pipe.c into the backend.
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...
next