summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2013-10-16Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-13Tweak "line" test to avoid platform-specific floating-point outputPeter Eisentraut
2013-10-10Update regression tests for line type patchPeter Eisentraut
2013-10-10json_typeof function.Andrew Dunstan
2013-10-10Revive line typePeter Eisentraut
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-08Allow drop-index-concurrently-1 test to run at any isolation level.Kevin Grittner
2013-10-08Auto-tune effective_cache size to be 4x shared buffersBruce Momjian
2013-10-07Make DISCARD SEQUENCES also discard the last used sequence.Robert Haas
2013-10-07plpgsql: Add new option print_strict_params.Robert Haas
2013-10-04add multixact-no-deadlock to scheduleAlvaro Herrera
2013-10-04Make some isolationtester specs more completeAlvaro Herrera
2013-10-04isolationtester: Allow tuples to be returned in more placesAlvaro Herrera
2013-10-04Issue error on SET outside transaction block in some casesBruce Momjian
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-10-03psql: Make \pset without arguments show all settings.Robert Haas
2013-09-23Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-09-03Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane