summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
Commit message (Expand)AuthorAgeFilesLines
* Further adjustments to PlaceHolderVar removal.Tom Lane2015-08-071-0/+25
* Fix old oversight in join removal logic.Tom Lane2015-08-061-0/+15
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-061-0/+21
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-061-0/+25
* Fix `make installcheck` for serializable transactions.Kevin Grittner2015-08-061-1/+2
* Fix pg_dump to dump shell types.Tom Lane2015-08-041-0/+3
* Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane2015-08-041-0/+31
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-041-0/+165
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-011-0/+50
* Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane2015-07-311-0/+13
* Use appropriate command type when retrieving relation's policies.Joe Conway2015-07-301-0/+40
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-291-0/+31
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-291-0/+9
* Prevent platform-dependent output row ordering in a new test query.Tom Lane2015-07-281-2/+6
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-281-0/+25
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-281-0/+44
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-1/+16
* Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane2015-07-281-0/+26
* Improve RLS handling in copy.cStephen Frost2015-07-271-1/+50
* Fix oversight in flattening of subqueries with empty FROM.Tom Lane2015-07-261-0/+13
* Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane2015-07-261-0/+12
* Check the relevant index element in ON CONFLICT unique index inference.Andres Freund2015-07-261-0/+12
* Fix flattening of nested grouping sets.Andres Freund2015-07-261-0/+29
* Recognize GROUPING() as a aggregate expression.Andres Freund2015-07-261-0/+17
* Build column mapping for grouping sets in all required cases.Andres Freund2015-07-261-0/+4
* Update oidjoins regression test for 9.5.Tom Lane2015-07-251-0/+36
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-252-33/+65
* Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway2015-07-241-0/+49
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-242-3/+22
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-241-0/+13
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-172-0/+10
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-171-0/+30
* Fix entirely broken permissions test in new alter_operator regression test.Tom Lane2015-07-171-5/+3
* Add new function pg_notification_queue_usage.Robert Haas2015-07-171-0/+4
* Remove regression test added on auto-pilot.Robert Haas2015-07-141-1/+0
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-141-0/+64
* Make regression test output stable.Heikki Linnakangas2015-07-141-4/+4
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-141-0/+36
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-111-0/+12
* Improve regression test coverage of table lock modes vs permissions.Joe Conway2015-07-071-0/+84
* Fix some typos in regression test comments.Tom Lane2015-07-052-3/+3
* Add documentation and regression tests concerning rounding of numerics.Tom Lane2015-07-034-0/+40
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-021-0/+13
* Whitespace fix - replace tab with spaces in CREATE TABLE command.Joe Conway2015-07-021-1/+1
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-261-0/+4
* Add transforms to pg_get_object_address and friendsAlvaro Herrera2015-06-211-2/+6
* Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane2015-06-121-0/+33
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-121-0/+1
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-111-15/+15
* Desupport jsonb subscript deletion on objectsAndrew Dunstan2015-06-071-10/+1