summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr
Commit message (Expand)AuthorAgeFilesLines
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-014-64/+64
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-281-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-253-485/+911
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-5/+1
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-192-5/+5
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-012-319/+74
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+7
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-5/+5
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-242-2/+9
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-133-144/+93
* Update lock manager README.Bruce Momjian1998-07-061-19/+7
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-304-243/+245
* Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian1998-06-283-78/+78
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-272-8/+8
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-273-21/+8
* Rename Lockm to Locks.Bruce Momjian1998-06-261-4/+4
* Rename LockTab to LockTable in function name.Bruce Momjian1998-06-262-16/+16
* Back out some changes I made just for testing.Bruce Momjian1998-06-231-1/+8
* Add underscores in manual references.Bruce Momjian1998-06-231-8/+1
* Solaris cleanup.Bruce Momjian1998-06-191-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-154-51/+8
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-262-73/+76
* pgindent changes for Thomas proc/lock cleanupBruce Momjian1998-02-251-3/+3
* Fix for locking problems an dpriority.Bruce Momjian1998-02-241-4/+5
* FIFO lock wait queue, with readers grouped together.Bruce Momjian1998-02-191-12/+34
* Lock cleanupBruce Momjian1998-01-281-12/+15
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-283-26/+107
* Deadlock ceallnup.Bruce Momjian1998-01-271-6/+28
* Real deadlock detection.Bruce Momjian1998-01-272-40/+119
* getpid/pid cleanupBruce Momjian1998-01-252-53/+22
* Fix a variety of locking problems like newer lock waiters gettingBruce Momjian1998-01-232-4/+18
* LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier1998-01-231-5/+5
* Cleanup deadlock message.Bruce Momjian1998-01-232-6/+6
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-074-19/+19
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-054-19/+19
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Remove duplocate lock_timeout value.Bruce Momjian1997-10-301-9/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-184-25/+25
* Inline frequently called functions.Bruce Momjian1997-09-181-3/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-084-46/+46
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-085-254/+254
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-075-2490/+2601
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-194-12/+45
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-122-7/+7
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1997-03-151-11/+25
* Remove hardcoded 20000 and change to BootstrapObjectIdData.Bruce Momjian1997-02-141-14/+5
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-12/+2