aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan2015-07-28
* Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane2015-07-28
* Improve RLS handling in copy.cStephen Frost2015-07-27
* Fix oversight in flattening of subqueries with empty FROM.Tom Lane2015-07-26
* Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane2015-07-26
* Check the relevant index element in ON CONFLICT unique index inference.Andres Freund2015-07-26
* Fix flattening of nested grouping sets.Andres Freund2015-07-26
* Recognize GROUPING() as a aggregate expression.Andres Freund2015-07-26
* Build column mapping for grouping sets in all required cases.Andres Freund2015-07-26
* Update oidjoins regression test for 9.5.Tom Lane2015-07-25
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway2015-07-24
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-24
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-24
* Redirect install output of make check into a log fileAndrew Dunstan2015-07-23
* Fix location of output logs of pg_regressAndrew Dunstan2015-07-21
* Fix mis-merge in previous commitAlvaro Herrera2015-07-20
* Add some comments to test_ddl_deparse and a READMEAlvaro Herrera2015-07-20
* Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas2015-07-20
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-17
* Fix entirely broken permissions test in new alter_operator regression test.Tom Lane2015-07-17
* Add new function pg_notification_queue_usage.Robert Haas2015-07-17
* Remove regression test added on auto-pilot.Robert Haas2015-07-14
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-14
* Make regression test output stable.Heikki Linnakangas2015-07-14
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-11
* Improve logging of TAP tests.Heikki Linnakangas2015-07-09
* Improve regression test coverage of table lock modes vs permissions.Joe Conway2015-07-07
* Fix incorrect path in pg_regress log messages.Fujii Masao2015-07-08
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-06
* Fix some typos in regression test comments.Tom Lane2015-07-05
* Add documentation and regression tests concerning rounding of numerics.Tom Lane2015-07-03