You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/test
Michael Paquier 481783e69f test_custom_stats: Add tests with read/write of auxiliary data 1 month ago
..
authentication In username-map substitution, cope with more than one \1. 7 months ago
examples libpq: Deprecate pg_int64. 10 months ago
icu
isolation Implement ALTER TABLE ... SPLIT PARTITION ... command 1 month ago
kerberos Replace deprecated log_connections values in docs and tests 8 months ago
ldap Simplify newline handling in two TAP tests 3 months ago
locale
mb
modules test_custom_stats: Add tests with read/write of auxiliary data 1 month ago
perl Widen MultiXactOffset to 64 bits 2 months ago
postmaster Run pgperltidy 7 months ago
recovery Improve error reporting of recovery test 027_stream_regress 2 months ago
regress Looks like we can't test NLS on machines that lack any es_ES locale. 1 month ago
ssl ssl: Add connection and reload tests for key passphrases 2 months ago
subscription Rename two columns in pg_stat_subscription_stats. 2 months ago
Makefile
README
meson.build

README

PostgreSQL tests
================

This directory contains a variety of test infrastructure as well as some of the
tests in PostgreSQL. Not all tests are here -- in particular, there are more in
individual contrib/ modules and in src/bin.

Not all these tests get run by "make check". Check src/test/Makefile to see
which tests get run automatically.

authentication/
Tests for authentication (but see also below)

examples/
Demonstration programs for libpq that double as regression tests via
"make check"

isolation/
Tests for concurrent behavior at the SQL level

kerberos/
Tests for Kerberos/GSSAPI authentication and encryption

ldap/
Tests for LDAP-based authentication

locale/
Sanity checks for locale data, encodings, etc

mb/
Tests for multibyte encoding (UTF-8) support

modules/
Extensions used only or mainly for test purposes, generally not suitable
for installing in production databases

perl/
Infrastructure for Perl-based TAP tests

recovery/
Test suite for recovery and replication

regress/
PostgreSQL's main regression test suite, pg_regress

ssl/
Tests to exercise and verify SSL certificate handling

subscription/
Tests for logical replication