summaryrefslogtreecommitdiff
path: root/src/test/regress/output
AgeCommit message (Expand)Author
2017-08-22Accept regression differences in largeobject test casePavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-07-17Merge large_object.sql test into largeobject.source.Tom Lane
2017-07-16Remove check of old-style C functions from misc testTomas Vondra
2017-06-28Correct expected output for tablespace test casePavan Deolasee
2017-06-14Revert "Handle multi-command SQL strings correctly even when there are 'null'...Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-30Fix improper quoting of format_type_be() output.Tom Lane
2017-05-05Update expected output issues in misc test suiteTomas Vondra
2017-05-05Remove unnecessary output variants for misc testsTomas Vondra
2017-05-05Handle multi-command SQL strings correctly even when there are 'null' sqlPavan Deolasee
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-03-05fix failures in 'largeobject' tests due to changed role nameTomas Vondra
2017-02-12Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch
2017-01-25Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane
2016-11-24Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.Tom Lane
2016-11-23Make sure ALTER TABLE preserves index tablespaces.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-26Ensure a few policies remain for pg_upgradeStephen Frost
2016-10-26Fix a few regression test failures post cherry picking of patches.Pavan Deolasee
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18Add support for pushdown of Append and MergeAppend nodes.Pavan Deolasee
2016-10-18Test output and sql changesPallavi Sontakke
2016-10-18Test output and sql changesPallavi Sontakke
2016-10-18Test output changesPallavi Sontakke
2016-10-18Test output and sql changesPallavi Sontakke
2016-10-18Test output and sql changes.Pallavi Sontakke
2016-09-13Remove user_relns() SRF from regression tests.Andres Freund
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-04-15Use less-generic names in matview.sql.Tom Lane
2016-01-09Add STRICT to some C functions created by the regression tests.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-10-13Improve INSERT .. ON CONFLICT error message.Robert Haas
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-09-28Ensure a few policies remain for pg_upgradeStephen Frost
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-25Change expected output for the test case 'tablespace'Pavan Deolasee
2015-06-10Fix expected output for the testcase 'xc_groupby'Pavan Deolasee
2015-06-10Fix a few expected output diffs in test case constraintsPavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-15Use the "detailed" error messages present inside the combinerNikhil Sontakke
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2014-12-01Move security_label testAlvaro Herrera
2014-11-19Add test cases for indexam operations not currently covered.Heikki Linnakangas