Commits

DateSubjectAuthorReleases
2016-01-22 Improve index AMs' opclass validation procedures. Tom Lane 9.6.0
2016-01-19 Fix assorted inconsistencies in GiST opclass support function declarations. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2016-01-09 Add some checks on "char"-type columns to type_sanity and opr_sanity. Tom Lane 9.6.0
2016-01-05 In opr_sanity regression test, check for unexpected uses of cstring. Tom Lane 9.6.0
2015-11-07 Add "xid <> xid" and "xid <> int4" operators. Tom Lane 9.6.0
2015-05-29 Check that all aliases of a built-in function have same leakproof property. Tom Lane 9.5.0
2015-05-19 Avoid collation dependence in indexes of system catalogs. Tom Lane 9.5.0
2015-02-19 Split array_push into separate array_append and array_prepend functions. Tom Lane 9.5.0
2014-08-16 Add opr_sanity queries to inspect commutator/negator links more closely. Tom Lane 9.5.0
2014-06-26 Get rid of bogus separate pg_proc entries for json_extract_path operators. Tom Lane 9.4.0
2014-06-26 Get rid of bogus separate pg_proc entries for json_extract_path operators. Tom Lane 9.5.0
2014-06-12 Add regression test to prevent future breakage of legacy query in libpq. Tom Lane 9.4.0
2014-06-12 Add regression test to prevent future breakage of legacy query in libpq. Tom Lane 9.5.0
2014-04-24 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. Tom Lane 9.4.0
2014-04-23 Allow polymorphic aggregates to have non-polymorphic state data types. Tom Lane 9.4.0
2014-04-13 Provide moving-aggregate support for a bunch of numerical aggregates. Tom Lane 9.4.0
2014-04-12 Create infrastructure for moving-aggregate optimization. Tom Lane 9.4.0
2014-04-08 Add an in-core GiST index opclass for inet/cidr types. Tom Lane 9.4.0
2014-01-11 Add another regression test cross-checking operator and function comments. Tom Lane 9.4.0
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-11-16 Allow aggregates to provide estimates of their transition state data size. Tom Lane 9.4.0
2013-09-03 Allow aggregate functions to be VARIADIC. Tom Lane 9.4.0
2012-03-23 Code review for protransform patches. Tom Lane 9.2.0
2012-02-08 Support min/max index optimizations on boolean columns. Tom Lane 9.2.0