/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
src/test/
..
authentication

Fix md5_password_warnings for role and database settings

2 месяца назад
examples

Force standard_conforming_strings to always be ON.

7 месяцев назад
icu

Update copyright for 2026

7 месяцев назад
isolation

Fix ALTER DOMAIN VALIDATE CONSTRAINT locking

2 месяца назад
kerberos

Update copyright for 2026

7 месяцев назад
ldap

Update copyright for 2026

7 месяцев назад
locale

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
mb

Remove MULE_INTERNAL encoding.

4 месяца назад
modules

Fix PANIC with track_functions due to concurrent drop of pgstats entries

2 месяца назад
perl

Adjust cross-version upgrade tests for seg_out() fix

2 месяца назад
postmaster

Pre-beta mechanical code beautification, step 2: run pgperltidy.

3 месяца назад
recovery

Fix another instability in recovery TAP test 004_timeline_switch

2 месяца назад
regress

Create TOAST table for partitions made by MERGE/SPLIT PARTITION

2 месяца назад
ssl

Fix compilation with OpenSSL 4

2 месяца назад
subscription

logical decoding: Correctly free speculative insertion

2 месяца назад
Makefile

Split some long Makefile lists

7 месяцев назад
README

Remove the option to build thread_test.c outside configure.

6 лет назад
meson.build

Revert "Add built-in fuzzing harnesses for security testing."

4 месяца назад
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