summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-112-36/+25
* Add another regression test cross-checking operator and function comments.Tom Lane2014-01-112-6/+52
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-082-0/+23
* Update copyright for 2014Bruce Momjian2014-01-0712-12/+12
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-072-0/+66
* Add more use of psprintf()Peter Eisentraut2014-01-061-5/+1
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-302-0/+59
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-236-28/+462
* isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera2013-12-191-1/+5
* Make stdout unbufferedAlvaro Herrera2013-12-191-8/+3
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-183-0/+148
* Allow empty target list in SELECT.Tom Lane2013-12-142-24/+14
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-142-4/+28
* Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane2013-12-124-12/+20
* Regression tests for SCHEMA commandsSimon Riggs2013-12-114-14/+81
* Regression tests for ALTER TABLESPACE RENAME,OWNERSimon Riggs2013-12-112-2/+27
* 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
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-102-71/+71
* 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
* build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian2013-12-041-4/+4
* 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
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-282-0/+62
* Implement information_schema.parameters.parameter_default columnPeter Eisentraut2013-11-262-1/+56
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-252-3/+3
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-222-0/+83
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-212-280/+763
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-181-1/+1
* Add make_date() and make_time() functions.Tom Lane2013-11-172-0/+37
* Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane2013-11-162-0/+73
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-164-4/+4
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-152-0/+42
* Prevent leakage of cached plans and execution trees in plpgsql DO blocks.Tom Lane2013-11-152-0/+49
* Fix buffer overrun in isolation test program.Kevin Grittner2013-11-151-1/+9
* Add a regression test case for \d on an index.Tom Lane2013-11-142-0/+18
* Free ignorelist after each regression test schedule.Kevin Grittner2013-11-131-0/+2
* Try again to make pg_isolation_regress work its build directory.Robert Haas2013-11-121-7/+26
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-118-643/+643
* Re-allow duplicate aliases within aliased JOINs.Tom Lane2013-11-112-0/+36
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-1012-41/+40
* Fix pg_isolation_regress to work outside its build directory.Robert Haas2013-11-085-6/+21
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-084-1/+264
* 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
* Fix breakage of MV column name list usage.Kevin Grittner2013-11-042-0/+36