aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* lmgr.c didn't check for failure return from LockAcquire(). Boo hiss.Tom Lane1999-11-28
* Add missing SpinRelease() to a couple of error exits --- bug found whileTom Lane1999-11-28
* Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don'tTom Lane1999-11-23
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-22
* Come to think of it, DropBuffers() could have the same problem asTom Lane1999-11-22
* ReleaseRelationBuffers() failed to check for I/O in progress on a bufferTom Lane1999-11-22
* Fix problem with temp tables shown in regression test by Jan.Bruce Momjian1999-11-17
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* exit recursion fix from MassimoBruce Momjian1999-11-06
* Fix for recusive exit call from Massimo.Bruce Momjian1999-11-06
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* BufFileSeek's behavior at segment boundaries wasn't whatTom Lane1999-10-19
* Change fd.c so that temp files are closed and deleted atTom Lane1999-10-17
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-16
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-12
* Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian1999-10-10
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Improve the treatment of partial(incomplete) blocks of relation files.Hiroshi Inoue1999-10-06
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-28
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Minor improvement in SI overflow logic: try to deleteTom Lane1999-09-09
* I finally understood what sinvaladt.c is doing --- and itTom Lane1999-09-06
* Per Tatsuo's recommendation, change mdopen so that it won'tTom Lane1999-09-05
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-04
* Modify sinval so that InvalidateSharedInvalid() does not holdTom Lane1999-09-04
* Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane1999-09-02
* Alpha spinlock fix from Uncle George <gatgul@voicenet.com>Bruce Momjian1999-07-22
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Add config.h as needed.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Cleanups.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-13
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-08