|
80dbc076bb
|
!776 修复在线扩容bug
Merge pull request !776 from 薛蒙恩/master
|
2021-03-10 10:57:11 +08:00 |
|
|
6b6e3399d8
|
update release list of openeuler-x86
|
2021-03-10 10:32:00 +08:00 |
|
|
0d9a3f96a7
|
!790 修复openGauss升级问题
Merge pull request !790 from 邓旭玥/efix_0309
|
2021-03-10 09:42:50 +08:00 |
|
|
e857f4029d
|
fix install error on openeuler_x86
|
2021-03-10 09:10:10 +08:00 |
|
|
7c9055bd80
|
Fix upgrade issue: version number was incorrect
|
2021-03-09 21:15:53 +08:00 |
|
|
517c16bba3
|
!786 xlog lock-less
Merge pull request !786 from 熊小军/master
|
2021-03-09 19:30:13 +08:00 |
|
|
24678f1045
|
xlog lock-less
|
2021-03-09 18:59:55 +08:00 |
|
|
6ccb9ebda4
|
fix bug about gs_guc set
|
2021-03-09 17:20:38 +08:00 |
|
|
563410f5cc
|
!781 解决remote apply时延迟回放执行sql不阻塞
Merge pull request !781 from mujinqiang/fixremote
|
2021-03-09 16:07:24 +08:00 |
|
|
016401c6eb
|
解决延迟回放同时remoteapply时不阻塞的问题
|
2021-03-08 22:52:11 +08:00 |
|
|
9ef7171468
|
Set enable_adio_function to PGC_INTERNAL.
|
2021-03-08 20:25:53 +08:00 |
|
|
594fbeb152
|
Merge branch 'master' of gitee.com:opengauss/openGauss-server into master
|
2021-03-08 16:05:20 +08:00 |
|
|
a19439e8b0
|
修复在线扩容代码bug
|
2021-03-08 15:46:54 +08:00 |
|
|
df22f91ed5
|
!771 SMP, autonomous transaction, and bugfixes
Merge pull request !771 from 邓旭玥/master
|
2021-03-06 17:02:18 +08:00 |
|
|
14cd1cc0ca
|
hotpatch disabled
|
2021-03-06 16:05:43 +08:00 |
|
|
0e5c533b17
|
reduced THRLOCAL variable num
|
2021-03-06 15:09:47 +08:00 |
|
|
3d79c59118
|
Misc bugfixes
|
2021-03-06 12:39:28 +08:00 |
|
|
4ecea327e5
|
!702 修复pid截断导致enable_kill_query参数不能正常使用的问题
Merge pull request !702 from siven/master
|
2021-03-04 16:09:13 +08:00 |
|
|
86e75bc582
|
!724 工具帮助信息适配openGauss
Merge pull request !724 from 薛蒙恩/master
|
2021-03-04 16:08:24 +08:00 |
|
|
5cd126ef7a
|
!746 【openGauss】fix cant recognize 'circle' data type problem
Merge pull request !746 from 宋清怡/master
|
2021-03-04 16:07:27 +08:00 |
|
|
27b9a4f370
|
!756 修复pg_basebackup解压tar包时读取文件长度错误问题
Merge pull request !756 from 潘浩文/master
|
2021-03-04 16:06:40 +08:00 |
|
|
639a91f063
|
!757 fix bug: modifying system time(to the past) will cause the flushing-dirty-page thread to suspend
Merge pull request !757 from 吴岳川/dirty_page
|
2021-03-04 16:06:09 +08:00 |
|
|
c90e0dcf0f
|
fix bug: modifying system time(to the past) will cause the flushing-dirty-page thread to suspend
|
2021-03-03 20:14:20 +08:00 |
|
|
1553d3d626
|
update src/bin/pg_basebackup/pg_basebackup.cpp.
在生成tar压缩文件时,文件大小记录在文件头部信息中的1048~1080字节,解压时确读取了201个字节,初步判断为读取20个字节,并且保存到一个长整型中,源码内误把小写l写成数字1
|
2021-03-03 20:10:25 +08:00 |
|
|
f030562132
|
Merge branch 'fix_dbname' of https://gitee.com/april01xxx/openGauss-server
|
2021-03-03 17:32:26 +08:00 |
|
|
29956e0d81
|
fix the database name
|
2021-03-03 17:28:07 +08:00 |
|
|
5952e06000
|
!749 解决延时回放问题
Merge pull request !749 from mujinqiang/fixdelay
|
2021-03-02 14:40:09 +08:00 |
|
|
71b1ba1b19
|
!751 add SIGUSR1 handler for wal receiver writer thread
Merge pull request !751 from LiHeng/master
|
2021-03-02 14:35:03 +08:00 |
|
|
6b6bcffe71
|
add SIGUSR1 handler for wal receiver writer thread
The SIGUSR1 handler will wake up wal receiver thread once wal receiver
thread had invoked SetLatch().
|
2021-03-02 12:35:52 +08:00 |
|
|
f6cdf958ca
|
fix delay apply bug
|
2021-03-01 23:23:23 +08:00 |
|
|
63121c848a
|
fix circle type bug
|
2021-03-01 10:47:36 +08:00 |
|
|
2ed38ece92
|
!718 修复gs_initdb没指定-D参数coredump问题。
Merge pull request !718 from playrest/branch4
|
2021-02-27 17:46:33 +08:00 |
|
|
2f038b29f4
|
!719 修复bug
Merge pull request !719 from 潘浩文/bug/wdr_snapshot
|
2021-02-27 17:25:48 +08:00 |
|
|
92a9a63214
|
!740 【openGauss】修复普通用户使用“\dn *.*”报错问题
Merge pull request !740 from 宋清怡/master
|
2021-02-27 11:57:17 +08:00 |
|
|
851595803e
|
!738 修复unused_oids脚本的Bug
Merge pull request !738 from 廖美东/unused_oid
|
2021-02-27 11:57:05 +08:00 |
|
|
75a7595965
|
!741 修复社区I2MAJU issue
Merge pull request !741 from liyifeng_seu/master
|
2021-02-27 10:53:16 +08:00 |
|
|
2d10d01e52
|
!742 update opengauss compile guide blog in readme file
Merge pull request !742 from zhangxubo/master
|
2021-02-25 19:38:43 +08:00 |
|
|
c466bbd0f3
|
add opengauss compile blog path in readme file
|
2021-02-25 15:58:49 +08:00 |
|
|
3282b69eaa
|
修复社区I2MAJU issue。
问题:gs_probackup使用lsn模式进行增量恢复的时候报错
修复:降低日志报错级别,该日志报错不影响正常流程
|
2021-02-25 14:44:18 +08:00 |
|
|
4334a2bd4b
|
修改IsDuplicatePid和IsEligiblePid入参的pid类型
|
2021-02-25 12:05:00 +08:00 |
|
|
7a8ac10358
|
!739 add opengauss compile guide blog in readme file
Merge pull request !739 from zhangxubo/master
|
2021-02-25 10:39:54 +08:00 |
|
|
ada2611c71
|
add blog path to compile opengauss
|
2021-02-24 17:25:14 +08:00 |
|
|
7c78275154
|
!731 单用户模式下事务强制只读 bug修复
Merge pull request !731 from Ricardo_Cui/master
|
2021-02-24 17:23:53 +08:00 |
|
|
58dc894262
|
修正unused_oids脚本结果
修正unused_oids脚本结果
|
2021-02-24 17:15:38 +08:00 |
|
|
7094374fd0
|
fix \dn bug for normal user
|
2021-02-24 16:49:15 +08:00 |
|
|
7ec653d33d
|
support sm3 sm4
|
2021-02-23 12:01:56 +08:00 |
|
|
0fb78478dc
|
single user mod transaction bug fix
|
2021-02-23 11:13:16 +08:00 |
|
|
c470eb8933
|
工具帮助信息适配openGauss
|
2021-02-18 17:56:51 +08:00 |
|
|
652a680a89
|
完善gs_initdb的回归测试。
|
2021-02-18 14:24:13 +08:00 |
|
|
84c66025fe
|
!723 回退代码
Merge pull request !723 from liang/413
|
2021-02-10 14:29:15 +08:00 |
|