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