summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2000-01-29Modify uses of RelationFlushRelation and RelationCacheInvalidate so thatTom Lane
2000-01-26Add:Bruce Momjian
2000-01-24Update for index change. Semes it didn't work the first time.Bruce Momjian
2000-01-24Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian
2000-01-23Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-17setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Improve cache invalidation handling. EespeciallyHiroshi Inoue
1999-12-31Clean up datatypes and comments for op_class() routine.Tom Lane
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-28Removed LZTEXT datatype as discussed.Jan Wieck
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-11-24Cleanup for pg_statistic commit.Bruce Momjian
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-21Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane
1999-11-19New parallel regression test shell and related things.Jan Wieck
1999-11-18Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck
1999-11-17Fix problem with temp tables shown in regression test by Jan.Bruce Momjian
1999-11-16Fix lookup of temp table names that I missed yesterday.Bruce Momjian
1999-11-16Commit to make clearer distinction for temp names and real names.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-04Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue
1999-11-01Allow indexes on system catalogs for use in cache code.Bruce Momjian
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-09-30Removed (useless) pg_proc_prosrc_indexJan Wieck
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-09-09Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane
1999-09-06Fix relcache.c so that local relations (those created duringTom Lane
1999-09-06RelationCacheInvalidate thought there were 7 nailed-in-cacheTom Lane
1999-09-04remove elogs used for debugging.Bruce Momjian
1999-09-04Intercept temp table lookups further up to map temp names.Bruce Momjian
1999-09-04In RelationNameGetRelation(), replace temp table name byTom Lane
1999-09-04Avoid transaction overhead when there are no temp tablesTom Lane
1999-09-04Invalidate temp entries for aborted transactions.Bruce Momjian
1999-09-04Modify RelationFlushRelation so that if the relcache entryTom Lane
1999-09-02Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane
1999-08-16Add get_func_rettype() to general-use lsyscache routines,Tom Lane
1999-08-09Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane
1999-07-20Reverse out cache changes that are not ready yet.Bruce Momjian
1999-07-20Use -ieee alpha flag for gcc and egcs only.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-16Final cleanup.Bruce Momjian