summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
Commit message (Expand)AuthorAgeFilesLines
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-1/+14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+7
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-1/+76
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+2
* The CONSTROID syscache should show conrelid as a relation OID column.Tom Lane2008-05-071-5/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+114
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+26
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-2/+15
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-26/+38
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-061-9/+15
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-6/+1
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-3/+3
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-151-47/+122
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-1/+12
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-38/+39
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-43/+43
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-111-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-85/+83
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-6/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $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