Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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 |