aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-18
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* Small include file fix for pg_variabie.hBruce Momjian2001-05-14
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-14
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Restore pre-7.1 behavior of allowing DROP of a table whose underlyingTom Lane2001-04-02
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add some debugging support code (ifdef'd out in normal use).Tom Lane2001-01-08
* Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane2001-01-06
* init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue2001-01-06
* I neglected to remove a debug message,sorry.Hiroshi Inoue2001-01-04
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-22
* Suppress compiler warnings.Tom Lane2000-12-09
* REINDEX under WAL.Hiroshi Inoue2000-12-08
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-10
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* 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