aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* 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
* Improve comments.Tom Lane2000-10-19
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-11
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Improve the following.Hiroshi Inoue2000-08-30
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-13
* Remove debugging Assert that should never have been committed in theTom Lane2000-08-11
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-06
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-06
* Type lztext is toast.Tom Lane2000-07-30
* Clean up some sloppy casts --- Oid vs. Datum, that sort of thing.Tom Lane2000-07-23
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* 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