summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/pg_lsn.out
AgeCommit message (Expand)Author
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2020-06-30Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao
2019-07-05Add min() and max() aggregates for pg_lsnMichael Paquier
2014-06-05Tweak new regression test case for better portability.Tom Lane
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-02-24Remove a couple of comments from the pg_lsn regression test.Robert Haas
2014-02-19Further code review for pg_lsn data type.Robert Haas
2014-02-19pg_lsn macro naming and type behavior revisions.Robert Haas
2014-02-19Add a pg_lsn data type, to represent an LSN.Robert Haas