summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-27Specify --host in 027_stream_regress.pl's pg_regress invocation.Andres Freund
2022-01-27Improve msys2 detection for TAP testsAndrew Dunstan
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24Add tests of the CREATEROLE attributeAndrew Dunstan
2022-01-22Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane
2022-01-21Add new simple TAP test for tablespaces, attempt II.Thomas Munro
2022-01-20Tighten TAP tests' tracking of postmaster state some more.Tom Lane
2022-01-20Try to stabilize reloptions test, again.Thomas Munro
2022-01-19TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane
2022-01-19Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.Tom Lane
2022-01-18Try to stabilize the reloptions test.Thomas Munro
2022-01-18Fix thinko in psql testPeter Eisentraut
2022-01-18Fix psql \d's query for identifying parent triggers.Tom Lane
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