summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add new function pg_notification_queue_usage.Robert Haas2015-07-174-0/+43
* Remove regression test added on auto-pilot.Robert Haas2015-07-142-2/+0
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-144-1/+142
* Make regression test output stable.Heikki Linnakangas2015-07-142-10/+10
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-142-0/+99
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-112-0/+33
* Improve logging of TAP tests.Heikki Linnakangas2015-07-093-22/+104
* Improve regression test coverage of table lock modes vs permissions.Joe Conway2015-07-072-0/+167
* Fix incorrect path in pg_regress log messages.Fujii Masao2015-07-081-3/+3
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-061-1/+1
* Fix some typos in regression test comments.Tom Lane2015-07-055-8/+8
* Add documentation and regression tests concerning rounding of numerics.Tom Lane2015-07-039-0/+144
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-022-0/+44
* Whitespace fix - replace tab with spaces in CREATE TABLE command.Joe Conway2015-07-022-2/+2
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-281-2/+4
* Fix DDL command collection for TRANSFORMAlvaro Herrera2015-06-263-0/+28
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-262-0/+7
* Add transforms to pg_get_object_address and friendsAlvaro Herrera2015-06-212-5/+20
* Change TAP test framework to not rely on having a chmod executable.Robert Haas2015-06-192-2/+16
* Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane2015-06-122-0/+65
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-122-2/+6
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-113-51/+51
* Desupport jsonb subscript deletion on objectsAndrew Dunstan2015-06-073-118/+5
* Get rid of a //-style comment.Tom Lane2015-06-051-2/+1
* Second try at stabilizing query plans in rowsecurity regression test.Tom Lane2015-06-044-28/+24
* Fix brin regression test so it actually tests cidr.Tom Lane2015-06-042-28/+4
* Tighten the per-operator testing done in brin regression test.Tom Lane2015-06-042-104/+458
* Fix brin "char" test to actually test what it meant to test.Tom Lane2015-06-042-2/+2
* Stabilize results of brin regression test.Tom Lane2015-06-042-6/+6
* Stabilize query plans in rowsecurity regression test.Tom Lane2015-06-042-20/+24
* Fix some questionable edge-case behaviors in add_path() and friends.Tom Lane2015-06-031-26/+26
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-313-69/+225
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-292-0/+3
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-272-9/+9
* Suppress occasional failures in brin regression test.Tom Lane2015-05-262-9/+4
* pgindent run for 9.5Bruce Momjian2015-05-237-161/+200
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-232-4/+74
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-212-0/+36
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-193-20/+62
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-192-6/+150
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-192-0/+18
* Fix typos in commentsMagnus Hagander2015-05-172-2/+2
* Fix whitespacePeter Eisentraut2015-05-164-5/+0
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-164-1/+757
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-153-17/+70
* Improve test for CONVERT() with GB18030 <-> UTF8.Tom Lane2015-05-152-10/+10
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-157-1/+338
* Silence another create_index regression test failure.Heikki Linnakangas2015-05-152-16/+16
* Fix outdated src/test/mb/ tests, and add a GB18030 test.Tom Lane2015-05-1510-1/+124
* Silence create_index regression test failure.Heikki Linnakangas2015-05-152-14/+14