summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-12-18Don't ignore tuple locks propagated by our updatesAlvaro Herrera
2013-12-15Allow empty target list in SELECT.Tom Lane
2013-12-14Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane
2013-12-12Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane
2013-12-11Regression tests for SCHEMA commandsSimon Riggs
2013-12-11Regression tests for ALTER TABLESPACE RENAME,OWNERSimon Riggs
2013-12-11Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane
2013-12-11Add table name to VACUUM statement in matview.c.Kevin Grittner
2013-12-10Fix possible crash with nested SubLinks.Tom Lane
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-12-05Fix improper abort during update chain lockingAlvaro Herrera
2013-12-05Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera
2013-12-04build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian
2013-12-03Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane
2013-11-30Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-11-27Implement information_schema.parameters.parameter_default columnPeter Eisentraut
2013-11-26Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian
2013-11-22Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-11-17Add make_date() and make_time() functions.Tom Lane
2013-11-16Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane
2013-11-16Allow aggregates to provide estimates of their transition state data size.Tom Lane
2013-11-15Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane
2013-11-15Prevent leakage of cached plans and execution trees in plpgsql DO blocks.Tom Lane
2013-11-15Fix buffer overrun in isolation test program.Kevin Grittner
2013-11-14Add a regression test case for \d on an index.Tom Lane
2013-11-13Free ignorelist after each regression test schedule.Kevin Grittner
2013-11-12Try again to make pg_isolation_regress work its build directory.Robert Haas
2013-11-11Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane
2013-11-11Re-allow duplicate aliases within aliased JOINs.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Fix pg_isolation_regress to work outside its build directory.Robert Haas
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-11-08Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane
2013-11-07Prevent display of dropped columns in row constraint violation messages.Tom Lane
2013-11-07Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane
2013-11-06Support default arguments and named-argument notation for window functions.Tom Lane
2013-11-04Fix breakage of MV column name list usage.Kevin Grittner
2013-11-02Fix subquery reference to non-populated MV in CMV.Kevin Grittner
2013-11-01Remove CTimeZone/HasCTZSet, root and branch.Tom Lane
2013-11-01Remove internal uses of CTimeZone/HasCTZSet.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-28Add large object functions catering to SQL callers.Noah Misch
2013-10-26Use unaligned output in selected regression queries to reduce diff noise.Tom Lane
2013-10-25Revert "Tweak "line" test to avoid negative zeros on some platforms"Tom Lane
2013-10-25Tweak "line" test to avoid negative zeros on some platformsPeter Eisentraut
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas