summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
2019-05-11Honor TEMP_CONFIG in TAP suites.Noah Misch
2019-05-09Repair issues with faulty generation of merge-append plans.Tom Lane
2019-05-08Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro
2019-05-06Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed
2019-05-06Fix security checks for selectivity estimation functions with RLS.Dean Rasheed
2019-05-06Remove reindex_catalog test from test schedules.Andres Freund
2019-05-01Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-16Don't write to stdin of a test process that could have already exited.Noah Misch
2019-04-15Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch
2019-04-14MSYS: Skip src/test/recovery/t/017_shm.pl.Noah Misch
2019-04-13When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Fix back-patch of 16ee6eaf80a40007a138b60bb5661660058d0422 to v9.6.Noah Misch
2019-04-04Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-02Perform RLS subquery checks as the right user when going via a view.Dean Rasheed
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-14Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane
2019-03-10Disallow NaN as a value for floating-point GUCs.Tom Lane
2019-03-03Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-22Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane
2019-02-20Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-17Fix CREATE VIEW to allow zero-column views.Tom Lane
2019-02-15Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier
2019-02-10Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane
2019-02-07Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan
2019-01-26Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
2019-01-03Update ssl test certificates and keysPeter Eisentraut
2018-12-31pg_regress: Promptly detect failed postmaster startup.Noah Misch
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-12Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane
2018-12-11Fix test_rls_hooks to assign expression collations properly.Tom Lane
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-12-07Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane
2018-11-24Update additional float4/8 expected-output files.Tom Lane
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-10-20Lower privilege level of programs calling regression_mainAndrew Dunstan
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-10-17Fix minor bug in isolationtester.Tom Lane
2018-10-16Avoid rare race condition in privileges.sql regression test.Tom Lane
2018-10-16Fix mis-backpatch of c015ccb306ec81bca3023818c9cf0113cae25be1.Tom Lane