summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
AgeCommit message (Expand)Author
2016-01-17Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-09-05Make catalog cache hash tables resizeable.Heikki Linnakangas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28remove catcache.h from syscache.hAlvaro Herrera
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-03-07Expose an API for calculating catcache hash values.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-20Further code review for range types patch.Tom Lane
2011-11-03Support range data types.Heikki Linnakangas
2011-06-19Capitalization fixesPeter Eisentraut
2011-04-22Make a code-cleanup pass over the collations patch.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-06Fix incorrect pathname in comment.Robert Haas
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-08Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-29Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-05-07The CONSTROID syscache should show conrelid as a relation OID column.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-10-06Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane