summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-08Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane
2015-12-07Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane
2015-12-05Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-17Back-patch fixes to make TAP tests work on Windows.Tom Lane
2015-11-16Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane
2015-11-15Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane
2015-11-07Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane
2015-11-05Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-20Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.Noah Misch
2015-10-20Eschew "RESET statement_timeout" in tests.Noah Misch
2015-10-19Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane
2015-10-16Miscellaneous cleanup of regular-expression compiler.Tom Lane
2015-10-16Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane
2015-10-12Sigh, need "use Config" as well.Tom Lane
2015-10-12Cause TestLib.pm to define $windows_os in all branches.Tom Lane
2015-10-12Fix whitespacePeter Eisentraut
2015-10-08Factor out encoding specific tests for jsonAndrew Dunstan
2015-10-05Fix insufficiently-portable regression test case.Tom Lane
2015-10-05Prevent stack overflow in json-related functions.Noah Misch
2015-10-02Fix potential infinite loop in regular expression execution.Tom Lane
2015-10-01Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane
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-13Improve regression test case to avoid depending on system catalog stats.Tom Lane
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-10Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane
2015-08-07Further adjustments to PlaceHolderVar removal.Tom Lane
2015-08-07Fix old oversight in join removal logic.Tom Lane
2015-08-07Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane
2015-08-06Further fixes for degenerate outer join clauses.Tom Lane
2015-08-06Fix `make installcheck` for serializable transactions.Kevin Grittner
2015-08-04Fix pg_dump to dump shell types.Tom Lane
2015-08-04Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane
2015-08-02Fix some planner issues with degenerate outer join clauses.Tom Lane
2015-07-31Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
2015-07-28Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane
2015-07-28Improve logging of TAP tests.Andrew Dunstan
2015-07-26Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane
2015-07-05Fix some typos in regression test comments.Tom Lane
2015-06-12Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane
2015-05-27Fix portability issue in isolationtester grammar.Tom Lane
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-03Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.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