postgresql/src/test/regress
Noah Misch 8d9cb0bc48 Have config_sspi_auth() permit IPv6 localhost connections.
Windows versions later than Windows Server 2003 map "localhost" to ::1.
Account for that in the generated pg_hba.conf, fixing another oversight
in commit f6dc6dd5ba.  Back-patch to 9.0,
like that commit.

David Rowley and Noah Misch
2014-12-25 13:52:03 -05:00
..
data Improve key representation for GIN jsonb_ops, and fix existence-search bug. 2014-05-09 08:41:26 -04:00
expected Remove failing collation case from object_address regression test. 2014-12-23 16:55:51 -05:00
input get_object_address: separate domain constraints from table constraints 2014-12-23 09:06:44 -03:00
output get_object_address: separate domain constraints from table constraints 2014-12-23 09:06:44 -03:00
sql Remove failing collation case from object_address regression test. 2014-12-23 16:55:51 -05:00
.gitignore Update .gitignore for config.cache. 2014-12-18 19:56:42 +09:00
GNUmakefile Move security_label test 2014-12-01 16:12:43 -03:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Add SQL-callable pg_get_object_address 2014-12-23 15:31:29 -03:00
pg_regress_main.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_regress.c Have config_sspi_auth() permit IPv6 localhost connections. 2014-12-25 13:52:03 -05:00
pg_regress.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
regress.c Add a comment to regress.c explaining what it contains. 2014-11-21 15:07:29 +02:00
regressplans.sh Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Add SQL-callable pg_get_object_address 2014-12-23 15:31:29 -03:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02: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".