summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2015-07-29Prevent platform-dependent output row ordering in a new test query.Tom Lane
2015-07-28Disallow converting a table to a view if row security is present.Joe Conway
2015-07-28Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
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-27Improve RLS handling in copy.cStephen Frost
2015-07-26Fix oversight in flattening of subqueries with empty FROM.Tom Lane
2015-07-26Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane
2015-07-26Check the relevant index element in ON CONFLICT unique index inference.Andres Freund
2015-07-26Fix flattening of nested grouping sets.Andres Freund
2015-07-26Recognize GROUPING() as a aggregate expression.Andres Freund
2015-07-26Build column mapping for grouping sets in all required cases.Andres Freund
2015-07-25Update oidjoins regression test for 9.5.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-24Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-07-23Redirect install output of make check into a log fileAndrew Dunstan
2015-07-21Fix location of output logs of pg_regressAndrew Dunstan
2015-07-20Fix mis-merge in previous commitAlvaro Herrera
2015-07-20Add some comments to test_ddl_deparse and a READMEAlvaro Herrera
2015-07-20Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-17Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane
2015-07-17Fix entirely broken permissions test in new alter_operator regression test.Tom Lane