aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* 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
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* When converting a table to a view, remove its system columns.Tom Lane2012-10-24
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* alter_generic regression test cannot run concurrently with privileges test.Tom Lane2012-10-15
* Fix oversight in new code for printing rangetable aliases.Tom Lane2012-10-12
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-11
* Code review for 64-bit-large-object patch.Tom Lane2012-10-08
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Fix parse location tracking for lists that can be empty.Tom Lane2012-10-04
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-03
* Remove collations from generic ALTER testAlvaro Herrera2012-10-01
* Add alternative expected output for alter_genericAlvaro Herrera2012-09-29
* Add alter_generic regression testAlvaro Herrera2012-09-28
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-22
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2012-09-18
* Rethink heuristics for choosing index quals for parameterized paths.Tom Lane2012-09-16
* Adjust largeobject_1.source per buildfarm.Tom Lane2012-09-15
* Improve largeobject regression test to show size of object read from file.Tom Lane2012-09-14
* Fix case of window function + aggregate + GROUP BY expression.Tom Lane2012-09-13
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05
* Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane2012-09-01
* Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane2012-09-01
* Fix LATERAL references to join alias variables.Tom Lane2012-08-31
* Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane2012-08-30
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane2012-08-27
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Fix typo in comment.Tom Lane2012-08-19
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* Another round of planner fixes for LATERAL.Tom Lane2012-08-18
* Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane2012-08-16
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-16
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-12
* Fix some issues with LATERAL(SELECT UNION ALL SELECT).Tom Lane2012-08-11
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-07
* 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
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Fix name collision between concurrent regression tests.Tom Lane2012-07-22
* Use --nosync during make check's initdb call.Tom Lane2012-07-21