Commits

DateSubjectAuthorReleases
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-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.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
2002-04-11 Restructure representation of aggregate functions so that they have pg_proc Tom Lane 7.3.1
2002-03-20 Code review for DOMAIN patch. Tom Lane 7.3.1
2002-02-19 A bunch of changes aimed at reducing backend startup time... Tom Lane 7.3.1
2001-04-23 compatible_oper needs to do ReleaseSysCache in one path to avoid Tom Lane 7.1.1
2001-02-16 Clean up two rather nasty bugs in operator selection code. Tom Lane 7.1.1
2000-12-15 Make algorithm for resolving UNKNOWN function/operator inputs be Tom Lane 7.1.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.1
2000-05-28 First round of changes for new fmgr interface. fmgr itself and the Tom Lane 7.1.1
2000-03-19 Another go-round with resolution of ambiguous functions and operators. Tom Lane 7.1.1
2000-03-18 Improve error message wording in unary_op_error() --- suggest that Tom Lane 7.1.1
2000-03-11 Further fixes for bogus list-slinging, scribbling on input, etc in type Tom Lane 7.1.1
2000-02-27 Fix poorly worded error messages for unary operator type resolution 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-09-18 Mega-commit to make heap_open/heap_openr/heap_close take an Tom Lane 7.1.1
1999-08-26 Clean up some bugs in oper_select_candidate(), notably the 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