summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-181-2/+2
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-21/+15
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-24/+12
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-5/+5
* Small include file fix for pg_variabie.hBruce Momjian2001-05-141-4/+2
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-141-2/+1
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-2/+1
* Restore pre-7.1 behavior of allowing DROP of a table whose underlyingTom Lane2001-04-021-3/+12
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-6/+9
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-161/+167
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-221-170/+170
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Add some debugging support code (ifdef'd out in normal use).Tom Lane2001-01-081-5/+14
* Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane2001-01-061-3/+3
* init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue2001-01-061-8/+15
* I neglected to remove a debug message,sorry.Hiroshi Inoue2001-01-041-4/+1
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-48/+60
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-221-2/+2
* Suppress compiler warnings.Tom Lane2000-12-091-2/+1
* REINDEX under WAL.Hiroshi Inoue2000-12-081-1/+60
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-301-1/+49
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-5/+2
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-101-18/+27
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-64/+18
* WALVadim B. Mikheev2000-10-281-1/+56
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-16/+84
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+16
* This patch implements a different "relkind"Bruce Momjian2000-09-121-9/+13
* 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