aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-06
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-10
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-03
* Fix bogus handling of "postponed" lateral quals.Tom Lane2014-01-30
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-07
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-18
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-14
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-11
* Add table name to VACUUM statement in matview.c.Kevin Grittner2013-12-11
* Fix possible crash with nested SubLinks.Tom Lane2013-12-10
* Fix improper abort during update chain lockingAlvaro Herrera2013-12-05
* Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera2013-12-05
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-29
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-15
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-11
* Re-allow duplicate aliases within aliased JOINs.Tom Lane2013-11-11
* Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane2013-11-08
* Prevent display of dropped columns in row constraint violation messages.Tom Lane2013-11-07
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-07
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-06
* Fix breakage of MV column name list usage.Kevin Grittner2013-11-04
* Fix subquery reference to non-populated MV in CMV.Kevin Grittner2013-11-02
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* add multixact-no-deadlock to scheduleAlvaro Herrera2013-10-04
* Make some isolationtester specs more completeAlvaro Herrera2013-10-04
* isolationtester: Allow tuples to be returned in more placesAlvaro Herrera2013-10-04
* Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch2013-09-23
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-03
* Improve regression test for #8410.Tom Lane2013-08-30
* Add test case for bug #8410.Tom Lane2013-08-30
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.Tom Lane2013-08-19
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Improve error message when view is not updatablePeter Eisentraut2013-08-14
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-14
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-02
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* Restore REINDEX constraint validation.Noah Misch2013-07-30
* 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