summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-06-08Desupport jsonb subscript deletion on objectsAndrew Dunstan
2015-06-05Get rid of a //-style comment.Tom Lane
2015-06-04Second try at stabilizing query plans in rowsecurity regression test.Tom Lane
2015-06-04Fix brin regression test so it actually tests cidr.Tom Lane
2015-06-04Tighten the per-operator testing done in brin regression test.Tom Lane
2015-06-04Fix brin "char" test to actually test what it meant to test.Tom Lane
2015-06-04Stabilize results of brin regression test.Tom Lane
2015-06-04Stabilize query plans in rowsecurity regression test.Tom Lane
2015-06-03Fix some questionable edge-case behaviors in add_path() and friends.Tom Lane
2015-06-01Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan
2015-05-29Check that all aliases of a built-in function have same leakproof property.Tom Lane
2015-05-27Fix portability issue in isolationtester grammar.Tom Lane
2015-05-26Suppress occasional failures in brin regression test.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-23Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund
2015-05-21More fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-19Various fixes around ON CONFLICT for rule deparsing.Andres Freund
2015-05-19Avoid collation dependence in indexes of system catalogs.Tom Lane
2015-05-18Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-17Fix whitespacePeter Eisentraut
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera
2015-05-15Improve test for CONVERT() with GB18030 <-> UTF8.Tom Lane
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Silence another create_index regression test failure.Heikki Linnakangas
2015-05-15Fix outdated src/test/mb/ tests, and add a GB18030 test.Tom Lane
2015-05-15Silence create_index regression test failure.Heikki Linnakangas
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-15Add pg_settings.pending_restart columnPeter Eisentraut
2015-05-13Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan
2015-05-12Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund
2015-05-12Fix some errors from jsonb functions patch.Andrew Dunstan
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-12"Fix" test_ddl_deparse regress test scheduleAlvaro Herrera
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-05-03Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane
2015-05-01Deparse named arguments to use the new => operator instead of :=Robert Haas
2015-04-30Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-27Improve qual pushdown for RLS and SB viewsStephen Frost
2015-04-26Add transforms featurePeter Eisentraut