summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2000-07-06Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck
2000-07-04Moving toaster out of NO ELOG area in heap_update().Jan Wieck
2000-07-04DataFill() has no business resetting xact status bitsTom Lane
2000-07-04miscVadim B. Mikheev
2000-07-04unlock buffer before releasing in heap_insertVadim B. Mikheev
2000-07-03Add missing #include for TOAST.Tom Lane
2000-07-03TOASTJan Wieck
2000-07-03heap' loggingVadim B. Mikheev
2000-07-02Attached is a new patch which addresses this problem. (oids inBruce Momjian
2000-07-02New memmgr logic in xact.c failed if AbortTransaction() is called whenTom Lane
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-06-17Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane
2000-06-15Final #include cleanup.Bruce Momjian
2000-06-15Clean up #include's.Bruce Momjian
2000-06-14I had overlooked the fact that some fmgr-callable functions return voidTom Lane
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-06-02heap' xlog recordsVadim B. Mikheev
2000-06-02Create an fd.c entry point that is just like plain open(2) except thatTom Lane
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-22CleanupBruce Momjian
2000-05-22I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian
2000-05-21Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-09Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane
2000-03-31Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane
2000-03-20Turn XLOG off (do not create log file).Vadim B. Mikheev
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-14Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane
2000-03-07I've recently written to pgsql-ports about a problem with PG7.0 on NTBruce Momjian
2000-03-01Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue
2000-02-21Clean up some really grotty coding in catcache.c, improve hashingTom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-02-15Fix up error and log messages.Thomas G. Lockhart
2000-02-10Add btree indexing of boolean valuesBruce Momjian
2000-02-09Enable backward sequential scan even after reaching EOF.Hiroshi Inoue
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-28Patch from Hiroshi for overflow btree comparison.Bruce Momjian