summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix breakage of MV column name list usage.Kevin Grittner2013-11-042-0/+32
* Fix subquery reference to non-populated MV in CMV.Kevin Grittner2013-11-022-0/+12
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-012-0/+46
* add multixact-no-deadlock to scheduleAlvaro Herrera2013-10-041-0/+1
* Make some isolationtester specs more completeAlvaro Herrera2013-10-049-118/+692
* isolationtester: Allow tuples to be returned in more placesAlvaro Herrera2013-10-041-2/+10
* Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch2013-09-231-1/+1
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-032-0/+34
* Improve regression test for #8410.Tom Lane2013-08-302-33/+32
* Add test case for bug #8410.Tom Lane2013-08-302-0/+61
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-232-0/+18
* Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.Tom Lane2013-08-192-8/+77
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-172-39/+265
* Improve error message when view is not updatablePeter Eisentraut2013-08-141-20/+20
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-142-0/+65
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-092-10/+10
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-024-0/+11
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-312-0/+65
* Restore REINDEX constraint validation.Noah Misch2013-07-302-7/+30
* Further hacking on ruleutils' new column-alias-assignment code.Tom Lane2013-07-232-0/+41
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-232-0/+42
* Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane2013-07-182-0/+20
* Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane2013-07-072-0/+55
* Rename a function to avoid naming conflict in parallel regression tests.Tom Lane2013-07-062-64/+64
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-051-1/+1
* Fix handling of auto-updatable views on inherited tables.Tom Lane2013-07-032-0/+132
* Expose object name error fields in PL/pgSQL.Noah Misch2013-07-032-0/+66
* Fix the create_index regression test for Danish collation.Kevin Grittner2013-06-192-8/+8
* Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan2013-06-123-3/+988
* Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane2013-06-092-0/+69
* Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan2013-06-082-0/+31
* Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane2013-06-052-0/+130
* Don't emit non-canonical empty arrays in array_remove().Noah Misch2013-05-312-0/+7
* Remove whitespace from end of linesPeter Eisentraut2013-05-302-12/+12
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Remove unused regression test files.Heikki Linnakangas2013-05-1813-1180/+0
* Fix crash when trying to display a NOTIFY rule action.Tom Lane2013-05-162-0/+5
* Fix some uses of "the quick brown fox".Tom Lane2013-05-162-72/+69
* Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane2013-05-122-0/+10
* Update collate.linux.utf8.out for ruleutils.c line-wrapping changes.Tom Lane2013-05-081-5/+13
* Better fix for permissions tests in excluded subqueries.Tom Lane2013-05-082-0/+30
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-084-181/+181
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-063-13/+13
* Disallow unlogged materialized views.Tom Lane2013-05-062-73/+3
* Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner2013-05-022-0/+32
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-014-19/+9
* Add regression test for bug fixed by recent refactoring.Kevin Grittner2013-04-302-0/+19
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-292-0/+46
* Fix collation assignment for aggregates with ORDER BY.Tom Lane2013-04-262-0/+28
* Clean up references to SQL92Peter Eisentraut2013-04-208-14/+14