]> granicus.if.org Git - postgresql/history - src/backend/port
Improve whitespace
[postgresql] / src / backend / port /
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-07-18 Tom LaneMake WaitLatchOrSocket's timeout detection more robust.
2015-06-26 Andres FreundFix the fallback memory barrier implementation to be...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-02-03 Andres FreundRemove the option to service interrupts during PGSemaph...
2015-01-13 Andres FreundAdd barriers to the latch code.
2015-01-13 Andres FreundAllow latches to wait for socket writability without...
2015-01-11 Andres FreundProvide a generic fallback for pg_compiler_barrier...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-09-08 Andres FreundFix spinlock implementation for some !solaris sparc...
2014-08-29 Peter EisentrautAssorted message improvements
2014-07-25 Noah MischHandle WAIT_IO_COMPLETION return from WaitForMultipleOb...
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-06-18 Tom LaneFix weird spacing in error message.
2014-06-11 Noah MischFix typos in comments.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Bruce Momjiancheck socket creation errors against PGINVALID_SOCKET
2014-04-09 Robert HaasAdd missing include.
2014-04-08 Robert HaasFix silly oversight in patch to remove dsm state file.
2014-04-08 Robert HaasGet rid of the dynamic shared memory state file.
2014-04-07 Robert HaasRemove 'make clean' support for ipc_test.
2014-04-07 Robert HaasRemove ipc_test.
2014-03-03 Heikki LinnakangasRename huge_tlb_pages to huge_pages, and improve docs.
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-29 Heikki LinnakangasFix thinko in huge_tlb_pages patch.
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
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...
next