summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the following.Hiroshi Inoue2000-08-301-2/+5
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-061-24/+110
* Type lztext is toast.Tom Lane2000-07-301-3/+7
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-1/+2
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-11/+13
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-161/+188
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-14/+11
* Modify index-opening code to guarantee that the indexes of a relationTom Lane2000-06-191-6/+56
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-10/+4
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-8/+126
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-171-9/+19
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-11/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane2000-05-211-22/+23
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-91/+103
* Fix low-probability bug in relcache startup: write_irels wrote theTom Lane2000-03-311-4/+23
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-2/+2
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-091-1/+21
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-271-4/+4
* Implement reindex commandHiroshi Inoue2000-02-181-73/+161
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-162/+259
* Modify uses of RelationFlushRelation and RelationCacheInvalidate so thatTom Lane2000-01-291-5/+22
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-9/+9
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-22/+10
* Removed LZTEXT datatype as discussed.Jan Wieck1999-12-281-3/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+4
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-211-17/+9
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-181-4/+4
* Fix problem with temp tables shown in regression test by Jan.Bruce Momjian1999-11-171-5/+4
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-161-3/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-18/+18
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-5/+5
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-80/+91
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-46/+44
* Fix relcache.c so that local relations (those created duringTom Lane1999-09-061-10/+21
* RelationCacheInvalidate thought there were 7 nailed-in-cacheTom Lane1999-09-061-11/+18
* In RelationNameGetRelation(), replace temp table name byTom Lane1999-09-041-21/+12
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-041-49/+118
* Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane1999-09-021-13/+6
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanupBruce Momjian1999-07-161-2/+2
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-20/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-20/+19
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3