summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-6/+6
* Lock cleanupBruce Momjian1998-01-281-12/+15
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-283-26/+107
* Deadlock ceallnup.Bruce Momjian1998-01-271-6/+28
* Real deadlock detection.Bruce Momjian1998-01-272-40/+119
* getpid/pid cleanupBruce Momjian1998-01-253-59/+24
* Fix a variety of locking problems like newer lock waiters gettingBruce Momjian1998-01-232-4/+18
* LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier1998-01-231-5/+5
* Cleanup deadlock message.Bruce Momjian1998-01-232-6/+6
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-132-7/+19
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-0717-73/+73
* Wrap the function in and #ifdef, not the header filesMarc G. Fournier1998-01-071-3/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-0517-73/+73
* Oops, missed adding a fileMarc G. Fournier1997-12-301-0/+65
* bring in alpha/linux s_lock changesMarc G. Fournier1997-12-301-3/+2
* 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