]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/proc.c
Banish caddr_t (mostly), use Datum where appropriate.
[postgresql] / src / backend / storage / lmgr / proc.c
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-08-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-07-31 Hiroshi InoueCancel request while waiting for a lock should try...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-10 Hiroshi InoueFix an Assert bug(was my fault) pointed out by Tom...
2000-02-24 Hiroshi InoueCheck pending cancel request before waiting for lock
2000-02-22 Hiroshi InoueChange cancel while waiting-for-lock stuff.
2000-02-21 Hiroshi Inouefix the TODO
2000-01-26 Bruce MomjianAdd:
2000-01-17 Hiroshi InoueFix for TODO item * spinlock stuck problem when elog...
1999-12-16 Bruce MomjianI have done the QNX4 port with the current source tree...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-12 Bruce MomjianI have created a small patch that makes possible to...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
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-07 Vadim B. MikheevFix LMGR for MVCC.
1999-04-30 Bruce MomjianPrevent priority inversion in locking by checking for...
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
1999-02-19 Tom LaneReorder startup ops so that if preallocation of semas...
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-29 Bruce MomjianUpdate for deadlock detection.
1998-12-29 Bruce MomjianUpdate for deadlock timer.
1998-12-29 Bruce MomjianFix for deadlock timer timeout.
1998-12-18 Bruce MomjianFix deadlock so it only checks once.
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-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-30 Bruce MomjianRename locking structure names to be clearer. Add...
1998-06-27 Bruce MomjianRename BindingTable to ShmemIndex.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-19 Bruce MomjianSolaris cleanup.
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-02-25 Bruce Momjianpgindent changes for Thomas proc/lock cleanup
1998-02-24 Bruce MomjianFix for locking problems an dpriority.
1998-02-19 Bruce MomjianFIFO lock wait queue, with readers grouped together.
1998-01-28 Bruce MomjianMore deadlock code to check for escallation locks.
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-10-30 Bruce MomjianRemove duplocate lock_timeout value.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-02-13 Bruce MomjianFix naming from proc to prio to fix previous patch.
1997-02-12 Marc G. FournierPatch from Massimo Dal Zotto <dz@cs.unitn.it>
1997-02-11 Bruce MomjianAssign priorities when creating jobs in lock queue.
1997-01-08 Bryan HendersonChange the way ipc.h is included because sys/ipc.h...
1996-12-26 Bruce Momjianpq/signal() portability patch. Also psql copy prompt...
1996-11-27 Vadim B. MikheevSetting MyProc->xid to InvalidTransactionId while creating
1996-11-24 Bryan HendersonMove include of signal.h inside pqsignal.h so it's...
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-11 Marc G. FournierI have written some patches to the postgres lock manage...
1996-08-01 Marc G. FournierFixes:
1996-07-31 Marc G. FournierFixes:
1996-07-25 Marc G. Fourniermultiple define of 'union semun' removed
1996-07-20 Marc G. FournierBrought in NEOSOFT's port to i386_solaris
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01