Commit Graph

6041 Commits (ea5ecdadf6eacdc1ef5c67648ebaed2efcb0d07a)

Author SHA1 Message Date
Daniel Gustafsson 371087d006 Fix GRANTED BY support in REVOKE ROLE statements 4 years ago
Michael Paquier e415916e24 Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index 4 years ago
David Rowley c2dc7b9e15 Flush Memoize cache when non-key parameters change, take 2 4 years ago
David Rowley 7933bc0d13 Revert "Flush Memoize cache when non-key parameters change" 4 years ago
David Rowley f94edb06ab Flush Memoize cache when non-key parameters change 4 years ago
David Rowley 6c32c09777 Allow Memoize to operate in binary comparison mode 4 years ago
Tom Lane 6d07cbc509 Fix SP-GiST scan initialization logic for binary-compatible cases. 4 years ago
Michael Paquier 048f3ee618 Fix quoting of ACL item in table for upgrade binary compatibility checks 4 years ago
Michael Paquier cf3d79aa31 Add table to regression tests for binary-compatibility checks in pg_upgrade 4 years ago
Tom Lane 5d5779aeaf Fix display of SQL-standard function's arguments in INSERT/SELECT. 4 years ago
Amit Kapila 232fd72a5e Invalidate relcache when changing REPLICA IDENTITY index. 4 years ago
Michael Paquier 5f81a480d5 Fix memory overrun when querying pg_stat_slru 4 years ago
Michael Paquier b609db7155 Fix buffer overrun in unicode string normalization with empty input 4 years ago
Tom Lane 3aa858c893 Fix instability in 026_overwrite_contrecord.pl test. 4 years ago
Tomas Vondra f7829feb75 Fix handling of NaN values in BRIN minmax multi 4 years ago
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