aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr
Commit message (Expand)AuthorAge
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-01
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-16
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* Clean up locktable init code per recent gripe from Kurt Roeckx.Tom Lane2003-08-17
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Adopt a random backoff algorithm for sleep delays when waiting for aTom Lane2003-08-06
* Minor cleanups in S_LOCK_TEST code.Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Error message editing in backend/storage.Tom Lane2003-07-24
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Apple's assembler likes the inlined TAS syntax too, so no reason toTom Lane2003-04-20
* TestConfiguration returns int, not bool. This mistake is relativelyTom Lane2003-03-31
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-19
* Update README.Bruce Momjian2003-02-18
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-18
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-16
* > > I'll re-check that with the ppc architecture guy here.Bruce Momjian2002-11-10
* Fix some bogus comments.Tom Lane2002-11-01
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* Avoid palloc(0) when MaxBackends = 1.Tom Lane2002-10-03
* This patch removes a use of uninitialized memory in lmgr/lock.c, byBruce Momjian2002-09-26
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-25
* Fix PPC s_lock operations to work correctly on multi-CPU machines.Tom Lane2002-09-21
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* [ Newest version of patch applied.]Bruce Momjian2002-08-17
* * -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian2002-08-01
* Complete TODO item:Bruce Momjian2002-07-19
* Complete TODO item:Bruce Momjian2002-07-18
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Fix backslash-n typo, per Joe Conway.Tom Lane2002-05-02
* The attached patch corrects an inaccuracy in src/backend/catalog/READMEBruce Momjian2002-04-15
* Looks like a small patch is needed as well to do the right thing on Linux.Bruce Momjian2002-04-05
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Tweak LWLock algorithms so that an awakened waiter for a lock is notTom Lane2002-01-07
* Oops, only wanted datetime.c changes in there. lock stuff reversed out.Bruce Momjian2001-12-29
* Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian2001-12-29