index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_misc
Age
Commit message (
Expand
)
Author
2025-11-05
Drop unnamed portal immediately after execution to completion
Michael Paquier
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-16
Override log_error_verbosity to "default" in test 009_log_temp_files
Michael Paquier
2025-10-16
Add tests for logging of temporary file removal and statement
Michael Paquier
2025-08-20
Fix assertion failure with replication slot release in single-user mode
Michael Paquier
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-29
Add missing FATAL => 'all' to a use warnings in Perl
Peter Eisentraut
2024-10-24
Handle alphanumeric characters in matching GUC names
Daniel Gustafsson
2024-09-05
Check availability of module injection_points in TAP tests
Michael Paquier
2024-09-04
Avoid installcheck failure in TAP tests using injection_points
Michael Paquier
2024-09-04
Simplify makefiles exporting twice enable_injection_points
Michael Paquier
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-07-16
Adjust recently added test for pg_signal_autovacuum role
Andrew Dunstan
2024-07-16
Add tap test for pg_signal_autovacuum role
Michael Paquier
2024-05-15
Make all Perl warnings fatal, catch-up
Peter Eisentraut
2024-03-15
Use locale-aware value for \watch in 005_timeouts.pl
Alexander Korotkov
2024-03-15
Fix wordings in timeouts TAP test
Alexander Korotkov
2024-03-14
Add TAP tests for timeouts
Alexander Korotkov
2024-01-05
Add copyright notices to a few perl scripts that don't have them
Andrew Dunstan
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-11-02
Fix 003_check_guc.pl when loading modules with custom GUCs
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-15
Rename io_direct to debug_io_direct.
Thomas Munro
2023-04-13
Skip the 004_io_direct.pl test if a pre-flight check fails.
Thomas Munro
2023-04-09
Use higher wal_level for 004_io_direct.pl.
Thomas Munro
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-03-02
Fix outdated references to guc.c
Daniel Gustafsson
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-13
Use installed postgresql.conf.sample for GUC sanity TAP test
Andrew Dunstan
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-16
Add TAP test to automate the equivalent of check_guc, take two
Michael Paquier
2022-02-12
Revert "Add TAP test to automate the equivalent of check_guc"
Michael Paquier
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-09
Add TAP test to automate the equivalent of check_guc
Michael Paquier
2022-01-21
Add new simple TAP test for tablespaces, attempt II.
Thomas Munro
2022-01-15
Revert "Add new simple TAP test for tablespaces."
Thomas Munro
2022-01-15
Add new simple TAP test for tablespaces.
Thomas Munro
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-07-08
tap tests: replace 'master' with 'primary'.
Andres Freund
2019-09-07
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane