summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-10-15alter_generic regression test cannot run concurrently with privileges test.Tom Lane
2012-10-12Fix oversight in new code for printing rangetable aliases.Tom Lane
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-09Fix lo_export usage in example programs.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-04Fix parse location tracking for lists that can be empty.Tom Lane
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-01Remove collations from generic ALTER testAlvaro Herrera
2012-09-29Add alternative expected output for alter_genericAlvaro Herrera
2012-09-28Add alter_generic regression testAlvaro Herrera
2012-09-22Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
2012-09-21Improve ruleutils.c's heuristics for dealing with rangetable aliases.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-15Adjust largeobject_1.source per buildfarm.Tom Lane
2012-09-14Improve largeobject regression test to show size of object read from file.Tom Lane
2012-09-13Fix case of window function + aggregate + GROUP BY expression.Tom Lane
2012-09-05Fix 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-09-01Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane
2012-09-01Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane
2012-08-31Fix LATERAL references to join alias variables.Tom Lane
2012-08-30Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane
2012-08-30Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane
2012-08-27Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane
2012-08-27Fix up planner infrastructure to support LATERAL properly.Tom Lane
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-08-20Fix typo in comment.Tom Lane
2012-08-19Allow OLD and NEW in multi-row VALUES within rules.Tom Lane
2012-08-18Another round of planner fixes for LATERAL.Tom Lane
2012-08-16Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane
2012-08-16Add SP-GiST support for range types.Heikki Linnakangas
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-12More fixes for planner's handling of LATERAL.Tom Lane
2012-08-11Fix some issues with LATERAL(SELECT UNION ALL SELECT).Tom Lane
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-08Update isolation tests' README file.Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-08-07Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian
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-21Use --nosync during make check's initdb call.Tom Lane