aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-07
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* Update isolation tests' README file.Tom Lane2012-08-08
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane2012-07-25
* Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan2012-07-20
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-20
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-22
* 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