aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-22
* Partial fix for dropped columns in functions returning composite.Tom Lane2014-07-19
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-11
* Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane2014-07-08
* Back-patch "Fix EquivalenceClass processing for nested append relations".Tom Lane2014-06-26
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-24
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-06-14
* Remove inadvertent copyright violation in largeobject regression test.Tom Lane2014-06-12
* Forward-port regression test for bug #10587 into 9.3 and HEAD.Tom Lane2014-06-09
* Fix breakages of hot standby regression test.Fujii Masao2014-06-06
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-15
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-07
* Fix interval test, which was broken for floating-point timestamps.Jeff Davis2014-05-06
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane2014-05-01
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-30
* Limit overall indentation in rule/view dumps.Tom Lane2014-04-30
* Fix indentation of JOIN clauses in rule/view dumps.Tom Lane2014-04-30
* Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane2014-04-29
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-29
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-29
* 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