summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-134-205/+585
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-121-3/+3
* Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian1999-10-101-6/+9
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-066-141/+59
* Improve the treatment of partial(incomplete) blocks of relation files.Hiroshi Inoue1999-10-061-5/+22
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-282-8/+12
* Transaction log manager core code.Vadim B. Mikheev1999-09-271-1/+15
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-249-280/+329
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-185-88/+49
* Minor improvement in SI overflow logic: try to deleteTom Lane1999-09-091-4/+14
* I finally understood what sinvaladt.c is doing --- and itTom Lane1999-09-062-735/+245
* Per Tatsuo's recommendation, change mdopen so that it won'tTom Lane1999-09-051-4/+14
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-041-2/+12
* Modify sinval so that InvalidateSharedInvalid() does not holdTom Lane1999-09-042-89/+110
* Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane1999-09-022-99/+148
* Alpha spinlock fix from Uncle George <gatgul@voicenet.com>Bruce Momjian1999-07-221-1/+11
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-192-12/+12
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-1721-58/+23
* Add config.h as needed.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-1612-43/+38
* Update #include cleanupsBruce Momjian1999-07-1612-28/+28
* Remove unused #includes in *.c files.Bruce Momjian1999-07-1519-138/+22
* Cleanups.Bruce Momjian1999-07-153-9/+9
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-1510-24/+11
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-143-3/+6
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-131-3/+3
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-081-2/+2
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-2/+2
* Avoid disk writes for read-only transactions.Vadim B. Mikheev1999-06-291-1/+16
* Add var defines for no testandsetBruce Momjian1999-06-261-1/+3
* Patch to allow vacuum on multi-segment tables, from Hiroshi InoueBruce Momjian1999-06-181-12/+46
* Move default NBuffers setting into config.h, and rename itTom Lane1999-06-121-2/+2
* Removed bad Assert(!buf->ri_lock) when unlocking exclusivelyVadim B. Mikheev1999-06-111-6/+19
* Change mdtruncate to truncate and not unlink.Bruce Momjian1999-06-111-19/+6
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-102-5/+4
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-062-4/+10
* 1. Additional fix against ERROR: Child itemid marked as unusedVadim B. Mikheev1999-06-031-12/+26
* Round up shmem size estimate to 1Kb boundary.Tom Lane1999-05-311-1/+3
* Release XactLockTable share lock immediately after this lock is acquiredVadim B. Mikheev1999-05-311-1/+2
* Fix xid table sizing.Vadim B. Mikheev1999-05-291-2/+2
* Missing semicolons in non-HAS_TEST_AND_SET code paths :-(Tom Lane1999-05-291-5/+5
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-283-61/+44
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-254-14/+14
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-2520-307/+338
* This is actually more of a fundamental problem with mdtruncate. ItBruce Momjian1999-05-171-8/+19
* Hi, Bruce!Bruce Momjian1999-05-132-61/+185
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-105-21/+15
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-091-183/+488