aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-13
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Some security checks that we've found an external value completelyJan Wieck2000-07-11
* Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck2000-07-06
* Moving toaster out of NO ELOG area in heap_update().Jan Wieck2000-07-04
* DataFill() has no business resetting xact status bitsTom Lane2000-07-04
* miscVadim B. Mikheev2000-07-04
* unlock buffer before releasing in heap_insertVadim B. Mikheev2000-07-04
* Add missing #include for TOAST.Tom Lane2000-07-03
* TOASTJan Wieck2000-07-03
* heap' loggingVadim B. Mikheev2000-07-03
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* New memmgr logic in xact.c failed if AbortTransaction() is called whenTom Lane2000-07-02
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Final #include cleanup.Bruce Momjian2000-06-15
* Clean up #include's.Bruce Momjian2000-06-15
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-14
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* 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
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* 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
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* CleanupBruce Momjian2000-05-22
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-22
* Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane2000-05-21
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* 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
* Turn XLOG off (do not create log file).Vadim B. Mikheev2000-03-20
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-14
* I've recently written to pgsql-ports about a problem with PG7.0 on NTBruce Momjian2000-03-07
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-01
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Implement reindex commandHiroshi Inoue2000-02-18
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18
* Fix up error and log messages.Thomas G. Lockhart2000-02-15
* Add btree indexing of boolean valuesBruce Momjian2000-02-10
* Enable backward sequential scan even after reaching EOF.Hiroshi Inoue2000-02-09