Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-02-27 | Rework pg_input_error_message(), now renamed pg_input_error_info() | Michael Paquier | 16.0 |
| 2022-12-27 | Detect bad input for types xid, xid8, and cid. | Tom Lane | 16.0 |
| 2022-12-14 | Convert a few more datatype input functions to report errors softly. | Tom Lane | 16.0 |
| 2022-02-10 | Add min() and max() aggregates for xid8. | Fujii Masao | 15.0 |
| 2020-04-07 | Introduce xid8-based functions to replace txid_XXX. | Thomas Munro | 13.0 |
| 2020-04-07 | Add SQL type xid8 to expose FullTransactionId to users. | Thomas Munro | 13.0 |