aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Can you please apply the following patch to current CVSBruce Momjian2000-07-12
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Don't run in CacheMemoryContext more than necessary.Tom Lane2000-07-02
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-20
* Fix handling of type tuple associated with a temp relation. We haveTom Lane2000-06-20
* Modify index-opening code to guarantee that the indexes of a relationTom Lane2000-06-19
* 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
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-17
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Mark ImmediateSharedRelationCacheInvalidate as NOT_USED.Bruce Momjian2000-06-08
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-07
* Add index on pg_index.indrelid for Tom Lane.Bruce Momjian2000-06-07
* init_fcache was being careless about using SearchSysCacheTuple resultTom Lane2000-06-06
* Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane2000-06-06
* 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
* 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
* Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane2000-05-21
* Clean up grotty references to CacheCxt (externs inside functions,Tom Lane2000-05-20
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix low-probability bug in relcache startup: write_irels wrote theTom Lane2000-03-31
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-09
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-27
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Implement reindex commandHiroshi Inoue2000-02-18
* If we don't have any stats for a boolean column, assumeTom Lane2000-02-16
* Squash longstanding memory leak: when catcache.c copied a tuple intoTom Lane2000-02-04
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* Modify uses of RelationFlushRelation and RelationCacheInvalidate so thatTom Lane2000-01-29
* Add:Bruce Momjian2000-01-26
* Update for index change. Semes it didn't work the first time.Bruce Momjian2000-01-24
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-24
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-23
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-17
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Clean up datatypes and comments for op_class() routine.Tom Lane1999-12-31
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30