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