aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane2013-06-09
* Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane2013-06-05
* Minor robustness improvements for isolationtester.Tom Lane2013-04-02
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-30
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-01
* 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
* Prevent parser from believing that views have system columns.Tom Lane2012-10-24
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-11
* Fix lo_export usage in example programs.Tom Lane2012-10-08
* 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