| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-15 | Mask full LSN and checksum in tests | Christoph Berg | |
| The old LSN masking didn't consider LSNs with a log id with two or more digits. Checksums were hard-coded to 0000 so far, but the server might actually write them. To not clutter the test files with ever-longer sed commands, move the command to a new sed.sh file. Test files updated to follow this change, but there are pre-existing problems on older PG majors and 32-bit that are still open. Close #37. Reported-By: Maksim Melnikov <m.melnikov@postgrespro.ru> | |||
| 2024-10-04 | Set timezone to UTC | Christoph Berg | |
| Make us independent from changes to pg_regress' hard-coded Pacific time zone. | |||
| 2024-07-19 | Add/fix expected toast output files for PG13- and 32-bit | Christoph Berg | |
| 2024-06-06 | Add regression test for toast | Christoph Berg | |
| 2023-09-14 | Support testing against servers compiled without --with-libxml support | Christoph Berg | |
| See #9. | |||
| 2023-09-14 | Support testing float with PG 11 and earlier | Christoph Berg | |
| See #9. | |||
| 2023-09-14 | Support testing numeric with PG 13 and 14 | Christoph Berg | |
| Close #9. | |||
| 2022-03-30 | Add a non-trivial timetz offset test case | Christoph Berg | |
| 2022-03-30 | Decode timestamptz | Christoph Berg | |
| We unconditionally use +00 on output. | |||
| 2022-03-30 | Decode date and timestamp infinity values | Christoph Berg | |
| 2022-03-16 | Fix "char" testsuite | Christoph Berg | |
| 2022-03-16 | Update testsuite to exercise all datatypes with -D | Christoph Berg | |
| 2020-11-02 | Refactor testsuite to generate test file at runtime | Christoph Berg | |
| 64 bit output files are *.out, 32 bit in *_3.out | |||
| 2019-11-28 | Add testsuiteREL_12_0 | Christoph Berg | |
| Add a testsuite exercising pg_filedump on a table shipped in the test directory. For simplicity, we use the pgxs regress system, even if no actual SQL commands are executed. | |||
