summaryrefslogtreecommitdiff
path: root/src/include/utils/typcache.h
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-4/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-141-0/+1
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-131-3/+11
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-161-1/+4
* Support domains over composite types.Tom Lane2017-10-261-3/+14
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-141-0/+10
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-0/+4
* Phase 2 of pgindent updates.Tom Lane2017-06-211-4/+4
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-1/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-221-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-291-0/+1
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-011-0/+37
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Restructure function-internal caching in the range type code.Tom Lane2011-11-151-0/+14
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-031-3/+8
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Provide hashing support for arrays.Tom Lane2010-10-301-9/+14
* Allow new values to be added to an existing enum type.Tom Lane2010-10-241-0/+11
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-021-3/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* 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-8/+11
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-2/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-6/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-051-1/+4
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-1/+18
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-0/+66