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

..03-May-2022-

examples/H08-Nov-2021-1,308814

isolation/H08-Nov-2021-84,65069,685

locale/H08-Nov-2021-2,1191,924

mb/H08-Nov-2021-411368

modules/H08-Nov-2021-6,8975,083

perl/H08-Nov-2021-2,5021,255

recovery/H08-Nov-2021-1,438916

regress/H08-Nov-2021-242,517212,089

ssl/H08-Nov-2021-1,7231,397

thread/H08-Nov-2021-552382

MakefileH A D08-Nov-20211.1 KiB3311

READMEH A D08-Nov-20211 KiB4229

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
11examples/
12  Demonstration programs for libpq that double as regression tests via
13  "make check"
14
15isolation/
16  Tests for concurrent behavior at the SQL level
17
18locale/
19  Sanity checks for locale data, encodings, etc
20
21mb/
22  Tests for multibyte encoding (UTF-8) support
23
24modules/
25  Extensions used only or mainly for test purposes, generally not suitable
26  for installing in production databases
27
28perl/
29  Infrastructure for Perl-based TAP tests
30
31recovery/
32  Test suite for recovery and replication
33
34regress/
35  PostgreSQL's main regression test suite, pg_regress
36
37ssl/
38  Tests to exercise and verify SSL certificate handling
39
40thread/
41  A thread-safety-testing utility used by configure
42