summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane2012-01-285-38/+176
* Show default privileges in information schemaPeter Eisentraut2012-01-272-8/+8
* Be more clear when a new column name collides with a system column name.Robert Haas2012-01-263-1/+5
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-261-1/+1
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-261-1/+1
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-262-17/+0
* Have \copy go through SendQueryAlvaro Herrera2012-01-252-2/+43
* Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas2012-01-252-0/+17
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-252-0/+181
* Adjustments to regression tests for security_barrier views.Robert Haas2012-01-243-86/+96
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-236-0/+155
* Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas2012-01-192-0/+52
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-191-2/+2
* Regression tests for security_barrier views.Robert Haas2012-01-173-0/+636
* Detect invalid permutations in isolationtesterAlvaro Herrera2012-01-141-1/+47
* Avoid NULL pointer dereference in isolationtesterAlvaro Herrera2012-01-141-3/+5
* Tweak duplicate-index-column regression test to avoid locale sensitivity.Tom Lane2012-01-122-6/+6
* Validate number of steps specified in permutationAlvaro Herrera2012-01-111-1/+8
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-102-0/+39
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-078-386/+390
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-052-0/+7
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-042-0/+40
* Another fix for pg_regress: Replace exit_nicely() with exit() plusPeter Eisentraut2012-01-021-1/+1
* pg_regress: Replace exit_nicely() with exit() plus atexit() hookPeter Eisentraut2012-01-023-57/+47
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-022-0/+8
* Update copyright notices for year 2012.Bruce Momjian2012-01-0111-11/+11
* Adjust SP-GiST regression tests to be less locale-sensitive.Tom Lane2011-12-292-65/+65
* Improve planner's handling of duplicated index column expressions.Tom Lane2011-12-234-2/+43
* Add bytea_agg, parallel to string_agg.Robert Haas2011-12-232-0/+38
* Add a security_barrier option for views.Robert Haas2011-12-222-1/+87
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-222-0/+17
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-202-0/+14
* Add support for privileges on typesPeter Eisentraut2011-12-202-1/+239
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-194-19/+66
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-191-59/+59
* Remove bogus entries in gist point_ops operator class.Tom Lane2011-12-171-8/+2
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-176-40/+1416
* Don't leave regress_test_role_super lying around.Robert Haas2011-12-152-0/+2
* Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas2011-12-142-0/+237
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-0/+3
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-092-0/+39
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-072-50/+38
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-012-0/+36
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-297-0/+20
* When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane2011-11-294-0/+37
* Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane2011-11-271-2/+1
* Add pg_upgrade test suitePeter Eisentraut2011-11-271-1/+1
* Remove zero- and one-argument range constructor functions.Tom Lane2011-11-222-15/+15
* Improve implementation of range-contains-element tests.Tom Lane2011-11-221-2/+1
* Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.Robert Haas2011-11-222-0/+76