summaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAgeFilesLines
* Rearrange the handling of error context reports.Tom Lane2015-09-0511-164/+86
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-042-0/+78
* Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-251-2/+2
* Fix potential platform dependence in gist regression test.Tom Lane2015-08-252-12/+12
* Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-232-5/+5
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-212-30/+119
* Clean up roles from roleattributes testStephen Frost2015-08-212-7/+32
* In AlterRole, make bypassrls an intStephen Frost2015-08-214-1/+323
* Fix a few bogus statement type names in plpgsql error messages.Tom Lane2015-08-183-28/+28
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-152-0/+16
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-142-8/+97
* Improve regression test case to avoid depending on system catalog stats.Tom Lane2015-08-132-64/+22
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-122-0/+65
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-112-0/+78
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-102-0/+38
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-101-2/+3
* Further adjustments to PlaceHolderVar removal.Tom Lane2015-08-072-0/+66
* Fix old oversight in join removal logic.Tom Lane2015-08-062-0/+31
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-062-0/+55
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-062-1/+96
* Fix `make installcheck` for serializable transactions.Kevin Grittner2015-08-062-2/+4
* Fix pg_dump to dump shell types.Tom Lane2015-08-042-0/+5
* Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane2015-08-042-0/+82
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-042-0/+369
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-022-7/+9
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-012-0/+179
* Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane2015-07-312-0/+48
* Use appropriate command type when retrieving relation's policies.Joe Conway2015-07-302-0/+123
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-292-0/+120
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-292-0/+18
* Prevent platform-dependent output row ordering in a new test query.Tom Lane2015-07-282-11/+19
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-282-0/+48
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-282-0/+99
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-283-4/+53
* Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane2015-07-282-0/+74
* Improve RLS handling in copy.cStephen Frost2015-07-272-2/+99
* Fix oversight in flattening of subqueries with empty FROM.Tom Lane2015-07-262-0/+47
* Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane2015-07-262-0/+32
* Check the relevant index element in ON CONFLICT unique index inference.Andres Freund2015-07-262-0/+30
* Fix flattening of nested grouping sets.Andres Freund2015-07-262-0/+150
* Recognize GROUPING() as a aggregate expression.Andres Freund2015-07-262-0/+79
* Build column mapping for grouping sets in all required cases.Andres Freund2015-07-262-0/+27
* Update oidjoins regression test for 9.5.Tom Lane2015-07-252-0/+108
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-258-147/+271
* Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway2015-07-242-0/+156
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-246-7/+98
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-242-0/+34
* Fix location of output logs of pg_regressAndrew Dunstan2015-07-211-6/+6
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-176-0/+98
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-172-0/+92