summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-09-01Fix the random test failure in 001_rep_changes.Amit Kapila
2021-08-31Rename the role in stats_ext to have regress_ prefixTomas Vondra
2021-08-31Fix lookup error in extended stats ownership checkTomas Vondra
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-18Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane
2021-08-07Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2021-08-06Adjust the integer overflow tests in the numeric code.Dean Rasheed