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