summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-07-23Redirect install output of make check into a log fileAndrew Dunstan
2015-07-21Fix location of output logs of pg_regressAndrew Dunstan
2015-07-20Fix mis-merge in previous commitAlvaro Herrera
2015-07-20Add some comments to test_ddl_deparse and a READMEAlvaro Herrera
2015-07-20Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-17Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane
2015-07-17Fix entirely broken permissions test in new alter_operator regression test.Tom Lane
2015-07-17Add new function pg_notification_queue_usage.Robert Haas
2015-07-14Remove regression test added on auto-pilot.Robert Haas
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-07-14Make regression test output stable.Heikki Linnakangas
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-07-11Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-07-07Improve regression test coverage of table lock modes vs permissions.Joe Conway
2015-07-07Fix incorrect path in pg_regress log messages.Fujii Masao
2015-07-07Make RLS related error messages more consistent and compliant.Joe Conway
2015-07-05Fix some typos in regression test comments.Tom Lane
2015-07-03Add documentation and regression tests concerning rounding of numerics.Tom Lane
2015-07-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-07-02Whitespace fix - replace tab with spaces in CREATE TABLE command.Joe Conway
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-26Fix DDL command collection for TRANSFORMAlvaro Herrera
2015-06-26Don't warn about creating temporary or unlogged hash indexes.Robert Haas
2015-06-21Add transforms to pg_get_object_address and friendsAlvaro Herrera
2015-06-19Change TAP test framework to not rely on having a chmod executable.Robert Haas
2015-06-12Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane
2015-06-12Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane
2015-06-11Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan
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