postgresql/src/test/regress
Bruce Momjian 2d87eedc1d to_char(): Do not count negative sign as a digit for time values
For time masks, like HH24, MI, SS, CC, MM, do not count the negative
sign as part of the zero-padding length specified by the mask, e.g. have
to_char('-4 years'::interval, 'YY') return '-04', not '-4'.

Report by Craig Ringer
2015-10-05 20:51:46 -04:00
..
data Improve key representation for GIN jsonb_ops, and fix existence-search bug. 2014-05-09 08:41:26 -04:00
expected to_char(): Do not count negative sign as a digit for time values 2015-10-05 20:51:46 -04:00
input Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:43 -04:00
output ALTER TABLE .. FORCE ROW LEVEL SECURITY 2015-10-04 21:05:08 -04:00
sql Fix insufficiently-portable regression test case. 2015-10-05 12:19:14 -04:00
.gitignore Update .gitignore for config.cache. 2014-12-18 19:56:42 +09:00
GNUmakefile Improve speed of make check-world 2015-04-23 08:59:52 -04:00
Makefile
parallel_schedule In AlterRole, make bypassrls an int 2015-08-21 08:22:22 -04:00
pg_regress_main.c Improve speed of make check-world 2015-04-23 08:59:52 -04:00
pg_regress.c Fix location of output logs of pg_regress 2015-07-21 09:53:16 -04:00
pg_regress.h Improve speed of make check-world 2015-04-23 08:59:52 -04:00
README
regress.c Fix a number of places that produced XX000 errors in the regression tests. 2015-08-02 23:49:19 -04:00
regressplans.sh
resultmap
serial_schedule In AlterRole, make bypassrls an int 2015-08-21 08:22:22 -04:00
standby_schedule

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