summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
AgeCommit message (Expand)Author
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-05-13Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-25Implement DROP CONVERSIONTatsuo Ishii
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-06Implement partial-key searching of syscaches, per recent suggestionTom Lane
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-22Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-06-18Do some restructuring to improve performance of the catcaches. TeachTom Lane
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-22Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-10Clean up syscache so that recursive invocation is safe, and remove errorTom Lane
2000-06-20Fix handling of type tuple associated with a temp relation. We haveTom Lane
2000-06-17Clean out another pocket of functions called via nonspecific functionTom Lane
2000-06-07Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian
2000-06-07Add index on pg_index.indrelid for Tom Lane.Bruce Momjian
2000-06-06Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-18Implement reindex commandHiroshi Inoue
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
1999-11-24Cleanup for pg_statistic commit.Bruce Momjian