]> granicus.if.org Git - postgresql/history - src/include/storage/ipc.h
pgindent run for 9.4
[postgresql] / src / include / storage / ipc.h
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-17 Tom LanePGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_e...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-20 Heikki LinnakangasNow that much of walreceiver has been pulled back into...
2010-01-16 Tom LanePGDLLIMPORT-ize the remaining variables needed by walre...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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.
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2000-12-03 Tom LaneDon't use 'private' as a parameter name in visible...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-10-02 Bruce MomjianHere is the first batch of files and diffs for the...
2000-01-26 Bruce MomjianAdd:
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-06-27 Bruce MomjianRename BindingTable to ShmemIndex.
1998-06-27 Bruce MomjianRename proc_exit_clear to on_exit_reset.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-23 Bruce Momjianrename MAIN_MEMORY to STABLE_MEMORY_STORAGE
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-22 Bruce MomjianSmall lock cleanup for prototype.
1997-09-18 Bruce MomjianInline frequently called functions.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-03 Marc G. FournierFix the prototype for on_exitpg()
1997-02-06 Marc G. FournierAdd test for union semun to configure
1997-01-26 Bruce MomjianChange next to nextstep where missed.
1997-01-13 Bryan HendersonPart of patch to make a working nextstep port.
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-11-27 Bryan HendersonMore stuff to make it compile on various ports.
1996-11-04 Bruce MomjianRemoved PORTNAME_. Use OS version only.
1996-11-01 Marc G. FournierOkay, following Bryan's (and others) suggestions.....
1996-11-01 Bruce MomjianMore chanes for bsdi_2_1 removal
1996-10-31 Marc G. Fournierremove:
1996-10-31 Bruce MomjianAdded needed include file.
1996-10-19 Marc G. FournierWelp, another subdirectory cleaned out of redundant...
1996-10-11 Marc G. FournierAdd a MIPS/NetBSD port...
1996-10-02 Marc G. FournierMoved whether to define union semun from include/storag...
1996-08-28 Marc G. FournierMore cleanups of the include files