summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
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-01-26Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
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-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
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-11-20Fix old TAP tests' method for selecting a valid PGPORT value.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-12Remove abstime, reltime, tinterval tables from old regression databases.Tom Lane
2018-10-02Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane
2018-09-23Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-12Repair bug in regexp split performance improvements.Andrew Gierth
2018-08-17Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-07-01Fix libpq example programsPeter Eisentraut
2018-05-24Properly schema-qualify additional object types in getObjectDescription().Tom Lane
2018-05-16Fix misprocessing of equivalence classes involving record_eq().Tom Lane
2018-05-02Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane
2018-04-30Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-02-28Remove restriction on SQL block length in isolationtester scanner.Tom Lane
2018-02-27Remove regression tests' CREATE FUNCTION commands for unused C functions.Tom Lane
2018-02-27Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane
2018-02-26Document security implications of search_path and the public schema.Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane