summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-10-19Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-15Fix PostgresNode install_path sanity tests that fail on WindowsAndrew Dunstan
2021-10-14shm_mq: Update mq_bytes_written less often.Robert Haas
2021-10-14Fix planner error with pulling up subquery expressions into function RTEs.Tom Lane
2021-10-13Change recently added test code for stabilityAlvaro Herrera
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-10Doc: update testing recipe in src/test/perl/README.Tom Lane
2021-10-07Update test/perl/README to insist on Perl version >= 5.8.3, too.Tom Lane
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed
2021-10-06Fix loop variable signednessPeter Eisentraut
2021-10-04Fix TestLib::slurp_file() with offset on windows.Andres Freund
2021-10-03Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane
2021-10-01Reference test binary using TESTDIR in 001_libpq_pipeline.pl.Andres Freund
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-10-01Remove unstable, unnecessary test; fix typoAlvaro Herrera
2021-09-30Remove gratuitous environment dependency in 002_types.pl test.Tom Lane
2021-09-30Repair two portability oversights of new testAlvaro Herrera
2021-09-29psql: Add various testsPeter Eisentraut
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-23Add missing $Test::Builder::Level settingsPeter Eisentraut
2021-09-22Invalidate all partitions for a partitioned table in publication.Amit Kapila
2021-09-21Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier
2021-09-17Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane
2021-09-16Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-09-14Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-09-10Update src/test/kerberos to account for previous commit.Noah Misch
2021-09-10Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch
2021-09-08Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane
2021-09-08Consistently use "superuser" instead of "super user"Daniel Gustafsson
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-09-06Remove some unused variables in TAP testsMichael Paquier
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-01Identify simple column references in extended statisticsTomas Vondra
2021-09-01Fix the random test failure in 001_rep_changes.Amit Kapila
2021-09-01Add PostgresNode::command_fails_like()Michael Paquier
2021-08-31Don't print extra parens around expressions in extended statsTomas Vondra
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-31Fix missed lock acquisition while inlining new-style SQL functions.Tom Lane
2021-08-30psql: Fix name quoting on extended statisticsAlvaro Herrera
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
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-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane