summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+2
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-15/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-5/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-131-2/+1
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Remove archive stuff.Bruce Momjian1997-11-211-4/+4
* Decrement relation reference count incremented inVadim B. Mikheev1997-10-121-3/+6
* Inline memset() as MemSet().Bruce Momjian1997-09-181-5/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-22/+22
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-180/+190
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-1/+2
* 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeingVadim B. Mikheev1997-05-201-6/+7
* PrintBufferUsage() changed to report about shared, local and directVadim B. Mikheev1997-04-181-1/+6
* FlushLocalBuffer () releases buffer only if requiredVadim B. Mikheev1997-01-161-3/+4
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-4/+5
* Compile and warning cleanupBruce Momjian1996-11-081-1/+3
* Clean up MakefileMarc G. Fournier1996-11-031-2/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+284