Commits

DateSubjectAuthorReleases
2008-12-14 Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an Tom Lane 8.4.0
2008-10-25 Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" Tom Lane 8.2.11
2008-10-25 Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" Tom Lane 8.3.5
2008-10-25 Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" Tom Lane 8.4.0
2008-10-13 Implement comparison of generic records (composite types), and invent a Tom Lane 8.4.0
2008-10-06 When expanding a whole-row Var into a RowExpr during ResolveNew(), attach Tom Lane 8.4.0
2008-09-10 Make our parsing of INTERVAL literals spec-compliant (or at least a heck of Tom Lane 8.4.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-08-28 Extend the parser location infrastructure to include a location field in Tom Lane 8.4.0
2008-08-25 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines Tom Lane 8.4.0
2008-07-30 Allow I/O conversion casts to be applied to or from any type that is a member Tom Lane 8.4.0
2008-07-30 Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() Tom Lane 8.4.0
2008-01-11 The original implementation of polymorphic aggregates didn't really get the Tom Lane 8.3.0
2007-11-26 Fix select_common_type() so that it can select a domain type, if all inputs Tom Lane 8.3.0
2007-09-06 Make eval_const_expressions() preserve typmod when simplifying something like Tom Lane 8.3.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-06-06 Fix up text concatenation so that it accepts all the reasonable cases that Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-03-27 Fix array coercion expressions to ensure that the correct volatility is Tom Lane 8.3.0
2007-03-17 Fix up the remaining places where the expression node structure would lose Tom Lane 8.3.0
2006-12-24 Code review for XML patch. Instill a bit of sanity in the location of Tom Lane 8.3.0
2006-12-10 Add a paramtypmod field to Param nodes. This is dead weight for Params Tom Lane 8.3.0
2006-10-11 Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug Tom Lane 7.4.14
2006-10-11 Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug Tom Lane 8.0.9