6ed6365390
增加支持guc设置同步备机时过滤级联备机和安全编译修改
2020-11-02 20:12:29 +08:00
22dc31754e
1.支持不包含OM的纯内核包
...
2.gs_basebackup支持备机备份
2020-10-30 17:12:58 +08:00
70e4f6d0d3
!355 将rownum的优化处理模块独立开来
...
Merge pull request !355 from 周雄佳/davidzhou
2020-10-30 16:28:12 +08:00
68518a58ee
将rownum优化的处理模块独立开来。
2020-10-30 11:58:55 +08:00
9cd5c33ea2
!353 并行查询-并行worker不执行CallXactCallBacks
...
Merge pull request !353 from TotaJ/bugfix/parallel_xactcall
2020-10-30 11:46:05 +08:00
0e1a19f81b
!352 parallel append
...
Merge pull request !352 from gentle_hu/master
2020-10-30 11:35:14 +08:00
d6554d7b6a
!349 修改patch文件名称
...
Merge pull request !349 from zhangxubo/master
2020-10-30 11:34:25 +08:00
fea70c2159
parallel append
2020-10-30 10:54:05 +08:00
7d3d00f643
Don't do CallXactCallbacks for parallel worker.
2020-10-30 09:31:17 +08:00
8643a76d9b
修改patch名称
2020-10-29 16:35:37 +08:00
f0d27718b1
!347 历史遗留问题回退
...
Merge pull request !347 from gentle_hu/master
2020-10-29 15:00:28 +08:00
57f969b687
!344 add WAIT_EVENT_WAL_BUFFER_ACCESS and WAIT_EVENT_WAL_BUFFER_FULL wait event
...
Merge pull request !344 from xiong_xjun/master_1028
2020-10-29 09:22:01 +08:00
f800e07412
!343 【性能优化&bug fix】add partitioned vfd lock, add hold interrupt in FreeVfd() to prevent double free when receive a signal
...
Merge pull request !343 from xiong_xjun/master_0905
2020-10-29 09:21:19 +08:00
8d89b6c136
revert avoidance of bypass NULL char problem and rm a test
2020-10-28 19:28:11 +08:00
1c10569f00
!337 support plpython
...
Merge pull request !337 from JinLiOnline/master
2020-10-28 16:22:39 +08:00
878de634ab
!345 [bugfix]修复当libpq.so与gsql的版本不匹配时,无法正常连接数据库
...
Merge pull request !345 from 勇往直前/douxin_master_gsql
2020-10-28 16:21:55 +08:00
9f522daf8f
add WAIT_EVENT_WAL_BUFFER_ACCESS and WAIT_EVENT_WAL_BUFFER_FULL wait event
2020-10-28 14:49:29 +08:00
b1a3a91662
add partitioned vfd lock, add hold interrupt in FreeVfd() to prevent double free when receive a signal
2020-10-28 14:41:11 +08:00
0f6ba4229d
[bugfix] repair gsql connection failed when the gsql version is incompatible with the database version
2020-10-27 20:35:05 +08:00
de473eb665
!328 修改function中对serial类型的支持
...
Merge pull request !328 from 徐鲲鹏/master
2020-10-27 17:30:48 +08:00
8c1b627603
!338 优化了PR317的代码
...
Merge pull request !338 from 周雄佳/davidzhou
2020-10-27 17:25:39 +08:00
0b623867bc
!339 om check适配修改
...
Merge pull request !339 from gyt0221/master
2020-10-27 17:23:03 +08:00
1b439d8718
优化了修复rownum的4个bug的代码
2020-10-27 16:48:20 +08:00
d80c3d1b84
om check适配修改·
2020-10-27 15:54:44 +08:00
307db7f772
!336 支持Python3.7环境下CentOS安装数据库
...
Merge pull request !336 from Ricardo_Cui/master
2020-10-27 14:05:53 +08:00
043eeab8da
openGauss supports plpython
2020-10-27 12:40:05 +08:00
693a5d79ef
!334 Disable ROWNUM as alias & Bugfix a coredump when repeatable read is on
...
Merge pull request !334 from 蒲甫安/dev-master
2020-10-27 11:48:38 +08:00
54742e9c3f
disable ROWNUM as alias
2020-10-27 10:10:19 +08:00
29bcf5327e
!335 统一为SYNC_REP_WAIT_APPLY
...
Merge pull request !335 from meimeidtt/master
2020-10-27 09:13:35 +08:00
68b8b7e30e
统一为SYNC_REP_WAIT_APPLY
2020-10-26 21:22:12 +08:00
ac29de2cde
支持CentOS && Python3.7安装
2020-10-26 21:06:56 +08:00
839a5aee39
bug fix:
...
set default_transaction_isolation='REPEATABLE READ', and restart the database, a coredump is product.
2020-10-26 18:40:04 +08:00
b27c38a64e
!333 remove the guc param: application_name in postgres.conf
...
Merge pull request !333 from 黄承晟/master
2020-10-26 18:37:15 +08:00
7e597b8b6f
!331 MOT bug fixes
...
Merge pull request !331 from Vinoth Veeraraghavan/master
2020-10-26 18:36:26 +08:00
97dcec54e9
!332 Fixed the bug that gs_guc cannot set synchronous_commit to remote_apply.
...
Merge pull request !332 from Cross-罗/master
2020-10-26 18:16:13 +08:00
a7cd7b9f42
remove the guc parma:application_name in postgresql.conf
2020-10-26 17:41:10 +08:00
bd2b96f8b9
解决gs_guc不能将synchronous_commit设置为remote_apply的问题
2020-10-26 17:06:06 +08:00
a2b914b960
1. Incorrect behavior in update/delete queries with repeating access to same records
...
2. Change MOT key operator for expr with l-values
2020-10-26 14:52:00 +08:00
194536bf78
!329 gs_probackup修改
...
Merge pull request !329 from yukai_k/master
2020-10-26 10:13:21 +08:00
aee90526fc
gs_probackup修改 :
...
1.-W|--password的help信息修改
2.添加不可同时指定-w和-W的检查
3.添加指定--tablespace-mapping时必须要指定--external-mapping的检查
4.删除未使用变量force_password
2020-10-26 09:24:08 +08:00
da6e8ccdbe
!327 Improve the stability of test cases
...
Merge pull request !327 from 吴岳川/master
2020-10-23 17:39:48 +08:00
d300a9afd7
删除test_serial用例
2020-10-23 15:23:04 +08:00
50a19e8e48
删除文件 src/test/regress/sql/test_serial.sql
2020-10-23 15:22:21 +08:00
2a73923e35
删除文件 src/test/regress/expected/test_serial.out
2020-10-23 15:22:02 +08:00
038ba7277d
删除create function中对serial类型的判断
2020-10-23 15:21:32 +08:00
67c38e843e
forbid parallel right join or full join
2020-10-23 15:20:12 +08:00
eecda4d9a0
!323 MOT infra and JIT fixes
...
Merge pull request !323 from Vinoth Veeraraghavan/master
2020-10-23 14:48:47 +08:00
135e9833b6
!320 gs_probackup问题修复
...
Merge pull request !320 from yukai_k/master
2020-10-23 10:43:06 +08:00
1b8cbf1161
!321 并行查询性能优化
...
Merge pull request !321 from TotaJ/feature/parallel_perf2
2020-10-23 09:25:29 +08:00
44d8c983d6
1. Disable periodic statistics printing when no statistics were reported in the recent report interval
...
2. Fix regression in issue 88 (core dump in JIT after truncate table), and added missing index id copy in CloneJitContext()
3. Added support for FULL-SCAN SELECT in JIT execution
4. Added more JIT tests
5. Clarified JIT statistiscs (separated invocation count from execution count)
6. Added special JIT statistics for testing (outside of statistics infra)
7. Fixed JIT plan explanation
8. Added support for boolean operators in JIT expressions (in WHERE clause and UPDATE SET clause)
9. Fixed JIT range scan bug: when filter execution fails execution branches to the wrong place (effect is missing check of end-of-scan flag that can lead to crash)
10. Fixed JIT JOIN bug: resetting wrong scan-ended flag (effect is missing records in result set)
11. Fix bug in JIT plan: Allow complex filter expressions in JIT plan (effect was simple queries were disqualified for JIT execution)
2020-10-22 18:33:22 +08:00