aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* Fix some anomalies with NO SCROLL cursors.Tom Lane2021-09-10
* Update src/test/kerberos to account for previous commit.Noah Misch2021-09-10
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-09
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-09-08
* Consistently use "superuser" instead of "super user"Daniel Gustafsson2021-09-08
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-08
* Remove some unused variables in TAP testsMichael Paquier2021-09-06
* Fix portability issue in tests from commit ce773f230.Tom Lane2021-09-03
* Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane2021-09-02
* Identify simple column references in extended statisticsTomas Vondra2021-09-01
* Fix the random test failure in 001_rep_changes.Amit Kapila2021-09-01
* Add PostgresNode::command_fails_like()Michael Paquier2021-09-01
* Don't print extra parens around expressions in extended statsTomas Vondra2021-09-01
* Rename the role in stats_ext to have regress_ prefixTomas Vondra2021-08-31
* Fix lookup error in extended stats ownership checkTomas Vondra2021-08-31
* Fix missed lock acquisition while inlining new-style SQL functions.Tom Lane2021-08-31
* psql: Fix name quoting on extended statisticsAlvaro Herrera2021-08-30
* Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch2021-08-27
* Avoid using ambiguous word "positive" in error message.Fujii Masao2021-08-25
* Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane2021-08-24
* Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila2021-08-24
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-23
* Fix broken regression test caused by 22c4e88ebDavid Rowley2021-08-23
* Allow parallel DISTINCTDavid Rowley2021-08-22
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane2021-08-18
* Reduce assumptions about locale's behavior in new regex tests.Tom Lane2021-08-17
* Improve regex compiler's arc moving/copying logic.Tom Lane2021-08-17
* Remove unused regression test certificate server-ssDaniel Gustafsson2021-08-10
* Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane2021-08-09
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-09
* Fix typo in 022_twophase_cascade.pl.Amit Kapila2021-08-09
* Fix use-after-free issue in regexp engine.Tom Lane2021-08-07
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-07
* Don't elide casting to typmod -1.Tom Lane2021-08-06
* Adjust the integer overflow tests in the numeric code.Dean Rasheed2021-08-06
* Add missing message punctuationPeter Eisentraut2021-08-06
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-03
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Fix test failure in 021_twophase.pl.Amit Kapila2021-08-02
* Silence perl warning about uninitialized valueAndrew Dunstan2021-08-01
* Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed2021-07-31
* Close yet another race condition in replication slot test codeAlvaro Herrera2021-07-29
* Make TestLib::perl2host more consistent and robustAndrew Dunstan2021-07-29
* Remove unused directory from test/ssl .gitignoreDaniel Gustafsson2021-07-29
* Add a getter function for a PostgresNode install_pathAndrew Dunstan2021-07-29