aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Debug stuff added to BlowawayRelationBuffers().Vadim B. Mikheev1997-10-22
* Decrement relation reference count incremented inVadim B. Mikheev1997-10-12
* Blowaway relation buffers from buffer pool before truncation:Vadim B. Mikheev1997-09-22
* Have to PROC_INCR_SLOCK before return.Vadim B. Mikheev1997-09-22
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Inline frequently called functions.Bruce Momjian1997-09-18
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-05
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* Remove unused spin function when no spinlocks.Bruce Momjian1997-08-21
* Changes for Digital UnixMarc G. Fournier1997-08-20
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier1997-08-17
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-29
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-24
* From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier1997-06-11
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-06
* From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier1997-06-06
* Fix for large objects and case sensitivity, from Raymond Toy.Bruce Momjian1997-06-05
* AllocateFile():Vadim B. Mikheev1997-05-23
* 1. Fix md memory leak:Vadim B. Mikheev1997-05-22
* 1. Cleanup (no more FreeFd - unuseful; others).Vadim B. Mikheev1997-05-22
* 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeingVadim B. Mikheev1997-05-20
* mdcreate():Vadim B. Mikheev1997-05-06
* Various patches not commited, plus a linux/sparc patch fromMarc G. Fournier1997-04-24
* CommitInfoNeedsSave[buffer - 1] = 0Vadim B. Mikheev1997-04-18
* PrintBufferUsage() changed to report about shared, local and directVadim B. Mikheev1997-04-18
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-28
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1997-03-15
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Make the error message output by AllocateFile() if failes toMarc G. Fournier1997-02-20
* Remove hardcoded 20000 and change to BootstrapObjectIdData.Bruce Momjian1997-02-14
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Fix naming from proc to prio to fix previous patch.Bruce Momjian1997-02-13
* Patch from Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1997-02-12
* Assign priorities when creating jobs in lock queue.Bruce Momjian1997-02-11
* Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconfMarc G. Fournier1997-01-27
* Change next to nextstep where missed.Bruce Momjian1997-01-26
* Fix typo in struct name.Bruce Momjian1997-01-26