summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-207-35/+7
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-197-28/+42
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-281-3/+3
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-281-2/+2
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* More archive cleanup.Bruce Momjian1997-11-211-11/+2
* Remove archive stuff.Bruce Momjian1997-11-213-25/+19
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-4/+4
* Support alternate database locations.Thomas G. Lockhart1997-11-072-13/+26
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-022-19/+13
* Remove duplocate lock_timeout value.Bruce Momjian1997-10-301-9/+2
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-2/+2
* Debug stuff added to BlowawayRelationBuffers().Vadim B. Mikheev1997-10-221-1/+16
* Decrement relation reference count incremented inVadim B. Mikheev1997-10-122-12/+13
* Blowaway relation buffers from buffer pool before truncation:Vadim B. Mikheev1997-09-221-1/+65
* Have to PROC_INCR_SLOCK before return.Vadim B. Mikheev1997-09-221-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-1813-53/+53
* Inline frequently called functions.Bruce Momjian1997-09-187-622/+99
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-6/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-0817-178/+178
* Add typdefs to pgindent run.Bruce Momjian1997-09-084-23/+23
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-0825-1021/+1020
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-0726-9462/+10162
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-051-14/+14
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-242-149/+39
* Remove unused spin function when no spinlocks.Bruce Momjian1997-08-211-15/+1
* Changes for Digital UnixMarc G. Fournier1997-08-201-2/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-1915-52/+133
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-183-35/+35
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-182-53/+29
* Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier1997-08-171-5/+9
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-1210-39/+39
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-3/+2
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-2/+2
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-291-1/+41
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-285-7/+10
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-243-12/+3
* From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier1997-06-111-1/+4
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-061-1/+3
* From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier1997-06-061-1/+37
* Fix for large objects and case sensitivity, from Raymond Toy.Bruce Momjian1997-06-051-3/+3
* AllocateFile():Vadim B. Mikheev1997-05-231-2/+2
* 1. Fix md memory leak:Vadim B. Mikheev1997-05-222-56/+136
* 1. Cleanup (no more FreeFd - unuseful; others).Vadim B. Mikheev1997-05-221-83/+58
* 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeingVadim B. Mikheev1997-05-201-6/+7
* mdcreate():Vadim B. Mikheev1997-05-061-10/+12
* Various patches not commited, plus a linux/sparc patch fromMarc G. Fournier1997-04-241-1/+34
* CommitInfoNeedsSave[buffer - 1] = 0Vadim B. Mikheev1997-04-181-2/+6
* PrintBufferUsage() changed to report about shared, local and directVadim B. Mikheev1997-04-183-14/+41
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-282-2/+19