summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-08-22Fix broken regression test caused by 22c4e88ebDavid Rowley
2021-08-22Allow parallel DISTINCTDavid Rowley
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-17Reduce assumptions about locale's behavior in new regex tests.Tom Lane
2021-08-17Improve regex compiler's arc moving/copying logic.Tom Lane
2021-08-10Remove unused regression test certificate server-ssDaniel Gustafsson
2021-08-10Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-08-09Fix typo in 022_twophase_cascade.pl.Amit Kapila
2021-08-08Fix use-after-free issue in regexp engine.Tom Lane
2021-08-07Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2021-08-06Don't elide casting to typmod -1.Tom Lane
2021-08-06Adjust the integer overflow tests in the numeric code.Dean Rasheed
2021-08-06Add missing message punctuationPeter Eisentraut
2021-08-05Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-08-03Add assorted new regexp_xxx SQL functions.Tom Lane
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-08-02Fix test failure in 021_twophase.pl.Amit Kapila
2021-08-01Silence perl warning about uninitialized valueAndrew Dunstan
2021-07-31Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed
2021-07-29Close yet another race condition in replication slot test codeAlvaro Herrera
2021-07-29Make TestLib::perl2host more consistent and robustAndrew Dunstan
2021-07-29Remove unused directory from test/ssl .gitignoreDaniel Gustafsson
2021-07-29Add a getter function for a PostgresNode install_pathAndrew Dunstan
2021-07-29Add PostgresVersion.pm method to emit the major version stringAndrew Dunstan