4 This directory contains a variety of test infrastructure as well as some of the
5 tests in PostgreSQL. Not all tests are here -- in particular, there are more in
6 individual contrib/ modules and in src/bin.
8 Not all these tests get run by "make check". Check src/test/Makefile to see
9 which tests get run automatically.
12 Tests for authentication (but see also below)
15 Demonstration programs for libpq that double as regression tests via
19 Tests for concurrent behavior at the SQL level
22 Tests for Kerberos/GSSAPI authentication and encryption
25 Tests for LDAP-based authentication
28 Sanity checks for locale data, encodings, etc
31 Tests for multibyte encoding (UTF-8) support
34 Extensions used only or mainly for test purposes, generally not suitable
35 for installing in production databases
38 Infrastructure for Perl-based TAP tests
41 Test suite for recovery and replication
44 PostgreSQL's main regression test suite, pg_regress
47 Tests to exercise and verify SSL certificate handling
50 Tests for logical replication