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

..03-May-2022-

authentication/H08-Nov-2021-275167

examples/H08-Nov-2021-1,308814

isolation/H08-Nov-2021-91,38475,164

kerberos/H08-Nov-2021-416316

ldap/H08-Nov-2021-447334

locale/H08-Nov-2021-2,1211,925

mb/H08-Nov-2021-410367

modules/H08-Nov-2021-12,2839,338

perl/H08-Nov-2021-3,1701,684

recovery/H08-Nov-2021-3,5532,366

regress/H08-Nov-2021-313,604273,001

ssl/H08-Nov-2021-2,1041,698

subscription/H08-Nov-2021-2,1041,508

thread/H08-Nov-2021-542373

MakefileH A D08-Nov-20211.6 KiB5326

READMEH A D08-Nov-20211.1 KiB4833

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
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
21locale/
22  Sanity checks for locale data, encodings, etc
23
24mb/
25  Tests for multibyte encoding (UTF-8) support
26
27modules/
28  Extensions used only or mainly for test purposes, generally not suitable
29  for installing in production databases
30
31perl/
32  Infrastructure for Perl-based TAP tests
33
34recovery/
35  Test suite for recovery and replication
36
37regress/
38  PostgreSQL's main regression test suite, pg_regress
39
40ssl/
41  Tests to exercise and verify SSL certificate handling
42
43subscription/
44  Tests for logical replication
45
46thread/
47  A thread-safety-testing utility used by configure
48