summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
Commit message (Expand)AuthorAgeFilesLines
* Further code review for range types patch.Tom Lane2011-11-201-2/+2
* Support range data types.Heikki Linnakangas2011-11-031-0/+12
* Capitalization fixesPeter Eisentraut2011-06-191-4/+4
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-221-2/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Per-column collation supportPeter Eisentraut2011-02-081-0/+23
* Basic foreign table support.Robert Haas2011-01-011-0/+12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-241-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix incorrect pathname in comment.Robert Haas2010-08-061-2/+2
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-5/+4
* Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane2010-02-081-65/+3
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-1/+14
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-291-5/+5
* 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