aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql
Commit message (Expand)AuthorAge
* Fix typosPeter Eisentraut2016-08-16
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-11
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-08
* Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch2016-08-08
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-05
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-05
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-03
* Fix tqueue.c's range-remapping code.Tom Lane2016-07-29
* Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas2016-07-29
* Allow functions that return sets of tuples to return simple NULLs.Tom Lane2016-07-26
* Change various deparsing functions to return NULL for invalid input.Robert Haas2016-07-26
* Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane2016-07-26
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-22
* Make core regression tests safe for Danish locale.Tom Lane2016-07-21
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Improve test case exercising the sorting path for hash index build.Tom Lane2016-07-16
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-16
* Fix parsing NOT sequence in tsqueryTeodor Sigaev2016-07-15
* Fix nested NOT operation cleanup in tsquery.Teodor Sigaev2016-07-15
* Minor test adjustment.Tom Lane2016-07-13
* Add a regression test case to improve code coverage for tuplesort.Tom Lane2016-07-13
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-04
* Fix failure to mark all aggregates with appropriate transtype.Tom Lane2016-07-02
* Fix some interrelated planner issues with initPlans and Param munging.Tom Lane2016-07-01
* Set consider_parallel correctly for upper planner rels.Robert Haas2016-07-01
* Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.Tom Lane2016-06-29
* Don't apply sortgroupref labels to a tlist that might not match.Tom Lane2016-06-28
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-27
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-27
* Make exact distance match for FTS phrase operatorTeodor Sigaev2016-06-27
* Update oidjoins regression test for 9.6.Tom Lane2016-06-22
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-22
* Improve cleanup in rolenames testPeter Eisentraut2016-06-21
* Still another try at fixing scanjoin_target insertion into parallel plans.Tom Lane2016-06-18
* Try again to fix the way the scanjoin_target is used with partial paths.Robert Haas2016-06-17
* Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.Robert Haas2016-06-17
* Remove PID from 'parallel worker' context message.Robert Haas2016-06-17
* Attempt to fix broken regression test.Robert Haas2016-06-17
* Add regression test for 04ae11f62e643e07c411c4935ea6af46cb112aa9.Robert Haas2016-06-16
* Fix regression test for force_parallel_mode=on.Robert Haas2016-06-15
* Test parallel query essentials in "make check".Noah Misch2016-06-07
* Make psql_crosstab plans more stableAlvaro Herrera2016-06-07
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Fix various common mispellings.Greg Stark2016-06-03
* Fix DROP ACCESS METHOD IF EXISTS.Tom Lane2016-05-27
* Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane2016-05-26
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Remove various special checks around default rolesStephen Frost2016-05-06