aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-27
* 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
* Fix whitespacePeter Eisentraut2015-05-16
* 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
* Fix outdated src/test/mb/ tests, and add a GB18030 test.Tom Lane2015-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" test_ddl_deparse regress test scheduleAlvaro Herrera2015-05-12
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-05
* Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane2015-05-03
* Deparse named arguments to use the new => operator instead of :=Robert Haas2015-05-01
* Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29