aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* attached to this mail is a patch from a colleague that makesBruce Momjian2000-07-05
* miscVadim B. Mikheev2000-07-04
* heap' loggingVadim B. Mikheev2000-07-03
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Reinstate BufFileTell().Tom Lane2000-06-18
* Clean up #include's.Bruce Momjian2000-06-15
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* heap' xlog recordsVadim B. Mikheev2000-06-02
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-31
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-22
* Add:Bruce Momjian2000-01-26
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-17
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanelyTom Lane2000-01-08
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* ecpg ECPGFree fix from Rene Hogendoorn.Bruce Momjian1999-11-23
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-22
* Clean up comments.Tom Lane1999-11-21
* Fix for arm32 and fix for dbname with dash.Bruce Momjian1999-11-18
* Add Linux ARM.Bruce Momjian1999-11-06
* 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
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-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
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* I finally understood what sinvaladt.c is doing --- and itTom Lane1999-09-06
* Modify sinval so that InvalidateSharedInvalid() does not holdTom Lane1999-09-04
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Cleanups.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-13
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* change #if defined(__mc68000__) to:Tatsuo Ishii1999-06-13
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-10