summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-151-7/+7
* Update copyrights for 2013Bruce Momjian2013-01-0112-12/+12
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-312-56/+481
* Make some messages more consistent in stylePeter Eisentraut2012-12-211-4/+4
* Support automatically-updatable views.Tom Lane2012-12-086-22/+1582
* Correct xmax test for COPY FREEZESimon Riggs2012-12-071-5/+5
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-072-3/+17
* Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane2012-12-062-0/+244
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-022-31/+48
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-011-0/+13
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-012-0/+51
* Second tweak of COPY FREEZESimon Riggs2012-12-011-1/+0
* Tweak tests in COPY FREEZESimon Riggs2012-12-012-6/+10
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-012-0/+184
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-301-7/+7
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-262-0/+44
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-197-0/+118
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-052-0/+29
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-011-8/+6
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-262-0/+349
* When converting a table to a view, remove its system columns.Tom Lane2012-10-242-0/+37
* Isolation test for DROP INDEX CONCURRENTLYSimon Riggs2012-10-183-0/+79
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-182-0/+103
* Revert tests for drop index concurrently.Simon Riggs2012-10-185-116/+0
* Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs2012-10-185-0/+116
* alter_generic regression test cannot run concurrently with privileges test.Tom Lane2012-10-152-4/+8
* Fix oversight in new code for printing rangetable aliases.Tom Lane2012-10-122-0/+35
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-112-0/+32
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-14/+0
* Fix lo_export usage in example programs.Tom Lane2012-10-082-3/+3
* Code review for 64-bit-large-object patch.Tom Lane2012-10-084-53/+108
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-074-1/+426
* Fix parse location tracking for lists that can be empty.Tom Lane2012-10-041-2/+2
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-032-0/+22
* Remove collations from generic ALTER testAlvaro Herrera2012-10-013-621/+10
* Add alternative expected output for alter_genericAlvaro Herrera2012-09-292-2/+547
* Add alter_generic regression testAlvaro Herrera2012-09-284-1/+964
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-222-8/+4
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-222-0/+42
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-218-96/+525
* Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2012-09-182-0/+69
* Rethink heuristics for choosing index quals for parameterized paths.Tom Lane2012-09-162-13/+13
* Adjust largeobject_1.source per buildfarm.Tom Lane2012-09-151-1/+1
* Improve largeobject regression test to show size of object read from file.Tom Lane2012-09-143-0/+37
* Fix case of window function + aggregate + GROUP BY expression.Tom Lane2012-09-132-0/+18
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-052-0/+35
* Fix serializable mode with index-only scans.Kevin Grittner2012-09-043-0/+88
* Allow isolation tests to specify multiple setup blocks.Kevin Grittner2012-09-044-8/+35
* Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane2012-09-012-5/+7
* Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane2012-09-012-0/+51