aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix quoting of ACL item in table for upgrade binary compatibility checksMichael Paquier2021-11-18
* Add table to regression tests for binary-compatibility checks in pg_upgradeMichael Paquier2021-11-18
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Fix instability in 026_overwrite_contrecord.pl test.Tom Lane2021-11-09
* Fix typoAlvaro Herrera2021-11-08
* Update alternative expected output file.Heikki Linnakangas2021-11-03
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Protect against collation variations in testAlvaro Herrera2021-10-20
* Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera2021-10-19
* Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.Andres Freund2021-10-19
* Fix assignment to array of domain over composite.Tom Lane2021-10-19
* Invalidate partitions of table being attached/detachedAlvaro Herrera2021-10-18
* Change recently added test code for stabilityAlvaro Herrera2021-10-13
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* Fix corner-case loss of precision in numeric_power().Dean Rasheed2021-10-06
* Fix TestLib::slurp_file() with offset on windows.Andres Freund2021-10-04
* Remove gratuitous environment dependency in 002_types.pl test.Tom Lane2021-09-30
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier2021-09-22
* Don't elide casting to typmod -1.Tom Lane2021-09-20
* Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane2021-09-17
* Fix some anomalies with NO SCROLL cursors.Tom Lane2021-09-10
* 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
* 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
* 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
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-19
* 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
* 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
* 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