summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Partial fix for dropped columns in functions returning composite.Tom Lane2014-07-192-0/+86
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-112-0/+28
* Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane2014-07-082-0/+42
* Back-patch "Fix EquivalenceClass processing for nested append relations".Tom Lane2014-06-262-0/+114
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-243-0/+17
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-06-141-8/+103
* Remove inadvertent copyright violation in largeobject regression test.Tom Lane2014-06-123-106/+130
* Forward-port regression test for bug #10587 into 9.3 and HEAD.Tom Lane2014-06-092-0/+129
* Fix breakages of hot standby regression test.Fujii Masao2014-06-063-3/+3
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-152-5/+7
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-072-0/+35
* Fix interval test, which was broken for floating-point timestamps.Jeff Davis2014-05-062-5/+11
* Remove tabs after spaces in C commentsBruce Momjian2014-05-062-10/+10
* Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane2014-05-012-0/+52
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-012-0/+47
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-304-336/+336
* Limit overall indentation in rule/view dumps.Tom Lane2014-04-301-114/+114
* Fix indentation of JOIN clauses in rule/view dumps.Tom Lane2014-04-302-368/+368
* Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane2014-04-292-0/+18
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-291-25/+7
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-291-7/+25
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-062-0/+34
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-3/+3
* Fix handling of wide datetime input/output.Noah Misch2014-02-172-0/+9
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-172-2/+63
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-101-0/+3
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-032-0/+75
* Fix bogus handling of "postponed" lateral quals.Tom Lane2014-01-302-0/+30
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-112-36/+25
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-082-0/+23
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-072-0/+66
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-183-0/+148
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-142-4/+28
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-1112-12/+50
* Add table name to VACUUM statement in matview.c.Kevin Grittner2013-12-112-2/+2
* Fix possible crash with nested SubLinks.Tom Lane2013-12-102-0/+40
* Fix improper abort during update chain lockingAlvaro Herrera2013-12-054-0/+301
* Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera2013-12-051-8/+5
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-022-0/+16
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-291-5/+8
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-222-0/+83
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-152-0/+42
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-117-910/+910
* Re-allow duplicate aliases within aliased JOINs.Tom Lane2013-11-112-0/+36
* Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane2013-11-082-0/+80
* Prevent display of dropped columns in row constraint violation messages.Tom Lane2013-11-072-0/+23
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-072-0/+62
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-062-0/+45