index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
typcache.h
Commit message (
Expand
)
Author
Age
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-29
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Restructure function-internal caching in the range type code.
Tom Lane
2011-11-15
*
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-09-02
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Make the world very nearly safe for composite-type columns in tables.
Tom Lane
2004-06-05
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Create a 'type cache' that keeps track of the data needed for any particular
Tom Lane
2003-08-17