Commits

DateSubjectAuthorReleases
2026-06-23 Fix incorrect declarations of variadic pg_get_*_ddl() functions. Tom Lane 19 (unreleased)
2026-05-13 Do pre-release housekeeping on catalog data. Tom Lane 19 (unreleased)
2026-03-05 Simplify creation of built-in functions with non-default ACLs. Tom Lane 19 (unreleased)
2026-02-18 Simplify creation of built-in functions with default arguments. Tom Lane 19 (unreleased)
2026-01-08 Mark GiST inet_ops as opcdefault, and deal with ensuing fallout. Tom Lane 19 (unreleased)
2026-01-04 Add parse location to IndexElem. Tom Lane 19 (unreleased)
2025-12-06 Handle constant inputs to corr() and related aggregates more precisely. Tom Lane 19 (unreleased)
2025-09-29 Add GROUP BY ALL. Tom Lane 19 (unreleased)
2025-08-13 Make type Datum be 8 bytes wide everywhere. Tom Lane 19 (unreleased)
2025-04-07 Fix erroneous construction of functions' dependencies on transforms. Tom Lane 18.0
2025-04-01 Introduce a SQL-callable function array_sort(anyarray). Tom Lane 18.0
2025-03-26 Introduce PG_MODULE_MAGIC_EXT macro. Tom Lane 18.0
2025-02-11 Allow extension functions to participate in in-place updates. Tom Lane 18.0
2025-01-16 Seek zone abbreviations in the IANA data before timezone_abbreviations. Tom Lane 18.0
2024-10-31 Add a parse location field to struct FunctionParameter. Tom Lane 18.0
2024-10-08 Add min and max aggregates for bytea type. Tom Lane 18.0
2024-07-25 Add argument names to the regexp_XXX functions. Tom Lane 18.0
2024-07-11 Add min and max aggregates for composite types (records). Tom Lane 18.0
2024-06-17 Improve tracking of role dependencies of pg_init_privs entries. Tom Lane 17.0
2024-05-14 Do pre-release housekeeping on catalog data. Tom Lane 17.0
2024-04-29 Fix failure to track role dependencies of pg_init_privs entries. Tom Lane 17.0
2024-03-30 Add pg_basetype() function to extract a domain's base type. Tom Lane 17.0
2024-03-20 Add to_regtypemod function to extract typemod from a string type name. Tom Lane 17.0
2024-03-04 Explicitly list dependent types as extension members in pg_depend. Tom Lane 17.0
2024-01-20 Add planner support functions for range operators <@ and @>. Tom Lane 17.0