summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-16Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-16Update copyright notice to 2022 for recently-introduced TAP testMichael Paquier
2022-01-15Remove standby_schedule and associated test files.Tom Lane
2022-01-15Add simple test for physical replication of sequences.Tom Lane
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-14Revert "Add new simple TAP test for tablespaces."Thomas Munro
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-14Add new simple TAP test for tablespaces.Thomas Munro
2022-01-14Use in-place tablespaces in regression test.Thomas Munro
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2022-01-12Consider fractional paths in generate_orderedappend_pathsTomas Vondra
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-09More cleanup of a2ab9c06ea.Jeff Davis
2022-01-08Fix pgperlcritic complaint, per buildfarm.Jeff Davis
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-06Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane
2022-01-05On second thought, remove regex.linux.utf8 regression test altogether.Tom Lane
2022-01-05Enable routine running of regex.linux.utf8 regression test.Tom Lane
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Clean up error messages related to bad datetime units.Tom Lane
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-12-30Fix overly generic name in with.sql test.Thomas Munro
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-27Rethink handling of settings with a prefix reserved by an extension.Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 1.Tom Lane
2021-12-20Add a \getenv command to psql.Tom Lane
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-12-17Fix the public schema's permissions in a separate test script.Tom Lane
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-13Remove unimplemented/undocumented geometric functions & operators.Tom Lane
2021-12-13Implement poly_distance().Tom Lane
2021-12-13isolationtester: append session name to application_name.Andres Freund
2021-12-13Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund