aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* pg_regress: Use target-specific variable instead of overriding make rulePeter Eisentraut2012-02-07
* Allow SQL-language functions to reference parameters by name.Tom Lane2012-02-04
* Revert "Add some regression test cases for denormalized float8 input."Tom Lane2012-02-04
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-03
* Add some regression test cases for denormalized float8 input.Tom Lane2012-02-01
* Code review for plpgsql fn_signature patch.Tom Lane2012-02-01
* Built-in JSON data type.Robert Haas2012-01-31
* Print function signature, not just name, in PL/pgSQL error messages.Heikki Linnakangas2012-01-31
* Fix pushing of index-expression qualifications through UNION ALL.Tom Lane2012-01-29
* Fix handling of init_plans list in inheritance_planner().Tom Lane2012-01-28
* Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane2012-01-28
* Show default privileges in information schemaPeter Eisentraut2012-01-27
* Be more clear when a new column name collides with a system column name.Robert Haas2012-01-26
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-26
* Have \copy go through SendQueryAlvaro Herrera2012-01-25
* Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas2012-01-25
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-25
* Adjustments to regression tests for security_barrier views.Robert Haas2012-01-24
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas2012-01-19
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-19
* Regression tests for security_barrier views.Robert Haas2012-01-17
* Detect invalid permutations in isolationtesterAlvaro Herrera2012-01-14
* 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