summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-09-13Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-09-03Disable fsync throughout TAP test suites.Noah Misch
2015-09-02Update the SSL test suite for recent changes to TAP testing framework.Robert Haas
2015-09-01Flush to show results of TestLib.pm (TAP) test as we go.Kevin Grittner
2015-08-28Simplify Perl chmod callsPeter Eisentraut
2015-08-25Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-25Fix potential platform dependence in gist regression test.Tom Lane
2015-08-23Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-22Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.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-15Remove unused expected-output file.Robert Haas
2015-08-15Reject isolation test specifications with duplicate step names.Robert Haas
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
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-12Postpone extParam/allParam calculations until the very end of planning.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-10Add confirmed_flush column to pg_replication_slots.Andres Freund
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-05Remove carriage returns from certain tap test output under MsysAndrew Dunstan
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-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-08-03RLS: Keep deny policy when only restrictive existStephen Frost
2015-08-03Make modules/test_ddl_deparse/.gitignore match its siblings.Tom Lane
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-08-03Allow TAP tests to run under MsysAndrew Dunstan
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-30Use appropriate command type when retrieving relation's policies.Joe Conway
2015-07-30Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan
2015-07-29Create new ParseExprKind for use by policy expressions.Joe Conway
2015-07-29Add some test coverage of EvalPlanQual with non-locked tables.Tom Lane
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-29pg_basebackup: Add --slot optionPeter Eisentraut
2015-07-29pg_basebackup: Add tests for -X optionPeter Eisentraut
2015-07-29pg_basebackup: Add tests for -R optionPeter Eisentraut