aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Clean up datatypes and comments for op_class() routine.Tom Lane1999-12-31
* 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
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Cleanup for pg_statistic commit.Bruce Momjian1999-11-24
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-24
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* 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
* New parallel regression test shell and related things.Jan Wieck1999-11-19
* 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
* Fix lookup of temp table names that I missed yesterday.Bruce Momjian1999-11-16
* 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
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-01
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-30
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane1999-09-09
* Fix relcache.c so that local relations (those created duringTom Lane1999-09-06
* RelationCacheInvalidate thought there were 7 nailed-in-cacheTom Lane1999-09-06
* remove elogs used for debugging.Bruce Momjian1999-09-04
* Intercept temp table lookups further up to map temp names.Bruce Momjian1999-09-04
* In RelationNameGetRelation(), replace temp table name byTom Lane1999-09-04
* Avoid transaction overhead when there are no temp tablesTom Lane1999-09-04
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-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
* Add get_func_rettype() to general-use lsyscache routines,Tom Lane1999-08-16
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-09
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-20
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix for \do and ceil()/float.Bruce Momjian1999-07-07
* Add abortcurrent trans to temp table fix.Bruce Momjian1999-07-03
* Fix for removal of temp tables if last transaction was aborted.Bruce Momjian1999-07-02
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-04
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-31
* Clean up inefficient and just plain bad code in some hot-spotTom Lane1999-05-29