Commits

DateSubjectAuthorReleases
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 15 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 14 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 16 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 17 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 18 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 19 (unreleased)
2025-08-03 Fix assorted pretty-trivial memory leaks in the backend. Tom Lane 19 (unreleased)
2025-04-01 Introduce a SQL-callable function array_sort(anyarray). Tom Lane 18.0
2024-01-20 Add planner support functions for range operators <@ and @>. Tom Lane 17.0
2021-12-15 Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al. Tom Lane 15.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-05-15 Rename assorted LWLock tranches. Tom Lane 13.0
2020-03-06 Allow ALTER TYPE to change some properties of a base type. Tom Lane 13.0
2019-08-15 Fix plpgsql to re-look-up composite type names at need. Tom Lane 11.6
2019-08-15 Fix plpgsql to re-look-up composite type names at need. Tom Lane 13.0
2019-08-15 Fix plpgsql to re-look-up composite type names at need. Tom Lane 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-12-14 Make pg_statistic and related code account more honestly for collations. Tom Lane 12.0
2018-12-13 Drop no-op CoerceToDomain nodes from expressions at planning time. Tom Lane 12.0
2018-02-13 Make plpgsql use its DTYPE_REC code paths for composite-type variables. Tom Lane 11.0
2017-11-16 Make PL/Python handle domain-type conversions correctly. Tom Lane 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0