Commit Graph

7616 Commits

Author SHA1 Message Date
2fa078af21 Refactor mot_internal 2020-11-16 20:42:04 +08:00
6beee2318b support ALTER SEQUENCE START/MINVALUE/CYCLE/NOCYCLE 2020-11-16 18:09:21 +08:00
68fe1836b1 使用jdbc执行创建function语句,从系统表中查到的结果是函数。 2020-11-16 16:44:27 +08:00
58ea53710d fix catchup2normal_wait_time ineffective bug 2020-11-16 11:14:08 +08:00
1e6f0c3818 !407 add new way to archive xlog to local machine without invoking popen
Merge pull request !407 from LiHeng/master
2020-11-16 09:02:00 +08:00
4fc1e30ca9 add new way to archive xlog to local machine without invoking popen 2020-11-15 15:18:06 +08:00
92d941f325 !403 fix deadlock when create index concurrently on different tables at the same time
Merge pull request !403 from xiong_xjun/master_1112
2020-11-13 17:23:04 +08:00
3b63ba1ba1 !399 needn't do wal send wake up again after xlogflush.
Merge pull request !399 from xiong_xjun/master_1028
2020-11-13 17:01:21 +08:00
57fd5794e5 Parallel create index(btree). 2020-11-13 16:57:32 +08:00
76d3983c35 req #109798,openGauss不支持约束的启用禁用 2020-11-12 18:28:44 +08:00
2e70e8d418 fix deadlock when create index concurrently on different tables at the same time 2020-11-12 15:42:16 +08:00
a8324979e3 1. 优化超时提示
2. 一键清理主动加载clib
2020-11-12 15:02:16 +08:00
4f78e63d5e 解决pg_os_threads视图中IncrBgWriter线程创建时间为空的问题 2020-11-12 11:27:44 +08:00
9fc76afffe 解决pg_os_threads视图中IncrBgWriter线程名称为空的问题 2020-11-12 11:02:45 +08:00
e1bdb1001d needn't do wal send wake up again after xlogflush. 2020-11-12 09:59:24 +08:00
8433b003d9 !395 并行查询-并行merge join
Merge pull request !395 from TotaJ/feature/parallel_merge_join
2020-11-11 09:10:08 +08:00
a6c19d20e8 !394 根据cb2ed438提交记录同步修改线程名称
Merge pull request !394 from 廖美东/master
2020-11-11 08:58:12 +08:00
c06ddddbc5 !389 修复gs_probackup恢复外部目录时有可能恢复到错误的目标文件夹的问题
Merge pull request !389 from yukai_k/master
2020-11-11 08:56:04 +08:00
fac76f11ef !397 Prerequisite for enabling cross-transaction support in MOT
Merge pull request !397 from Vinoth Veeraraghavan/master
2020-11-11 08:55:24 +08:00
7129fb1d63 !388 add description of supporting kylin os
Merge pull request !388 from zhangxubo/master
2020-11-10 19:10:53 +08:00
28445d57c2 !390 a valid error is reported when using the gs_guc to set variable.
Merge pull request !390 from Cross-罗/master
2020-11-10 17:22:55 +08:00
e6f730e61f !396 support copy for tables with trigger
Merge pull request !396 from chenxiaobin/copy
2020-11-10 17:16:43 +08:00
f86dd8e455 Prerequisite for enabling cross-transaction support in MOT 2020-11-10 17:06:40 +08:00
20c5b3564f !393 add some methods and fix some bugs for db4ai
Merge pull request !393 from nwen/master
2020-11-10 14:13:29 +08:00
cef0933c9b Remove have_gather_plan_node. 2020-11-10 14:08:15 +08:00
9d891ede5b support copy for tables with trigger 2020-11-10 10:19:28 +08:00
35f6cc72a5 Parallel merge join. 2020-11-10 09:57:11 +08:00
d0e747e47c add some methods and fix some bugs for db4ai 2020-11-09 21:13:04 +08:00
324904b788 根据cb2ed438提交记录同步修改线程名称 2020-11-09 20:34:12 +08:00
f37e95d97d 使用gs_guc设置default_text_search_config时可以在设置出错时提供更有效报错 2020-11-09 19:30:52 +08:00
d4ef850aaf gs_probackup修改 :
1.修复问题:备份外部目录后,恢复时使用--external-mapping参数重新定位到新文件夹,有可能会恢复到错误的目标文件夹中
2.删除宏PROGRAM_URL和PROGRAM_EMAIL,并将报错信息中PostgreSQL、pg_probackup分别改为openGauss、gs_probackup
2020-11-09 19:19:03 +08:00
967f828847 add kylin support information 2020-11-09 17:35:59 +08:00
dc2d43d530 parallel scan: explain analyze details 2020-11-09 09:41:32 +08:00
b973181d29 !371 支持--enable-profiling
Merge pull request !371 from scarbor_fair/support_gprof
2020-11-09 08:11:47 +08:00
197ed0384c !387 add identify available zone command for cascade standby
Merge pull request !387 from LiHeng/master
2020-11-09 08:06:52 +08:00
8589db9e6e !386 gs_expansion扩展备机适配xml参数tmpMppdbPath
Merge pull request !386 from zhangxubo/master
2020-11-09 08:05:35 +08:00
5bf30a1f9e !384 MOT bug fixes
Merge pull request !384 from Vinoth Veeraraghavan/master
2020-11-09 08:03:40 +08:00
a886daf329 add identify available zone command for cascade standby
We add a column for identify mode before for identify az, which not
compatible with distributed gaussdb. Therefore, we remove the added
column in identify mode, and add another command identify az to make
sure a cascade standby and its upstream both in same available zone.
2020-11-08 20:20:40 +08:00
8a27363b7f gs_expansion扩容节点增加对tmpMppdbPath路径的适配 2020-11-07 14:58:52 +08:00
24d08f7384 !383 add foreign key information to gsql help command
Merge pull request !383 from scarbor_fair/gsql
2020-11-07 14:36:40 +08:00
f08cf3c9e8 Merge branch 'gsql' of https://gitee.com/scarbor_fair/openGauss-server into gsql 2020-11-06 14:18:28 +08:00
79a19a004d support foreign key 2020-11-06 14:17:06 +08:00
30a014f7a2 Handle possible null value in call to DatumToMOTKey in MOT 2020-11-06 09:58:15 +08:00
f637ee6616 Fix MOT table creation during recovery 2020-11-06 09:56:25 +08:00
dfd6cddda4 !382 parallel index scans support
Merge pull request !382 from chenxiaobin/parallelIndex
2020-11-06 09:55:16 +08:00
c527645624 support foreign key 2020-11-05 21:29:51 +08:00
f03c49565b !380 【openGauss】add patches for postgis extension
Merge pull request !380 from 宋清怡/master
2020-11-05 17:51:38 +08:00
3ea04c5b4f !381 Support the the usage of "ALTER TYPE name OWNER TO { CURRENT_USER | SESSION_USER }"
Merge pull request !381 from Yuejia/master
2020-11-05 17:45:59 +08:00
c45feed3e4 parallel index scans 2020-11-05 16:52:53 +08:00
syj
c1f49484dc Support the the usage of "ALTER TYPE name OWNER TO { CURRENT_USER | SESSION_USER }" 2020-11-05 09:44:11 +08:00