summaryrefslogtreecommitdiff
path: root/contrib/userlock
Commit message (Expand)AuthorAgeFilesLines
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-3/+4
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-141-3/+3
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-291-2/+2
* Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane2005-05-191-1/+3
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-171-3/+3
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-293-41/+26
* Make sure contrib C functions are marked strict where needed.Tom Lane2005-01-291-11/+11
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-271-1/+1
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-1/+1
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-45/+59
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-071-13/+3
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-34/+5
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-222-17/+13
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-1/+2
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-221-3/+3
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-3/+4
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-091-33/+18
* Makefile cleanup from Karel.Bruce Momjian2000-07-041-2/+2
* Remove old README files.Bruce Momjian2000-06-191-0/+0
* Add missing /contrib filesBruce Momjian2000-06-191-0/+55
* Update to /contrib from Karel.Bruce Momjian2000-06-192-58/+3
* Cleanup README Makefile installs.Bruce Momjian2000-06-161-3/+3
* Remove old doc files, now README.Bruce Momjian2000-06-151-55/+0
* /contrib patch from Karel.Bruce Momjian2000-06-152-44/+86
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-7/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-122-6/+6
* contrib-array.patchBruce Momjian2000-02-131-4/+4
* Apply contrib patch from MassimoBruce Momjian1999-09-273-2/+14
* Hi,Bruce Momjian1999-06-054-13/+16
* typedef struct LTAGVadim B. Mikheev1999-06-011-16/+13
* pgindent run over code.Bruce Momjian1999-05-252-8/+8
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-305-60/+99
* From: Jun Kuwamura <juk@rccm.co.jp>Marc G. Fournier1998-04-221-4/+4
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-262-42/+43
* Update of contrib stuff from massimo.Bruce Momjian1997-11-055-0/+273