summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/multi.c
AgeCommit message (Expand)Author
2000-12-20Remove multi.c and single.c, which have been dead code forTom Lane
2000-01-26Add:Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Cleanups.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-03-281. Vacuum is updated for MVCC.Vadim B. Mikheev
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-25From: Massimo Dal Zotto <[email protected]>Marc G. Fournier
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-08-01Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev
1998-07-13Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian
1998-06-30Rename locking structure names to be clearer. Add narrative toBruce Momjian
1998-06-28Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-26Rename Lockm to Locks.Bruce Momjian
1998-06-26Rename LockTab to LockTable in function name.Bruce Momjian
1998-06-23Back out some changes I made just for testing.Bruce Momjian
1998-06-23Add underscores in manual references.Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-01-23LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1996-11-03Clean up Makefile(s)Marc G. Fournier
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier