aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane2012-03-25
* Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane2012-03-24
* Honor inputdir and outputdir when converting regression files.Andrew Dunstan2012-03-17
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Attempt to reduce locale dependencies in regression tests.Robert Haas2012-03-07
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Fix pushing of index-expression qualifications through UNION ALL.Tom Lane2012-01-29
* Fix handling of init_plans list in inheritance_planner().Tom Lane2012-01-28
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-04
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-02
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-20
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* Fix random discrepancies between parallel_schedule and serial_schedule.Tom Lane2011-11-08
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-08
* Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane2011-11-03
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-26
* Fix collate.linux.utf8 expected output for recent error message change.Tom Lane2011-10-16
* Fix window functions that sort by expressions involving aggregates.Tom Lane2011-09-26
* Fix another bit of unlogged-table-induced breakage.Robert Haas2011-09-21
* Fix corner case bug in numeric to_char().Tom Lane2011-09-07
* Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera2011-08-25
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane2011-08-18
* Report libpq errors correctly if session setup or teardown steps fail inHeikki Linnakangas2011-08-18
* Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas2011-08-18
* Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas2011-08-18
* Adjust regression tests for error message changePeter Eisentraut2011-08-15
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Unbreak unlogged tables.Robert Haas2011-07-22
* Fix typoPeter Eisentraut2011-07-19
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Message style improvementsPeter Eisentraut2011-07-08
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Message style tweaksPeter Eisentraut2011-07-05
* Alter test results to comply with new ALTER TABLE behaviour.Simon Riggs2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Adjust the alternative expected output file for prepared_xacts test case,Heikki Linnakangas2011-06-21
* Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas2011-06-21
* Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane2011-06-20
* Capitalization fixesPeter Eisentraut2011-06-19
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-15
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Allow domains over arrays to match ANYARRAY parameters again.Tom Lane2011-06-08
* Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane2011-06-07
* Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane2011-06-05