aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Further hacking on ruleutils' new column-alias-assignment code.Tom Lane2013-07-23
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane2013-07-18
* Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane2013-07-07
* Rename a function to avoid naming conflict in parallel regression tests.Tom Lane2013-07-06
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Fix handling of auto-updatable views on inherited tables.Tom Lane2013-07-03
* Expose object name error fields in PL/pgSQL.Noah Misch2013-07-03
* Fix the create_index regression test for Danish collation.Kevin Grittner2013-06-19
* Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan2013-06-12
* Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane2013-06-09
* Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan2013-06-08
* Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane2013-06-05
* Don't emit non-canonical empty arrays in array_remove().Noah Misch2013-05-31
* Remove whitespace from end of linesPeter Eisentraut2013-05-30
* Remove unused regression test files.Heikki Linnakangas2013-05-18
* Fix crash when trying to display a NOTIFY rule action.Tom Lane2013-05-16
* Fix some uses of "the quick brown fox".Tom Lane2013-05-16
* Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane2013-05-12
* Update collate.linux.utf8.out for ruleutils.c line-wrapping changes.Tom Lane2013-05-08
* Better fix for permissions tests in excluded subqueries.Tom Lane2013-05-08
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Disallow unlogged materialized views.Tom Lane2013-05-06
* Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner2013-05-02
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-01
* Add regression test for bug fixed by recent refactoring.Kevin Grittner2013-04-30
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Fix collation assignment for aggregates with ORDER BY.Tom Lane2013-04-26
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Add serial commaPeter Eisentraut2013-04-14
* Remove quotes around SQL statement in error messageAlvaro Herrera2013-04-11
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Fix "element <@ range" cost estimation.Heikki Linnakangas2013-03-21
* Use ORDER BY on matview definitions were needed for stable plans.Kevin Grittner2013-03-19
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-14
* Avoid inserting no-op Limit plan nodes.Tom Lane2013-03-14
* Add regression test for MV join to view.Kevin Grittner2013-03-14
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Add regression tests for XML mapping of domainsPeter Eisentraut2013-03-13
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* JSON generation improvements.Andrew Dunstan2013-03-10
* SP-GiST support of the range adjacent operator -|-Heikki Linnakangas2013-03-08
* Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane2013-03-07
* Add a materialized view relations.Kevin Grittner2013-03-03
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-03
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08