summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-073-199/+188
* cleanupBruce Momjian1999-04-301-2/+2
* Clean up typo causing compile failure.Bruce Momjian1999-04-301-2/+2
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-302-9/+12
* Add disk space message to "can not extend" message.Bruce Momjian1999-04-231-2/+2
* Reduce default file size limit to 1Gb, and move theTom Lane1999-04-051-29/+6
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-021-2/+1
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-284-84/+77
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-4/+2
* Done.Bruce Momjian1999-03-141-15/+32
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-3/+3
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-063-15/+18
* Ok. I found an align problem in lobj that might not appear other thanBruce Momjian1999-02-221-2/+3
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-225-94/+54
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-212-5/+5
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-214-40/+44
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-192-5/+13
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-194-33/+74