summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-22Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-11Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-22Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane
2022-01-20Tighten TAP tests' tracking of postmaster state some more.Tom Lane
2022-01-19TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-30Fix overly generic name in with.sql test.Thomas Munro
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-13isolationtester: append session name to application_name.Andres Freund
2021-12-13backpatch "Set application_name per-test in isolation and ecpg tests."Andres Freund
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier
2021-11-16Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila
2021-11-09Fix instability in 026_overwrite_contrecord.pl test.Tom Lane
2021-11-08Fix typoAlvaro Herrera
2021-11-03Update alternative expected output file.Heikki Linnakangas
2021-11-03Fix snapshot reference leak if lo_export fails.Heikki Linnakangas
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-19Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.Andres Freund
2021-10-19Fix assignment to array of domain over composite.Tom Lane
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-13Change recently added test code for stabilityAlvaro Herrera
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed
2021-10-04Fix TestLib::slurp_file() with offset on windows.Andres Freund
2021-09-30Remove gratuitous environment dependency in 002_types.pl test.Tom Lane
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-21Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier
2021-09-20Don't elide casting to typmod -1.Tom Lane
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-09-08Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-09-03Fix portability issue in tests from commit ce773f230.Tom Lane
2021-09-02Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane