]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr
message refinements
[postgresql] / src / backend / storage / lmgr /
2001-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-22 Tom LaneAdd support to lock manager for conditionally locking...
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-12 Tom LaneClean up various to-do items associated with system...
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
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 LaneWhen we add 'waiting' to the ps_status display, there...
2001-03-14 Bruce Momjian'waiting' status display had extra space, removed.
2001-02-23 Tom LaneAs long as we're fixing this space calculation, let...
2001-02-23 Bruce MomjianBruce Momjian <pgman@candle.pha.pa.us> writes:
2001-02-22 Bruce MomjianMore comment cleanups.
2001-02-22 Bruce MomjianMore comment improvements.
2001-01-26 Tom LaneSpecial case in ProcSleep() wasn't sufficiently general...
2001-01-25 Tom LaneWhoops, forgot to do ProcLockWakeup() after deadlock...
2001-01-25 Tom LaneRe-implement deadlock detection and resolution, per...
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-16 Tom LaneOops, I had managed to break query-cancel-while-waiting...
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-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-10 Hiroshi InoueRemoved a no longer needed SetWaitingForLock() call in
2001-01-09 Hiroshi InoueDisable query cancel during HandleDeadLock().
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-12-20 Tom LaneRemove multi.c and single.c, which have been dead code for
2000-12-18 Tom LaneEnsure that 'errno' is saved and restored by all signal...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-11 Tom LaneTweak Darwin patch to get right include order.
2000-12-11 Tom LaneDarwin porting patches from Peter Bierman <bierman...
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-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
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-08-31 Peter EisentrautFix relative path references so that make knowns which...
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-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
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-04-30 Tom LaneRemove bogus 'xid loop detected' check, which actually...
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-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
2000-01-17 Hiroshi InoueFix for TODO item * spinlock stuck problem when elog...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-16 Bruce MomjianI have done the QNX4 port with the current source tree...
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.
1999-11-28 Tom Lanelmgr.c didn't check for failure return from LockAcquire...
1999-11-28 Tom LaneAdd missing SpinRelease() to a couple of error exits...
1999-11-17 Bruce MomjianFix problem with temp tables shown in regression test...
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-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-04 Tom LaneModify RelationFlushRelation so that if the relcache...
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-06-10 Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-05-31 Vadim B. MikheevRelease XactLockTable share lock immediately after...
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-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
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 LaneReorder startup ops so that if preallocation of semas...
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
next