summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-09-23Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch
2013-09-03Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane
2013-08-23In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane
2013-07-31Fix regexp_matches() handling of zero-length matches.Tom Lane
2013-07-30Restore REINDEX constraint validation.Noah Misch
2013-07-19Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2013-07-08Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane
2013-06-19Fix the create_index regression test for Danish collation.Kevin Grittner
2013-06-09Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane
2013-06-06Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane
2013-05-08Revert "Fix permission tests for views/tables proven empty by constraint excl...Tom Lane
2013-05-01Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane
2013-04-29Postpone creation of pathkeys lists to fix bug #8049.Tom Lane
2013-04-07In isolationtester, retry after EINTR return from select(2).Tom Lane
2013-04-03Minor robustness improvements for isolationtester.Tom Lane
2013-03-07Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane
2013-02-08Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-30Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane
2012-12-01Prevent passing gmake's environment variables down through pg_regress.Tom Lane
2012-11-26Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane
2012-11-20Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-11-01Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane
2012-10-24Prevent parser from believing that views have system columns.Tom Lane
2012-10-18Isolation test for DROP INDEX CONCURRENTLYSimon Riggs
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-18Revert tests for drop index concurrently.Simon Riggs
2012-10-18Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane
2012-10-09Fix lo_export usage in example programs.Tom Lane
2012-09-18Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane
2012-09-16Rethink heuristics for choosing index quals for parameterized paths.Tom Lane
2012-09-13Fix case of window function + aggregate + GROUP BY expression.Tom Lane
2012-09-08Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-05Fix serializable mode with index-only scans.Kevin Grittner
2012-09-05Allow isolation tests to specify multiple setup blocks.Kevin Grittner
2012-08-27Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-08-16Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane
2012-08-15Fix rescan logic in nodeCtescan.Tom Lane
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2012-08-08Update isolation tests' README file.Tom Lane
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-07-25Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane
2012-07-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-07-22Fix name collision between concurrent regression tests.Tom Lane
2012-07-20Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan