Commits

DateSubjectAuthorReleases
2010-07-29 Improved version of patch to protect pg_get_expr() against misuse: Tom Lane 9.1.0
2009-12-27 Remove a couple of unnecessary calls of CreateCacheMemoryContext. These Tom Lane 9.0.0
2009-06-13 Fix get_sort_group_operators() so that it doesn't think arrays can be grouped Tom Lane 8.4.0
2008-09-09 Improve the plan cache invalidation mechanism to make it invalidate plans 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-08-02 Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items Tom Lane 8.4.0
2008-04-22 Issue explicit error messages for attempts to use "shell" operators in 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-28 Install a lookaside cache to speed up repeated lookups of the same operator Tom Lane 8.3.0
2007-11-22 Actually ... it's pretty silly that parse_oper.c doesn't set up the Tom Lane 8.3.0
2007-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, 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
2006-05-01 Provide a namespace.c function for lookup of an operator with exact Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2005-12-28 Implement SQL-compliant treatment of row comparisons for < <= > >= cases Tom Lane 8.2.0
2003-10-06 Fix binary_oper_exact() so that the heuristic 'an unknown literal on Tom Lane 7.4.1
2003-08-17 Create a 'type cache' that keeps track of the data needed for any particular Tom Lane 7.4.1
2003-07-28 A visit from the message-style police ... Tom Lane 7.4.1
2003-07-18 First bits of work on error message editing. Tom Lane 7.4.1
2003-07-04 Some early work on error message editing. Operator-not-found and Tom Lane 7.4.1
2003-06-29 Support expressions of the form 'scalar op ANY (array)' and Tom Lane 7.4.1
2003-06-27 Create real array comparison functions (that use the element datatype's Tom Lane 7.4.1
2003-05-26 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing Tom Lane 7.4.1
2003-04-29 Infrastructure for deducing Param types from context, in the same way Tom Lane 7.4.1