summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-01-09Clean up code for widget_in() and widget_out().Tom Lane
2016-01-09Add STRICT to some C functions created by the regression tests.Tom Lane
2015-12-21Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-21adjust ACL owners for REASSIGN and ALTER OWNER TOAlvaro Herrera
2015-12-12Add an expected-file to match behavior of latest libxml2.Tom Lane
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-15Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane
2015-10-20Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.Noah Misch
2015-10-20Eschew "RESET statement_timeout" in tests.Noah Misch
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-06Further fixes for degenerate outer join clauses.Tom Lane
2015-08-04Fix pg_dump to dump shell types.Tom Lane
2015-08-02Fix some planner issues with degenerate outer join clauses.Tom Lane
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-04-25Prevent improper reordering of antijoins vs. outer joins.Tom Lane
2015-04-04Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane
2015-03-05Fix user mapping object descriptionAlvaro Herrera
2015-02-26Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch
2015-02-25Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane
2015-02-17Minor cleanup of column-level priv fixStephen Frost
2015-02-15pg_regress: Write processed input/*.source into output dirPeter Eisentraut
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-20In pg_regress, remove the temporary installation upon successful exit.Tom Lane
2015-01-18Fix namespace handling in xpath functionPeter Eisentraut
2015-01-16Update "pg_regress --no-locale" for Darwin and Windows.Noah Misch
2015-01-12Avoid unexpected slowdown in vacuum regression test.Tom Lane
2015-01-08Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch
2014-12-25Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-11-19Don't require bleeding-edge timezone data in timestamptz regression test.Tom Lane
2014-10-29Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-01Fix some more problems with nested append relations.Tom Lane
2014-09-12Fix power_var_int() for large integer exponents.Tom Lane
2014-07-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-11Fix bug with whole-row references to append subplans.Tom Lane
2014-07-08Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane
2014-06-26Back-patch "Fix EquivalenceClass processing for nested append relations".Tom Lane
2014-06-14Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-06-12Remove inadvertent copyright violation in largeobject regression test.Tom Lane
2014-06-06Fix breakages of hot standby regression test.Fujii Masao
2014-05-15Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas
2014-05-07Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane
2014-05-07Fix interval test, which was broken for floating-point timestamps.Jeff Davis
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane