aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/typcache.c
Commit message (Expand)AuthorAge
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane2014-11-28
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Fix cache flush hazard in cache_record_field_properties().Tom Lane2013-06-11
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split resowner.hAlvaro Herrera2012-08-28
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Restructure function-internal caching in the range type code.Tom Lane2011-11-15
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Provide hashing support for arrays.Tom Lane2010-10-30
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-27
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29