Commit Graph

6026 Commits (02e20bb2dcaa523782a8fe7de1c2ddfefaeff033)

Author SHA1 Message Date
Heikki Linnakangas f4e3b62710 Update alternative expected output file. 4 years ago
Heikki Linnakangas 4ebd740cd3 Fix snapshot reference leak if lo_export fails. 4 years ago
Peter Geoghegan 61a86ed55b Don't overlook indexes during parallel VACUUM. 4 years ago
Michael Paquier f255de9a45 Preserve opclass parameters across REINDEX CONCURRENTLY 4 years ago
Tom Lane b1f943d2aa Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Noah Misch dde966efb2 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Andrew Dunstan 52c0c11367
Add module build directory to the PATH for TAP tests 4 years ago
Alvaro Herrera 7182788552
Protect against collation variations in test 4 years ago
Alvaro Herrera 3ce3fb2f7d
Ensure correct lock level is used in ALTER ... RENAME 4 years ago
Andres Freund 533315b68f Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5. 4 years ago
Tom Lane 04dae19f4d Fix assignment to array of domain over composite. 4 years ago
Michael Paquier b1b797ec71 Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options) 4 years ago
Alvaro Herrera 72d0642172
Invalidate partitions of table being attached/detached 4 years ago
Andrew Dunstan c697d8a39b
Fix PostgresNode install_path sanity tests that fail on Windows 4 years ago
Tom Lane fd059ac2e4 Fix planner error with pulling up subquery expressions into function RTEs. 4 years ago
Alvaro Herrera 79c7fe1af8
Change recently added test code for stability 4 years ago
Michael Paquier d834ebcf23 Add more $Test::Builder::Level in the TAP tests 4 years ago
Dean Rasheed 8e26b868d5 Fix corner-case loss of precision in numeric_power(). 4 years ago
Andres Freund c4465cd09e Fix TestLib::slurp_file() with offset on windows. 4 years ago
Tom Lane e0eba586b1 Fix checking of query type in plpgsql's RETURN QUERY command. 4 years ago
Andres Freund 0baa33da0f Reference test binary using TESTDIR in 001_libpq_pipeline.pl. 4 years ago
Alvaro Herrera 20047609d3
Error out if SKIP LOCKED and WITH TIES are both specified 4 years ago
Alvaro Herrera 0ce67bce00
Remove unstable, unnecessary test; fix typo 4 years ago
Tom Lane afc6081f6e Remove gratuitous environment dependency in 002_types.pl test. 4 years ago
Alvaro Herrera e3731bac52
Repair two portability oversights of new test 4 years ago
Alvaro Herrera 64a8687a68
Fix WAL replay in presence of an incomplete record 4 years ago
Peter Eisentraut e536a26834 Add missing $Test::Builder::Level settings 4 years ago
Amit Kapila 9eff859326 Invalidate all partitions for a partitioned table in publication. 4 years ago
Michael Paquier 90251ff199 Fix places in TestLib.pm in need of adaptation to the output of Msys perl 4 years ago
Tom Lane 4d5b4483db Fix pull_varnos to cope with translated PlaceHolderVars. 4 years ago
Tom Lane 388726753b Fix EXPLAIN to handle SEARCH BREADTH FIRST queries. 4 years ago
Peter Eisentraut f46dc96fcc Message style improvements 4 years ago
Tom Lane 29aa0ce361 Fix planner error with multiple copies of an AlternativeSubPlan. 4 years ago
Tom Lane d844cd75a6 Fix some anomalies with NO SCROLL cursors. 4 years ago
Tom Lane 03d01d746b Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 4 years ago
Peter Eisentraut 054adca641 Disable anonymous record hash support except in special cases 4 years ago
Amit Kapila 8db27fbc11 Invalidate relcache for publications defined for all tables. 4 years ago
Tom Lane 08b96a2b52 Fix portability issue in tests from commit ce773f230. 4 years ago
Tom Lane 23c6bc581d Fix float4/float8 hash functions to produce uniform results for NaNs. 4 years ago
Tomas Vondra 50ba70a957 Identify simple column references in extended statistics 4 years ago
Amit Kapila b7ad093d50 Fix the random test failure in 001_rep_changes. 4 years ago
Tomas Vondra 4d1816ec26 Don't print extra parens around expressions in extended stats 4 years ago
Tomas Vondra 4090ff2a99 Rename the role in stats_ext to have regress_ prefix 4 years ago
Tomas Vondra a371a5ba34 Fix lookup error in extended stats ownership check 4 years ago
Tom Lane 983d7033df Fix missed lock acquisition while inlining new-style SQL functions. 4 years ago
Alvaro Herrera ce6b662aae
psql: Fix name quoting on extended statistics 4 years ago
Noah Misch 5513c09c89 Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE. 4 years ago
Fujii Masao ec619102aa Avoid using ambiguous word "positive" in error message. 4 years ago
Tom Lane 244dd79923 Fix regexp misbehavior with capturing parens inside "{0}". 4 years ago
Amit Kapila 5cfcd46e9d Fix Alter Subscription's Add/Drop Publication behavior. 4 years ago