Commits

DateSubjectAuthorReleases
2006-10-11 Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug Tom Lane 8.1.5
2006-10-11 Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug Tom Lane 8.2.0
2006-07-26 Code review for bigint-LIMIT patch. Fix missed planner dependency, Tom Lane 8.2.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-04-22 Simplify ParamListInfo data structure to support only numbered parameters, Tom Lane 8.2.0
2006-04-05 Fix a bunch of problems with domains by making them use special input functions Tom Lane 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0
2006-01-17 Repair problems with the result of lookup_rowtype_tupdesc() possibly being Tom Lane 8.0.7
2006-01-17 Repair problems with the result of lookup_rowtype_tupdesc() possibly being Tom Lane 8.1.3
2005-06-04 Change expandRTE() and ResolveNew() back to taking just the single Tom Lane 8.1.0
2005-05-30 Change the UNKNOWN type to have an internal representation matching Tom Lane 8.1.0
2005-05-29 Remove typeidIsValid() checks in can_coerce_type(). These checks Tom Lane 8.1.0
2005-05-05 Allow implicit cast from any named composite type to RECORD. At the Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2004-12-11 Instead of supposing (wrongly, in the general case) that the rowtype Tom Lane 8.0.0
2004-11-06 When implementing a coercion to a domain type with a combined Tom Lane 8.0.0
2004-08-19 Repair some issues with column aliases and RowExpr construction in the Tom Lane 8.0.0
2004-08-17 Standardize on the assumption that the arguments of a RowExpr correspond Tom Lane 8.0.0
2004-06-16 Represent type-specific length coercion functions as pg_cast entries, Tom Lane 8.0.0
2004-06-06 Infrastructure for I/O of composite types: arrange for the I/O routines Tom Lane 8.0.0
2004-05-10 Promote row expressions to full-fledged citizens of the expression syntax, Tom Lane 8.0.0
2004-03-15 Remove grotty special-case code in coerce_to_target_type() that Tom Lane 8.0.0
2003-12-17 Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion Tom Lane 7.4.1
2003-12-17 Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion Tom Lane 8.0.0
2003-09-23 Tweak generic_type_consistency routines to avoid loss of functionality Tom Lane 7.4.1