aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* 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
* Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane2021-11-17
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-12
* Fix buffer overrun in unicode string normalization with empty inputMichael Paquier2021-11-11
* Fix instability in 026_overwrite_contrecord.pl test.Tom Lane2021-11-09
* Fix handling of NaN values in BRIN minmax multiTomas Vondra2021-11-06
* Update alternative expected output file.Heikki Linnakangas2021-11-03
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Don't overlook indexes during parallel VACUUM.Peter Geoghegan2021-11-02
* Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier2021-11-01
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-22
* 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
* Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier2021-10-19
* Invalidate partitions of table being attached/detachedAlvaro Herrera2021-10-18
* Fix PostgresNode install_path sanity tests that fail on WindowsAndrew Dunstan2021-10-15
* Fix planner error with pulling up subquery expressions into function RTEs.Tom Lane2021-10-14
* 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
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* Reference test binary using TESTDIR in 001_libpq_pipeline.pl.Andres Freund2021-10-01
* Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera2021-10-01
* Remove unstable, unnecessary test; fix typoAlvaro Herrera2021-10-01
* Remove gratuitous environment dependency in 002_types.pl test.Tom Lane2021-09-30
* Repair two portability oversights of new testAlvaro Herrera2021-09-30
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Add missing $Test::Builder::Level settingsPeter Eisentraut2021-09-23
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier2021-09-22
* Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane2021-09-17
* Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane2021-09-16
* Message style improvementsPeter Eisentraut2021-09-16
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* Fix some anomalies with NO SCROLL cursors.Tom Lane2021-09-10
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-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
* 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