summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2025-04-15Mask full LSN and checksum in testsChristoph 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-04Set timezone to UTCChristoph Berg
Make us independent from changes to pg_regress' hard-coded Pacific time zone.
2024-07-19Add/fix expected toast output files for PG13- and 32-bitChristoph Berg
2024-06-06Add regression test for toastChristoph Berg
2023-09-14Support testing against servers compiled without --with-libxml supportChristoph Berg
See #9.
2023-09-14Support testing float with PG 11 and earlierChristoph Berg
See #9.
2023-09-14Support testing numeric with PG 13 and 14Christoph Berg
Close #9.
2022-03-30Add a non-trivial timetz offset test caseChristoph Berg
2022-03-30Decode timestamptzChristoph Berg
We unconditionally use +00 on output.
2022-03-30Decode date and timestamp infinity valuesChristoph Berg
2022-03-16Fix "char" testsuiteChristoph Berg
2022-03-16Update testsuite to exercise all datatypes with -DChristoph Berg
2020-11-02Refactor testsuite to generate test file at runtimeChristoph Berg
64 bit output files are *.out, 32 bit in *_3.out
2019-11-28Add testsuiteREL_12_0Christoph 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.