]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/lock.c
Clean up lockmanager data structures some more, in preparation for planned
[postgresql] / src / backend / storage / lmgr / lock.c
2001-01-22 Tom LaneClean up lockmanager data structures some more, in...
2001-01-16 Tom LaneRename fields of lock and lockholder structures to...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-10 Hiroshi InoueRemoved a no longer needed SetWaitingForLock() call in
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-30 Tom LaneRemove bogus 'xid loop detected' check, which actually...
2000-02-22 Hiroshi InoueChange cancel while waiting-for-lock stuff.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-28 Tom LaneAdd missing SpinRelease() to a couple of error exits...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianCleanups.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-29 Vadim B. MikheevFix xid table sizing.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Bruce MomjianHi, Bruce!
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-07 Vadim B. MikheevFix LMGR for MVCC.
1999-04-30 Bruce Momjiancleanup
1999-04-30 Bruce MomjianClean up typo causing compile failure.
1999-04-30 Bruce MomjianPrevent priority inversion in locking by checking for...
1999-03-06 Tom LaneA few further tweaks to shared memory space estimation.
1999-02-22 Tom LaneRepair some pretty serious problems in dynahash.c and
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
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...
1999-01-17 Tom Lanefixes to lock debugging macros from Massimo Dal Zotto
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-09 Bruce Momjian>
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-28 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-06-30 Bruce MomjianRename locking structure names to be clearer. Add...
1998-06-28 Bruce MomjianRename lockt to locktype and rename LOCKT to LOCKTYPE.
1998-06-27 Bruce MomjianRename BindingTable to ShmemIndex.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-26 Bruce MomjianRename LockTab to LockTable in function name.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-28 Bruce MomjianLock cleanup
1998-01-28 Bruce MomjianMore deadlock code to check for escallation locks.
1998-01-27 Bruce MomjianDeadlock ceallnup.
1998-01-27 Bruce MomjianReal deadlock detection.
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-23 Bruce MomjianFix a variety of locking problems like newer lock waite...
1998-01-23 Bruce MomjianCleanup deadlock message.
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-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-03-15 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1997-02-14 Bruce MomjianRemove hardcoded 20000 and change to BootstrapObjectIdData.
1997-02-12 Marc G. FournierPatch from Massimo Dal Zotto <dz@cs.unitn.it>
1996-12-26 Bruce MomjianAdded include files needed for getpid prototype.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierClean up Makefile(s)
1996-10-11 Marc G. FournierI have written some patches to the postgres lock manage...
1996-07-30 Marc G. FournierMore cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01