summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/xid.sql
AgeCommit message (Expand)Author
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-02-10Add min() and max() aggregates for xid8.Fujii Masao
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro