• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

authentication/H08-Nov-2021-337212

examples/H08-Nov-2021-1,298805

isolation/H08-Nov-2021-93,79777,081

kerberos/H08-Nov-2021-477362

ldap/H08-Nov-2021-485366

locale/H08-Nov-2021-2,1251,927

mb/H08-Nov-2021-410367

modules/H08-Nov-2021-25,58319,349

perl/H08-Nov-2021-4,1602,022

recovery/H08-Nov-2021-5,3123,580

regress/H08-Nov-2021-350,643304,753

ssl/H08-Nov-2021-2,5362,024

subscription/H08-Nov-2021-4,1862,936

MakefileH A D08-Nov-20211.6 KiB5326

READMEH A D08-Nov-20211.2 KiB5135

README

1PostgreSQL tests
2================
3
4This directory contains a variety of test infrastructure as well as some of the
5tests in PostgreSQL. Not all tests are here -- in particular, there are more in
6individual contrib/ modules and in src/bin.
7
8Not all these tests get run by "make check". Check src/test/Makefile to see
9which tests get run automatically.
10
11authentication/
12  Tests for authentication (but see also below)
13
14examples/
15  Demonstration programs for libpq that double as regression tests via
16  "make check"
17
18isolation/
19  Tests for concurrent behavior at the SQL level
20
21kerberos/
22  Tests for Kerberos/GSSAPI authentication and encryption
23
24ldap/
25  Tests for LDAP-based authentication
26
27locale/
28  Sanity checks for locale data, encodings, etc
29
30mb/
31  Tests for multibyte encoding (UTF-8) support
32
33modules/
34  Extensions used only or mainly for test purposes, generally not suitable
35  for installing in production databases
36
37perl/
38  Infrastructure for Perl-based TAP tests
39
40recovery/
41  Test suite for recovery and replication
42
43regress/
44  PostgreSQL's main regression test suite, pg_regress
45
46ssl/
47  Tests to exercise and verify SSL certificate handling
48
49subscription/
50  Tests for logical replication
51