Commits

DateSubjectAuthorReleases
2023-10-20 Extend ALTER OPERATOR to allow setting more optimization attributes. Tom Lane 17.0
2020-09-17 Remove support for postfix (right-unary) operators. Tom Lane 14.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2010-10-31 Provide hashing support for arrays. Tom Lane 9.1.0
2008-08-02 Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items Tom Lane 8.4.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-08-17 Create a 'type cache' that keeps track of the data needed for any particular 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-04-29 Infrastructure for deducing Param types from context, in the same way Tom Lane 7.4.1
2003-04-08 First phase of work on array improvements. ARRAY[x,y,z] constructor Tom Lane 7.4.1
2002-11-29 Tighten selection of equality and ordering operators for grouping Tom Lane 7.4.1
2002-05-01 Give left_oper() and right_oper() noError parameters like oper() (the Tom Lane 7.3.1
2002-04-16 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take Tom Lane 7.3.1
2001-02-16 Clean up two rather nasty bugs in operator selection code. Tom Lane 7.1.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.1
1999-12-12 any_ordering_op()'s argument should be declared Oid not int. Tom Lane 7.1.1
1999-08-23 Remove bogus code in oper_exact --- if it didn't find an exact Tom Lane 7.1.1