aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-17
* Remove regression test added on auto-pilot.Robert Haas2015-07-14
* Make regression test output stable.Heikki Linnakangas2015-07-14
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-11
* Improve regression test coverage of table lock modes vs permissions.Joe Conway2015-07-07
* Fix incorrect path in pg_regress log messages.Fujii Masao2015-07-08
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-06
* Fix some typos in regression test comments.Tom Lane2015-07-05
* Whitespace fix - replace tab with spaces in CREATE TABLE command.Joe Conway2015-07-02
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-28
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-26
* Add transforms to pg_get_object_address and friendsAlvaro Herrera2015-06-21
* Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane2015-06-12
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-12
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-11
* Desupport jsonb subscript deletion on objectsAndrew Dunstan2015-06-07
* Get rid of a //-style comment.Tom Lane2015-06-05
* Second try at stabilizing query plans in rowsecurity regression test.Tom Lane2015-06-04
* Fix brin regression test so it actually tests cidr.Tom Lane2015-06-04
* Tighten the per-operator testing done in brin regression test.Tom Lane2015-06-04
* Fix brin "char" test to actually test what it meant to test.Tom Lane2015-06-04
* Stabilize results of brin regression test.Tom Lane2015-06-04
* Stabilize query plans in rowsecurity regression test.Tom Lane2015-06-04
* Fix some questionable edge-case behaviors in add_path() and friends.Tom Lane2015-06-03
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-29
* Suppress occasional failures in brin regression test.Tom Lane2015-05-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-23
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-19
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-19
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-19
* Fix typos in commentsMagnus Hagander2015-05-17
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-15
* Improve test for CONVERT() with GB18030 <-> UTF8.Tom Lane2015-05-15
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Silence another create_index regression test failure.Heikki Linnakangas2015-05-15
* Silence create_index regression test failure.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-14
* Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan2015-05-13
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Fix some errors from jsonb functions patch.Andrew Dunstan2015-05-12
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11