index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
Add more regression tests for pg_ls_dir()
Michael Paquier
2022-03-14
Support "of", "tzh", and "tzm" format codes.
Robert Haas
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-03-12
Force track_io_timing off in explain.sql to avoid failures when enabled.
Andres Freund
2022-03-12
Set synchronous_commit=on in test_setup.sql.
Andres Freund
2022-03-11
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-03-09
ldap tests: Add paths for openbsd.
Andres Freund
2022-03-09
ldap tests: Don't run on unsupported operating systems.
Andres Freund
2022-03-09
pycodestyle (PEP 8) cleanup in Python scripts
Peter Eisentraut
2022-03-05
Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.
Noah Misch
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
Fix pg_regress to print the correct postmaster address on Windows.
Tom Lane
2022-03-04
Add some additional tests for row filters in logical replication.
Amit Kapila
2022-03-04
Tighten overflow checks in tidin().
Tom Lane
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-28
Handle integer overflow in interval justification functions.
Tom Lane
2022-02-26
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-24
Guard against reallocation failure in pg_regress
Daniel Gustafsson
2022-02-24
Fix one of the tests introduced in commit 52e4f0cd47.
Amit Kapila
2022-02-23
Remove duplicated word in comment
Daniel Gustafsson
2022-02-23
Add function to pump IPC process until string match
Daniel Gustafsson
2022-02-23
Add temporary debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-22
Put typtype letters back into consistent order
Peter Eisentraut
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-20
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-17
Disable perl2host() processing in TAP tests
Andrew Dunstan
2022-02-17
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-16
Reject trailing junk after numeric literals
Peter Eisentraut
2022-02-16
Add TAP test to automate the equivalent of check_guc, take two
Michael Paquier
2022-02-15
Fix race condition in 028_pitr_timelines.pl test, add note to docs.
Heikki Linnakangas
2022-02-15
Reject change of output-column collation in CREATE OR REPLACE VIEW.
Tom Lane
2022-02-15
Ensure that STDERR is empty in connect_ok tests
Daniel Gustafsson
2022-02-15
Add more logging to new 028_pitr_timelines.pl test.
Heikki Linnakangas
2022-02-15
Add test case for trailing junk after numeric literals
Peter Eisentraut
2022-02-14
Add test case for an archive recovery corner case.
Heikki Linnakangas
2022-02-14
Database-level collation version tracking
Peter Eisentraut
2022-02-14
Improve correlation names in sanity tests
Peter Eisentraut
2022-02-14
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-13
Remove REGRESS_OUTPUTDIR environment variable.
Thomas Munro
2022-02-12
Revert "Add TAP test to automate the equivalent of check_guc"
Michael Paquier
2022-02-11
Simplify lazy_scan_heap's handling of scanned pages.
Peter Geoghegan
2022-02-11
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-10
Set SNI ClientHello extension to localhost in tests
Daniel Gustafsson
2022-02-10
Add min() and max() aggregates for xid8.
Fujii Masao
2022-02-10
Use Test::Builder::todo_start(), replacing $::TODO.
Noah Misch
[next]