Commits

DateSubjectAuthorReleases
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
2020-02-26 Add equalimage B-Tree support functions. Peter Geoghegan 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-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.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
2018-10-11 Remove deprecated abstime, reltime, tinterval datatypes. Andres Freund 12.0
2018-03-02 Add prokind column, replacing proisagg and proiswindow Peter Eisentraut 11.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
2017-04-06 Mark immutable functions in information schema as parallel safe Peter Eisentraut 10.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
2016-04-05 Add parallel query support functions for assorted aggregates. Robert Haas 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