aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* 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