]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc/ipc.c
Install an atexit(2) callback that ensures that proc_exit's cleanup processing
[postgresql] / src / backend / storage / ipc / ipc.c
2009-05-05 Tom LaneInstall an atexit(2) callback that ensures that proc_ex...
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-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-04 Tom LanePrevent continuing disk-space bloat when profiling...
2007-07-25 Tom LaneSuppress warning when compiling with -DPROFILE_PID_DIR...
2007-02-21 Bruce MomjianAdd configure --enable-profiling to enable GCC profilin...
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.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
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...
2002-04-13 Bruce MomjianPatch against 7.2.1 sources. Uses Solaris Intimate...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-30 Bruce MomjianFix small problem Tom Lane found with pgindent run.
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-10-01 Tom LaneRevise shmget() and semget() failure messages to mentio...
2001-10-01 Tom LaneMake inclusion logic for sys/sem.h and sys/ipc.h consis...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-04 Peter EisentrautBring references to ipcclean in sync with reality.
2001-05-08 Bruce MomjianSmall cleanup.
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-07 Tom LaneClear QueryCancel and ProcDiePending at start of proc_e...
2000-12-30 Tom LaneParanoia about possible values of errno after a shmget...
2000-12-11 Tom LaneDarwin porting patches from Peter Bierman <bierman...
2000-12-03 Tom LaneDon't use 'private' as a parameter name in visible...
2000-11-30 Tom LaneIt seems some platforms declare kill(2) in signal.h...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-21 Peter EisentrautPut external declarations into header files.
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-07-22 Peter EisentrautShed some light onto SysV IPC configuration.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-16 Bruce MomjianSeveral compilation and run-time problems occur when...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-06 Bruce Momjianexit recursion fix from Massimo
1999-11-06 Bruce MomjianFix for recusive exit call from Massimo.
1999-10-10 Bruce MomjianRe-add mention of FAQ's for shared memory/ipc errors.
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-12 Bruce MomjianReverse out unused patch.
1998-07-12 Bruce MomjianPrint relation name before vacuum, results after vacuum.
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 Momjiancleanups
1998-06-19 Bruce MomjianSolaris cleanup.
1998-06-18 Bruce MomjianCleanup UsePrivateMemory define.
1998-06-18 Bruce MomjianCleanups.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-03-02 Marc G. FournierLast minute clean up for SunOS...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-01-08 Bryan HendersonChange the way ipc.h is included because sys/ipc.h...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierClean up Makefile(s)
1996-10-31 Marc G. Fourniermore removals of PORTNAME_*
1996-08-14 Marc G. FournierThis is a fix to be included in 1.02.1. It adds a...
next