]> granicus.if.org Git - postgresql/history - src/backend/port/sysv_shmem.c
pgindent run for 9.4
[postgresql] / src / backend / port / sysv_shmem.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-08 Robert HaasGet rid of the dynamic shared memory state file.
2014-03-03 Heikki LinnakangasRename huge_tlb_pages to huge_pages, and improve docs.
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-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-08-08 Peter EisentrautMessage style improvements
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-03 Robert HaasRemove misleading hints about reducing the System V...
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-05-14 Peter EisentrautRemove leftovers of BeOS port
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-05-19 Peter EisentrautConsistent spacing for lengthy error messages
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-01 Heikki LinnakangasFix two missing spaces in error messages.
2011-02-27 Bruce MomjianBe less detailed about reporting shared memory failure...
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-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-25 Tom LaneImprove hint message for ENOMEM failure from shmget().
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-01 Tom LaneAdd code to InternalIpcMemoryCreate() to handle the...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-02 Tom LaneFix failure to restart Postgres when Linux kernel retur...
2007-03-21 Magnus HaganderNative shared memory implementation for win32.
2007-02-06 Tom LaneFix typo in comment.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-11-09 Tom LanePut in place some defenses against being fooled by...
2004-10-13 Neil ConwayMore minor cosmetic improvements:
2004-09-24 Tom Laneshmdt takes a void* parameter, per Kris Jurka.
2004-09-10 Bruce MomjianMore cleanup.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-06 Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-02 Bruce MomjianBriefly,
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-01 Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-07 Tom LaneCause stats processes to detach from shared memory...
2003-10-27 Bruce MomjianChange Solaris tests to test for SHM_SHARE_MMU, per...
2003-10-26 Bruce Momjian'sun' => '__sun__'
2003-10-26 Bruce MomjianTest for 'sun' rather than 'solaris' for intimate share...
2003-10-13 Bruce MomjianBack out makeNode() patch to fix gcc 3.3.1 warning.
2003-10-12 Bruce MomjianUse makeNode() to allocate structures that have to...
2003-10-11 Bruce MomjianBack out -fstrict-aliasing void* casting.
2003-10-11 Bruce MomjianThis patch will stop gcc from issuing warnings about...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-07-14 Tom LaneThe default values for shared_buffers and max_connectio...
2003-05-08 Bruce MomjianMove attached to shared memory out into a separate...
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-04-24 Bruce MomjianNo need for include for Win32 right now.
2003-04-24 Bruce MomjianAdd Win32 shmem/sema prototypes.
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...