Commits

DateSubjectAuthorReleases
2026-06-23 Fix incorrect declarations of variadic pg_get_*_ddl() functions. Tom Lane 19 (unreleased)
2021-05-11 Replace opr_sanity test's binary_coercible() function with C code. Tom Lane 14.0
2021-04-15 Undo decision to allow pg_proc.prosrc to be NULL. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-09-17 Remove support for postfix (right-unary) operators. Tom Lane 14.0
2020-05-12 Do pre-release housekeeping on catalog data. Tom Lane 13.0
2020-03-19 Introduce "anycompatible" family of polymorphic types. Tom Lane 13.0
2020-03-05 Remove the "opaque" pseudo-type and associated compatibility hacks. Tom Lane 13.0
2019-09-21 Straighten out leakproofness markings on text comparison functions. Tom Lane 12.0
2019-09-21 Straighten out leakproofness markings on text comparison functions. Tom Lane 13.0
2019-02-09 Create the infrastructure for planner support functions. Tom Lane 12.0
2018-12-31 Update leakproofness markings on some btree comparison functions. Tom Lane 12.0
2018-12-18 Make collation-aware system catalog columns use "C" collation. Tom Lane 12.0
2018-11-05 Remove unreferenced pg_opfamily entry. Tom Lane 12.0
2018-10-14 Clean up/tighten up coercibility checks in opr_sanity regression test. Tom Lane 12.0
2017-10-14 Explicitly track whether aggregate final functions modify transition state. Tom Lane 11.0
2017-06-20 Make opr_sanity test complain about built-in functions marked prosecdef. Tom Lane 10.0
2017-04-30 Micro-optimize some slower queries in the opr_sanity regression test. Tom Lane 10.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
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-05-29 Check that all aliases of a built-in function have same leakproof property. Tom Lane 9.5.0