]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc
Update copyrights to 2003.
[postgresql] / src / backend / storage / ipc /
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-06-12 Bruce MomjianUp to now, SerializableSnapshot and QuerySnapshot are...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
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...
2003-02-23 Tom Lanebtree page recycling can be done as soon as page's...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-09-20 Bruce MomjianThis patch fixes two typos in src/backend/storage/ipc...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-27 Bruce MomjianThis patches replaces a few more usages of strcpy(...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
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 Tom LaneSome kibitzing about appropriate elog levels for sinval...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-12-28 Tom LaneEnsure that all direct uses of spinlock-protected data...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-05 Tom LaneRemove ill-considered Assert.
2001-11-04 Tom LaneMerge three existing ways of signaling postmaster from...
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-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
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-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-09-29 Tom LaneWhoops, I was a tad too enthusiastic about using shared...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneMove s_lock.c and spin.c into lmgr subdirectory, which...
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-09-04 Peter EisentrautBring references to ipcclean in sync with reality.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-07-16 Tom LaneImprove documentation about reasoning behind the order...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-06-01 Tom LaneGuard against malloc failure. Also, don't examine...
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-05-08 Bruce MomjianSmall cleanup.
2001-05-07 Bruce Momjian> Occasionally and without warning I get this from...
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-18 Tom LaneRemove NEXTXID xlog record type to avoid three-way...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-26 Tom LaneImplement COMMIT_SIBLINGS parameter to allow pre-commit...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up lockmanager data structures some more, in...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
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-22 Tom LaneRevise lock manager to support "session level" locks...
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-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
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 EisentrautMop up from caddr_t -> Datum conversion to make things...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-09-29 Peter EisentrautNew unified regression test driver, test/regress makefi...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-25 Tom LaneFix confusion between sizeof(long) and sizeof(long...
2000-07-22 Peter EisentrautShed some light onto SysV IPC configuration.
2000-07-13 Peter EisentrautRepair parallel make in backend tree (and make it reall...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
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-04-12 Bruce MomjianFix assert with missing semicolon
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-26 Tom LaneShared-memory hashtables have non-extensible directorie...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
next