summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-15Fix NULL handling in datum_to_jsonb().Tom Lane
2015-10-13Improve INSERT .. ON CONFLICT error message.Robert Haas
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-09Handle append_rel_list in expand_security_qualStephen Frost
2015-10-08Factor out encoding specific tests for jsonAndrew Dunstan
2015-10-05Fix insufficiently-portable regression test case.Tom Lane
2015-10-05Add regression tests for INSERT/UPDATE+RETURNINGStephen Frost
2015-10-05Prevent stack overflow in json-related functions.Noah Misch
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-04Disallow invalid path elements in jsonb_setAndrew Dunstan
2015-10-04Make BYPASSRLS behave like superuser RLS bypass.Noah Misch
2015-10-03Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund
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-30Include policies based on ACLs neededStephen Frost
2015-09-28Ensure a few policies remain for pg_upgradeStephen Frost
2015-09-28Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-09-21Remove the row_security=force GUC value.Noah Misch
2015-09-15Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost
2015-09-15RLS refactoringStephen Frost
2015-09-13Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-09-03Disable fsync throughout TAP test suites.Noah Misch
2015-08-28Simplify Perl chmod callsPeter Eisentraut
2015-08-25Fix potential platform dependence in gist regression test.Tom Lane
2015-08-21Clean up roles from roleattributes testStephen Frost
2015-08-21In AlterRole, make bypassrls an intStephen Frost
2015-08-18Fix a few bogus statement type names in plpgsql error messages.Tom Lane
2015-08-15Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane
2015-08-13Re-add BRIN isolation testAlvaro Herrera
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-10Temporarily(?) remove BRIN isolation test.Tom Lane
2015-08-09Fix broken multibyte regression tests.Tatsuo Ishii
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-05Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera
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-03RLS: Keep deny policy when only restrictive existStephen Frost