summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2012-07-20Remove prepared transactions from main isolation test schedule.Andrew Dunstan
2012-07-20connoinherit may be true only for CHECK constraintsAlvaro Herrera
2012-07-20Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane
2012-07-10Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-13Revisit error message details for JSON input parsing.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs
2012-06-09Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs
2012-06-05Fix bogus handling of control characters in json_lex_string().Tom Lane
2012-05-24Fix array overrun in regex code.Tom Lane
2012-05-22Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas
2012-05-19Fix incorrect logic in JSON number lexerPeter Eisentraut
2012-05-16Improve error message for ALTER COLUMN TYPE coercion failure.Tom Lane
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-04-30Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane
2012-04-29Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane
2012-04-26Fix oversight in recent parameterized-path patch.Tom Lane