aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* Improve the following.Hiroshi Inoue2000-08-30
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-06
* Type lztext is toast.Tom Lane2000-07-30
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* 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
* Modify index-opening code to guarantee that the indexes of a relationTom 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
* 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
* 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
* 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
* Implement reindex commandHiroshi Inoue2000-02-18
* 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
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30
* Removed LZTEXT datatype as discussed.Jan Wieck1999-12-28
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-21
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-18
* Fix problem with temp tables shown in regression test by Jan.Bruce Momjian1999-11-17
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Fix relcache.c so that local relations (those created duringTom Lane1999-09-06
* RelationCacheInvalidate thought there were 7 nailed-in-cacheTom Lane1999-09-06
* In RelationNameGetRelation(), replace temp table name byTom Lane1999-09-04
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-04
* Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane1999-09-02
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15