Commit Graph

  • 712de37bce !100 MOT fixes in gs_dump and gs_ctl Merge pull request !100 from Vinoth/master opengauss-bot 2020-08-13 15:08:42 +08:00
  • 7504792cf2 !95 Add merging/spliting to interval partitioned table. Merge pull request !95 from ddwolf/add_merging_splitting_to_interval_tables opengauss-bot 2020-08-13 15:07:38 +08:00
  • fb617c6676 MOT fixes in gs_dump and gs_ctl Vinoth 2020-08-13 11:45:53 +08:00
  • 25b3f72fd2 !97 功能添加:AlterSystemSet语法修改guc参数 Merge pull request !97 from gentle_hu/master opengauss-bot 2020-08-13 09:47:01 +08:00
  • 32f2735a38 modify test case to fix CI gentle_hu 2020-08-12 22:49:27 +08:00
  • 5bbb6f0941 GTT alter table enhancement wangzhijun2018 2020-08-12 15:08:21 +08:00
  • 2ee8de1eeb fix could not open csnlog file when do vacuum xiong_xjun 2020-08-12 10:31:01 +08:00
  • 36ef69d49a add: AlterSystemSet gentle_hu 2020-08-12 00:29:42 +08:00
  • 5eaa986a1e !96 Fix alter_table_modify that success to change data type or constraint of one column twice Merge pull request !96 from chenxiaobin/master opengauss-bot 2020-08-11 23:01:16 +08:00
  • 02dca5dfc4 alter table modify not allow duplicate column name chenxiaobin 2020-08-06 17:14:56 +08:00
  • c644713e80 add splitting and merging to interval tables duxiutao 2020-08-11 17:16:37 +08:00
  • d6730ac473 update docker feature lihongda 2020-08-11 15:05:52 +08:00
  • 720e6dc1a9 !93 Fix to include JIT support for simple sub-query in TPCC benchmark Merge pull request !93 from Vinoth/master opengauss-bot 2020-08-11 10:01:42 +08:00
  • 6588bc2686 Fix to include JIT support for simple sub-query in TPCC benchmark Vinoth 2020-08-11 09:29:53 +08:00
  • b615347b32 !92 Added config to disable NUMA in mot.conf to facilitate openGauss deployment in containers Merge pull request !92 from Vinoth/master opengauss-bot 2020-08-10 22:32:20 +08:00
  • 44fa38987d Added config to disable NUMA in mot.conf to facilitate openGauss deployment in containers Vinoth 2020-08-10 21:54:19 +08:00
  • 1695aa3e8c !86 Supporting the "rownum"(or alias) after "group by" and changing error message when using alias of "rownum" after "where" Merge pull request !86 from 周雄佳/master opengauss-bot 2020-08-10 19:39:07 +08:00
  • 2962e03482 修复了group by后面不能加rownum(或别名)的bug以及where后面接rownum的别名的报错信息 zhouxiongjia 2020-08-07 13:06:45 +08:00
  • 2db9cd5fa5 !91 pgdb compatibility support Merge pull request !91 from 吴岳川/master opengauss-bot 2020-08-10 10:01:53 +08:00
  • 19ceba3326 pg compatibility support wuyuechuan 2020-08-10 09:23:51 +08:00
  • 7f7d8c7c71 !90 Support COPY FROM for oracle_fdw and mysql_fdw. Merge pull request !90 from TotaJ/bugfix/fdw2 opengauss-bot 2020-08-08 17:24:36 +08:00
  • d2d85d8018 Support COPY FROM for oracle_fdw and mysql_fdw. Fix gs_popen_security failed in debug mode. TotaJ 2020-08-08 16:04:34 +08:00
  • 2b3e9f0878 !87 new log type needs to adapt to parallel redo and extreme rto Merge pull request !87 from meimeidtt/master opengauss-bot 2020-08-07 17:07:34 +08:00
  • 06189b4ed8 !88 use wrong log type during log parsing Merge pull request !88 from meimeidtt/patch1 opengauss-bot 2020-08-07 17:07:00 +08:00
  • ffff6affce !89 synchronous_commit parameter supports remote_apply mode Merge pull request !89 from meimeidtt/patch2 opengauss-bot 2020-08-07 17:06:02 +08:00
  • 9918729b4e synchronous_commit parameter supports remote_apply mode wuyuechuan 2020-08-07 15:30:31 +08:00
  • ffc11e12de bug fix: use wrong log type wuyuechuan 2020-08-07 15:22:18 +08:00
  • c99ad28d43 并行回放/极致rto日志类型增加 wuyuechuan 2020-08-07 15:10:26 +08:00
  • 94c0253d15 !85 支持create GTT表的on commit选项覆盖reloptions中on_commit_delete_rows参数。 Merge pull request !85 from wangzhijun/master opengauss-bot 2020-08-07 11:41:49 +08:00
  • a885af722a !84 Fix opfusion batchmode problem in MOT Merge pull request !84 from Vinoth/master opengauss-bot 2020-08-07 11:40:09 +08:00
  • 47b3c1f212 !83 【SQL】allow to use rule Merge pull request !83 from 陈林锋/master opengauss-bot 2020-08-07 10:17:02 +08:00
  • 51555d0772 create GTT on commit option overrides reloptions wangzhijun2018 2020-08-07 09:59:01 +08:00
  • 2f7832da59 Fix opfusion batchmode problem in MOT Vinoth 2020-08-07 09:49:29 +08:00
  • bd7c957105 !79 produce: multi options error Merge pull request !79 from 吴岳川/master opengauss-bot 2020-08-07 09:32:56 +08:00
  • ebfd4d74c5 allow to use rule chenlinfeng 2020-08-06 23:53:02 +08:00
  • 052a344af0 !75 Transaction control in PL procedures(add gramer) Merge pull request !75 from chenyanfei/master opengauss-bot 2020-08-06 21:27:30 +08:00
  • 1f84608ad2 !74 Fix async redo performance issue and sync to standby issue Merge pull request !74 from Vinoth/master opengauss-bot 2020-08-06 21:26:39 +08:00
  • 2dd5de9295 !78 修改两数取模允许除数为零问题 Merge pull request !78 from chenxiaobin19/master opengauss-bot 2020-08-06 20:38:35 +08:00
  • a5240e5202 !80 Fix fdw core in thread pool mode. Merge pull request !80 from TotaJ/bugfix/fdw2 opengauss-bot 2020-08-06 20:37:34 +08:00
  • d487655241 !73 fix GTT alter table issue Merge pull request !73 from wangzhijun/master opengauss-bot 2020-08-06 20:31:37 +08:00
  • 7670c29136 Fix fdw core in thread pool mode. TotaJ 2020-08-06 20:14:04 +08:00
  • 433ae75066 fixbug: procudure multi option error wuyuechuan 2020-08-06 19:16:26 +08:00
  • 5a69361717 Merge remote-tracking branch 'upstream/master' wuyuechuan 2020-08-06 19:05:38 +08:00
  • e2f884c4ba mod not allow divide by zero chenxiaobin 2020-08-06 18:51:52 +08:00
  • eb16b4f0a5 !76 增加varchar 长度 校验 Merge pull request !76 from nifinity/master opengauss-bot 2020-08-06 17:09:06 +08:00
  • adb753db88 修改空格 nifinity 2020-08-06 16:47:46 +08:00
  • 5a1f462b18 varchar len modify nifinity 2020-08-06 16:10:40 +08:00
  • 9570f59861 Fix the test case. chenyanfei 2020-08-06 14:55:24 +08:00
  • f03dec6c3e fix compiler error chenyanfei 2020-08-06 14:36:45 +08:00
  • b093b4d858 Procdure support COMMIT/ROLLBACK grammer. chenyanfei 2020-08-06 10:57:58 +08:00
  • 1951058d4e Fix async redo performance issue and sync to standby issue Vinoth 2020-08-05 17:34:33 +08:00
  • e734c01acc fix GTT alter table toast issue wangzhijun2018 2020-08-05 10:30:29 +08:00
  • 937bc72dec !69 fix the issue: failed alloc memory when create many interval partitions in a transaction Merge pull request !69 from yujiang/inter_part_mem_error opengauss-bot 2020-08-05 09:16:20 +08:00
  • 3e6b5d9d0a !63 Fix create/drop domain. Merge pull request !63 from hemny/master opengauss-bot 2020-08-05 08:41:46 +08:00
  • 11bd9c6bc5 !65 fix create GTT table issue & update regression test Merge pull request !65 from wangzhijun/master opengauss-bot 2020-08-05 08:39:16 +08:00
  • 0720cac2a2 !68 fix the issue: the process crashs when an interval parition table is created with integer interval value Merge pull request !68 from yujiang/check_integer_interval opengauss-bot 2020-08-05 08:37:32 +08:00
  • 47524ee22f !70 adding column storage table does not support partition detection Merge pull request !70 from yujiang/cstore_table_not_support_inter_part opengauss-bot 2020-08-05 08:36:31 +08:00
  • 8b44ae34f8 update gtt_function wangzhijun2018 2020-08-04 18:14:41 +08:00
  • fa11687eb8 !64 gs_ctl启动openGauss过程中突然退出的问题 Merge pull request !64 from yukai_k/master opengauss-bot 2020-08-04 17:00:26 +08:00
  • d9572b06eb Fix regression! hemny 2020-08-04 15:55:55 +08:00
  • 19e683e297 Fix regression hemny 2020-08-04 15:32:35 +08:00
  • ec1478121c Merge branch 'master' of gitee.com:opengauss/openGauss-server into master hemny 2020-08-04 14:26:05 +08:00
  • fcc5cf2ede fix Create/Drop Domain hemny 2020-08-04 14:22:41 +08:00
  • 9a4267f48e !62 support concurrent index and range type in openGauss Merge pull request !62 from xiong_xjun/master opengauss-bot 2020-08-04 14:21:24 +08:00
  • 05c7ae30fb support concurrent index and range type in openGauss xiongxiaojun 2020-08-04 09:47:33 +08:00
  • 22f8541cc3 !66 修复部分场景下,mysql_fdw执行select into返回结果集为空的问题 Merge pull request !66 from TotaJ/bugfix/mysql_fdw_2 opengauss-bot 2020-08-04 09:00:33 +08:00
  • 888a94e44b !67 bugfix: cancel change kernel to support some third-party extensions Merge pull request !67 from 陈林锋/master opengauss-bot 2020-08-03 19:10:18 +08:00
  • 0bccce1828 fix bug for oom hthinks 2020-08-03 18:55:42 +08:00
  • 1321637262 bugfix: cancel change kernel to support some third-party extensions chenlinfeng3 2020-08-03 13:05:27 +08:00
  • a245ae09b5 adding column storage table does not support partition detection yujiang 2020-08-03 15:25:28 +08:00
  • 909febe892 fix the issue: failed alloc memory when create many interval partitions in a transaction yujiang 2020-08-03 14:57:33 +08:00
  • 3ed26a5479 fix the issue: the process crashs when an interval parition table is created with integer interval value yujiang 2020-08-03 14:21:52 +08:00
  • b5d1591975 Fix select into return no results in some cases(mysql_fdw). TotaJ 2020-08-03 11:19:25 +08:00
  • 77cf49a685 Merge branch 'master' of gitee.com:opengauss/openGauss-server into master hemny 2020-08-01 10:13:25 +08:00
  • bc7e4b2d87 !57 bugfix: change kernel to support some third-party extensions Merge pull request !57 from 陈林锋/master opengauss-bot 2020-07-31 17:10:59 +08:00
  • 781dd78a39 fix DTS2020072705668 create GTT table issue & update regression test wangzhijun2018 2020-07-31 14:44:46 +08:00
  • 2f5a887e50 gs_ctl z00502245 2020-07-03 17:45:23 +08:00
  • 099e530ea1 Fix create/drop domain. hemny 2020-07-31 13:13:23 +08:00
  • 71197d149c !61 Support shared thread pool for Global Temporary Table Merge pull request !61 from wangzhijun/master opengauss-bot 2020-07-31 08:40:41 +08:00
  • 112a9755f2 support shared thread pool for Global Temporary Table wangzhijun2018 2020-07-30 17:46:33 +08:00
  • 307669341d !59 support global temporary table(GTT) feature Merge pull request !59 from wangzhijun/master opengauss-bot 2020-07-29 20:11:57 +08:00
  • aac7b2413b !58 merge logical replication Merge pull request !58 from looplocked/master opengauss-bot 2020-07-29 20:10:42 +08:00
  • 797043b60a merge code for global temporary table(GTT) wangzhijun 2020-07-29 18:23:11 +08:00
  • c63724ab32 merge logical replication code looplocked 2020-07-29 16:53:06 +08:00
  • eaa8a9f93a bugfix:can not delete a database with external tables chenlinfeng3 2020-07-29 14:19:10 +08:00
  • 597536b181 bugfix: allow use default values on foreign table chenlinfeng3 2020-07-29 12:01:47 +08:00
  • 105e6ccb68 bugfix: change kernel to support some third-party extensions chenlinfeng3 2020-07-29 10:27:41 +08:00
  • 53626285eb !55 Fix fdw bug. Merge pull request !55 from TotaJ/bugfix/fdw_verbose opengauss-bot 2020-07-28 21:02:28 +08:00
  • d6f46a344c Fix explain(verbose) bug on foreign table. Support drop mysql_fdw and oracle_fdw. TotaJ 2020-07-28 16:03:05 +08:00
  • 5a98464573 !54 support auto interval partition table Merge pull request !54 from yujiang/interval_partition opengauss-bot 2020-07-28 19:17:41 +08:00
  • 8a87c14084 [patch] support interval partition table yujiang 2020-07-28 09:28:46 +08:00
  • 7245b52260 !53 Fix fdw analyze bug. Merge pull request !53 from TotaJ/bugfix/fdw opengauss-bot 2020-07-27 20:03:42 +08:00
  • 1f71bbccc3 Fix fdw analyze bug. 1. For mysql_fdw, remove useless warning info when analyze. 2. For oracle_fdw, fix analyze failed problem. TotaJ 2020-07-27 17:23:22 +08:00
  • 0c06c55ea6 !29 update docker feature Merge pull request !29 from lihongda/master opengauss-bot 2020-07-27 10:52:58 +08:00
  • 6dd6779347 !52 add chinese readme Merge pull request !52 from gongsiyi/master opengauss-bot 2020-07-25 21:45:24 +08:00
  • 90f14e0f63 !50 support ROWNUM in openGauss Merge pull request !50 from 德塔贝斯/dev-master opengauss-bot 2020-07-25 21:44:34 +08:00
  • 056840224d !48 Fix to avoid re-initializing MOT during switchover Merge pull request !48 from Vinoth/master opengauss-bot 2020-07-25 21:43:52 +08:00
  • bacf7b4d48 !51 Fix fastcheck PART12 error. Merge pull request !51 from TotaJ/feature/pg_proc opengauss-bot 2020-07-25 16:59:16 +08:00
  • b70b84d144 [PATCH] support ROWNUM in openGauss pufuan 2020-07-25 14:11:19 +08:00
  • e08049ff73 add chenise readme. gongsiyi 2020-07-25 15:27:14 +08:00