aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Disable fsync throughout TAP test suites.Noah Misch2015-09-03
* Update the SSL test suite for recent changes to TAP testing framework.Robert Haas2015-09-02
* Flush to show results of TestLib.pm (TAP) test as we go.Kevin Grittner2015-09-01
* Simplify Perl chmod callsPeter Eisentraut2015-08-27
* Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-25
* Fix potential platform dependence in gist regression test.Tom Lane2015-08-25
* Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-23
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-21
* Clean up roles from roleattributes testStephen Frost2015-08-21
* In AlterRole, make bypassrls an intStephen Frost2015-08-21
* Fix a few bogus statement type names in plpgsql error messages.Tom Lane2015-08-18
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-15
* Remove unused expected-output file.Robert Haas2015-08-14
* Reject isolation test specifications with duplicate step names.Robert Haas2015-08-14
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Re-add BRIN isolation testAlvaro Herrera2015-08-13
* Improve regression test case to avoid depending on system catalog stats.Tom Lane2015-08-13
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-11
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-10
* Temporarily(?) remove BRIN isolation test.Tom Lane2015-08-10
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-10
* Fix broken multibyte regression tests.Tatsuo Ishii2015-08-09
* Further adjustments to PlaceHolderVar removal.Tom Lane2015-08-07
* Fix old oversight in join removal logic.Tom Lane2015-08-06
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-06
* Fix `make installcheck` for serializable transactions.Kevin Grittner2015-08-06
* Remove carriage returns from certain tap test output under MsysAndrew Dunstan2015-08-05
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Fix pg_dump to dump shell types.Tom Lane2015-08-04
* Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane2015-08-04
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-04
* RLS: Keep deny policy when only restrictive existStephen Frost2015-08-03
* Make modules/test_ddl_deparse/.gitignore match its siblings.Tom Lane2015-08-03
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Allow TAP tests to run under MsysAndrew Dunstan2015-08-02
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-01
* Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane2015-07-31
* Use appropriate command type when retrieving relation's policies.Joe Conway2015-07-30
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-29
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Add some test coverage of EvalPlanQual with non-locked tables.Tom Lane2015-07-29
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-29
* pg_basebackup: Add --slot optionPeter Eisentraut2015-07-28
* pg_basebackup: Add tests for -X optionPeter Eisentraut2015-07-28
* pg_basebackup: Add tests for -R optionPeter Eisentraut2015-07-28
* Prevent platform-dependent output row ordering in a new test query.Tom Lane2015-07-28