aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Avoid NULL pointer dereference in isolationtesterAlvaro Herrera2012-01-14
* Tweak duplicate-index-column regression test to avoid locale sensitivity.Tom Lane2012-01-12
* Validate number of steps specified in permutationAlvaro Herrera2012-01-11
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-10
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-04
* Another fix for pg_regress: Replace exit_nicely() with exit() plusPeter Eisentraut2012-01-02
* pg_regress: Replace exit_nicely() with exit() plus atexit() hookPeter Eisentraut2012-01-02
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-02
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Adjust SP-GiST regression tests to be less locale-sensitive.Tom Lane2011-12-29
* Improve planner's handling of duplicated index column expressions.Tom Lane2011-12-23
* Add bytea_agg, parallel to string_agg.Robert Haas2011-12-23
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-22
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-20
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-19
* Remove bogus entries in gist point_ops operator class.Tom Lane2011-12-17
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Don't leave regress_test_role_super lying around.Robert Haas2011-12-15
* Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas2011-12-14
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-10
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-29
* When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane2011-11-29
* Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane2011-11-27
* Add pg_upgrade test suitePeter Eisentraut2011-11-27
* Remove zero- and one-argument range constructor functions.Tom Lane2011-11-22
* Improve implementation of range-contains-element tests.Tom Lane2011-11-22
* Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.Robert Haas2011-11-22
* Still more review for range-types patch.Tom Lane2011-11-22
* More code review for rangetypes patch.Tom Lane2011-11-21
* Further review of range-types patch.Tom Lane2011-11-18
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Declare range inclusion operators as taking anyelement not anynonarray.Tom Lane2011-11-17
* Fix range_cmp_bounds for the case of equal-valued exclusive bounds.Tom Lane2011-11-17
* Code review for range-types catalog entries.Tom Lane2011-11-16
* Fix alignment and toasting bugs in range types.Tom Lane2011-11-14
* Update oidjoins regression test to match git HEAD.Tom Lane2011-11-14
* Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane2011-11-14
* Fix copyright notices, other minor editing in new range-types code.Tom Lane2011-11-14
* Tweak new regression test case for more portability.Tom Lane2011-11-09
* 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
* On second thought, we'd better just drop these tests altogether.Tom Lane2011-11-06