summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-191-3/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-1210-69/+73
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-101-4/+7
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-094-22/+48
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-311-8/+2
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-2/+2
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-221-1/+2
* Add:Bruce Momjian2000-01-2628-56/+84
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-171-1/+2
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+1
* Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanelyTom Lane2000-01-081-34/+31
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-1/+13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* ecpg ECPGFree fix from Rene Hogendoorn.Bruce Momjian1999-11-231-44/+47
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-221-1/+3
* Clean up comments.Tom Lane1999-11-211-20/+14
* Fix for arm32 and fix for dbname with dash.Bruce Momjian1999-11-181-3/+3
* Add Linux ARM.Bruce Momjian1999-11-061-2/+2
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-161-2/+3
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-132-36/+51
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-062-5/+9
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-281-2/+2
* Transaction log manager core code.Vadim B. Mikheev1999-09-271-2/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-246-32/+58
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-182-19/+9
* I finally understood what sinvaladt.c is doing --- and itTom Lane1999-09-062-85/+71
* Modify sinval so that InvalidateSharedInvalid() does not holdTom Lane1999-09-041-4/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-172-5/+2
* More cleanupBruce Momjian1999-07-168-19/+19
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-1517-55/+55
* Cleanups.Bruce Momjian1999-07-151-4/+4
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-155-17/+20
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-131-5/+5
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-131-5/+5
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-13/+1
* change #if defined(__mc68000__) to:Tatsuo Ishii1999-06-131-3/+3
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-101-1/+20
* typedef struct LTAGVadim B. Mikheev1999-06-011-7/+12
* Fix xid table sizing.Vadim B. Mikheev1999-05-291-2/+3
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-282-12/+18
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-255-15/+15
* pgindent run over code.Bruce Momjian1999-05-2516-83/+84
* Hi, Bruce!Bruce Momjian1999-05-132-4/+4
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-091-11/+37
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-073-10/+10
* Add ARM32 support by Andrew McMurryBruce Momjian1999-04-131-1/+17
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-021-1/+2
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-061-3/+7