summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-31Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane
2012-12-21Make some messages more consistent in stylePeter Eisentraut
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-07Correct xmax test for COPY FREEZESimon Riggs
2012-12-07Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs
2012-12-07Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane
2012-12-02Reduce scope of changes for COPY FREEZE.Simon Riggs
2012-12-01Prevent passing gmake's environment variables down through pg_regress.Tom Lane
2012-12-01Allow adding values to an enum type created in the current transaction.Tom Lane
2012-12-01Second tweak of COPY FREEZESimon Riggs
2012-12-01Tweak tests in COPY FREEZESimon Riggs
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-30Move long_options structures to the top of main() functions, forBruce Momjian
2012-11-26Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-11-01Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane
2012-10-26Throw error if expiring tuple is again updated or deleted.Kevin Grittner
2012-10-24When converting a table to a view, remove its system columns.Tom Lane
2012-10-18Isolation test for DROP INDEX CONCURRENTLYSimon Riggs
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-18Revert tests for drop index concurrently.Simon Riggs
2012-10-18Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs
2012-10-15alter_generic regression test cannot run concurrently with privileges test.Tom Lane
2012-10-12Fix oversight in new code for printing rangetable aliases.Tom Lane
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-09Fix lo_export usage in example programs.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-04Fix parse location tracking for lists that can be empty.Tom Lane
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-01Remove collations from generic ALTER testAlvaro Herrera
2012-09-29Add alternative expected output for alter_genericAlvaro Herrera
2012-09-28Add alter_generic regression testAlvaro Herrera
2012-09-22Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
2012-09-21Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane
2012-09-18Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane
2012-09-16Rethink heuristics for choosing index quals for parameterized paths.Tom Lane
2012-09-15Adjust largeobject_1.source per buildfarm.Tom Lane
2012-09-14Improve largeobject regression test to show size of object read from file.Tom Lane
2012-09-13Fix case of window function + aggregate + GROUP BY expression.Tom Lane
2012-09-05Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-05Fix serializable mode with index-only scans.Kevin Grittner
2012-09-05Allow isolation tests to specify multiple setup blocks.Kevin Grittner
2012-09-01Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane
2012-09-01Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane
2012-08-31Fix LATERAL references to join alias variables.Tom Lane