postgresql/src/test/regress
Tom Lane 8028e294b4 Detect overflow in timestamp[tz] subtraction.
It's possible to overflow the int64 microseconds field of the
output interval when subtracting two timestamps.  Detect that
instead of silently returning a bogus result.

Nick Babadzhanian

Discussion: https://postgr.es/m/CABw73Uq2oJ3E+kYvvDuY04EkhhkChim2e-PaghBDjOmgUAMWGw@mail.gmail.com
2023-02-20 17:26:25 -05:00
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected Detect overflow in timestamp[tz] subtraction. 2023-02-20 17:26:25 -05:00
sql Detect overflow in timestamp[tz] subtraction. 2023-02-20 17:26:25 -05:00
.gitignore Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
GNUmakefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
Makefile Fix non-GNU makefiles for AIX make. 2017-11-30 00:57:22 -08:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
parallel_schedule Create regress_tblspc in test_setup 2023-02-11 10:03:04 -08:00
pg_regress_main.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_regress.c Remove pg_regress' never-documented "ignore" feature. 2023-01-09 20:34:26 -05:00
pg_regress.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
regress.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
regressplans.sh Fix inconsistencies in the code 2019-07-08 13:15:09 +09:00
resultmap Remove HP-UX port. 2022-07-08 14:05:05 +12:00

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".