aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-09-08
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-08
* 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
* Fix the random test failure in 001_rep_changes.Amit Kapila2021-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 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
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-23
* 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
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-07
* Adjust the integer overflow tests in the numeric code.Dean Rasheed2021-08-06
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* 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
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Make new replication slot test code even less racyAlvaro Herrera2021-07-19
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-19
* Make new replication slot test code less racyAlvaro Herrera2021-07-17
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-16
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier2021-07-14
* Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed2021-07-10
* Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane2021-07-09
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Fix incorrect return value in pg_size_pretty(bigint)David Rowley2021-07-09
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-01
* Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicateMichael Paquier2021-06-28
* Remove memory leaks in isolationtester.Tom Lane2021-06-27
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22
* Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane2021-06-18
* Don't set a fast default for anything but a plain tableAndrew Dunstan2021-06-18
* Further refinement of stuck_on_old_timeline recovery testAndrew Dunstan2021-06-15
* Update variant expected-result file.Tom Lane2021-06-14
* Remove orphaned expected-result file.Tom Lane2021-06-14
* Further tweaks to stuck_on_old_timeline recovery testAndrew Dunstan2021-06-13
* Ignore more environment variables in pg_regress.cMichael Paquier2021-06-13
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-12
* Fix new recovery test for use under msysAndrew Dunstan2021-06-12
* Improve log pattern detection in recently-added TAP testsMichael Paquier2021-06-12
* Remove PGSSLCRLDIR from the list of variables ignored in TAP testsMichael Paquier2021-06-12
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-11
* Adjust new test case to set wal_keep_size.Robert Haas2021-06-10