summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
Commit message (Expand)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-5/+5
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-10/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-6/+6
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-131-2/+2
* pgindent run.Bruce Momjian2002-09-041-10/+9
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-11/+9
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-1/+66
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-1/+21
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-1/+13
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-1/+12
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-5/+5
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-5/+5
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-4/+4
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-14/+4
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-5/+5
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-061-1/+16
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-2/+2
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-24/+3
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-6/+6
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-9/+9
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-221-1/+22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-1/+11
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-4/+39
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+4
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-14/+25
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-1/+23
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-181-5/+36
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-21/+2
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-65/+66
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-97/+90
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-101-104/+69
* Fix handling of type tuple associated with a temp relation. We haveTom Lane2000-06-201-6/+12
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-171-133/+115
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-071-4/+4
* Add index on pg_index.indrelid for Tom Lane.Bruce Momjian2000-06-071-2/+2
* Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane2000-06-061-4/+10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-26/+29
* Implement reindex commandHiroshi Inoue2000-02-181-1/+8
* Add:Bruce Momjian2000-01-261-2/+3
* Update for index change. Semes it didn't work the first time.Bruce Momjian2000-01-241-7/+5
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-241-8/+8
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-231-129/+31
* Cleanup for pg_statistic commit.Bruce Momjian1999-11-241-2/+3