summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/multi.c
Commit message (Expand)AuthorAgeFilesLines
* Add:Bruce Momjian2000-01-261-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Cleanups.Bruce Momjian1999-07-151-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-1/+2
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-52/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-1/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-21/+24
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-8/+8
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-8/+20
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+2
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-011-3/+55
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-131-16/+16
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-301-42/+44
* Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian1998-06-281-31/+31
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-8/+1
* Rename Lockm to Locks.Bruce Momjian1998-06-261-4/+4
* Rename LockTab to LockTable in function name.Bruce Momjian1998-06-261-3/+3
* 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
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier1998-01-231-5/+5
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-6/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
* Inline memset() as MemSet().Bruce Momjian1997-09-181-8/+8
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-103/+103
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-296/+319
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+9
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* Clean up Makefile(s)Marc G. Fournier1996-11-031-2/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+415