Commit Graph

2357 Commits

Author SHA1 Message Date
openGaussDev 930a83f2b5 perf optimization for audit process
Offering: openGaussDev

More detail: fix Audit coredump issue in audit_enabled=off scenario

Match-id-c68e0d0a0182ce08d873e7e289e4fc29e2f1ae40
2022-03-14 19:34:45 +08:00
openGaussDev c5cb95d2ec fix histort command
Offering: openGaussDev

More detail: fix history command

Match-id-47f0ca1ca39932e17bc82af8b09bed256c7a331c
2022-03-14 19:34:45 +08:00
openGaussDev 877fbfeb52 not support extreme rto for disaster read
Offering: openGaussDev

More detail:

Match-id-e2dab0fb2cfabc9fd08fd337af8d3b945e6b3d65
2022-03-14 19:34:45 +08:00
openGaussDev 14bcd13362 when pagewriter has the exception occurs, retry again.
Offering: openGaussDev

More detail:

Match-id-378bacef6fbbeca1f01de992dd6cb6e3f7fcee43
2022-03-14 19:34:44 +08:00
openGaussDev 2ea04d8152 dont't replace pghba when cross region build
Offering: openGaussDev

More detail:

Match-id-b36b3f7f882a819dab886714343a54188ca203ad
2022-03-14 19:34:44 +08:00
openGaussDev 5ee5433c5b fix bug for barrier preparse
Offering: openGaussDev

More detail:

Match-id-478a97c2593006ff511072ea037227fb26f9d5a4
2022-03-14 19:34:44 +08:00
openGaussDev 2b09dd1a67 : fix swcb qual push down issues
Offering: openGaussDev

More detail: push down only join quals and leave filter quals outside of the sw op

Match-id-85219d101564ac6e5b2a3b575e9738c3ba1ccdca
2022-03-14 19:34:44 +08:00
openGaussDev 8b5d92a0e2 try last block for insert only when nobody holds locks on it.
Offering: openGaussDev

More detail: try last block for insert only when nobody holds locks on it.

Signed-off-by: Liu Rong <liurong25@huawei.com>

Match-id-d4b2af2c21d441ce9d2dcd6205adf5c2f4aa0581
2022-03-14 19:34:44 +08:00
openGaussDev 794f5e1dde fix upgrade bug when set proc_implicit_for_loop_variable
Offering: openGaussDev

More detail: fix upgrade bug when set proc_implicit_for_loop_variable

Match-id-d2d20a967032236273a1c17e0b7c6e3c9e315b17
2022-03-14 19:34:44 +08:00
openGaussDev d885776b8f The resourceOwner of the SMP is optimized.
Offering: openGaussDev

More detail:
  1. If the SMP is not used, no memory is applied for the tempOwner.
  2. If SMP is used, after the plan is successful, 
     CurrentResourceOwner to reduce the memory usage.

Match-id-8d0c6a3065d99d76fe103c0f82dc97c93e14dfd2
2022-03-14 19:34:44 +08:00
openGaussDev ea8d14f7c4 fix CodeCheck
Offering: openGaussDev

More detail: fix CodeCheck

Match-id-9a6021ff7bac5219a9894bcef8582a05f9eeb4d4
2022-03-14 19:34:44 +08:00
openGaussDev 927c5e918f Modifying Hyperparameter Settings
Offering: openGaussDev

More detail: Modifying Hyperparameter Settings

Match-id-c7650485108bc6fe7b1f63cd7ff9bf23bbc3325f
2022-03-14 19:34:44 +08:00
openGaussDev 84e65fdf73 fix revert select into clob
Offering: openGaussDev

More detail: fix revert select into clob

Match-id-1493a65ab2a81b36455743e029e4a34d798c7e1e
2022-03-14 19:34:44 +08:00
openGaussDev e896716077 fix bug
Offering: openGaussDev

More detail: 修复分区表DDL回滚后使用全局分区索引扫描数据丢失的问题

Match-id-a93d94a074d384ac493a696380c7d848fdee36cd
2022-03-14 19:34:44 +08:00
openGaussDev 370ce09096 fix comment
Offering: openGaussDev

More detail: fix comment

Match-id-48e870ae97f5684563475aa1d8f425d943fedea1
2022-03-14 19:34:44 +08:00
openGaussDev 58ae150aac fix bugs
Offering: openGaussDev

More detail: fix bugs

Match-id-6ff3b41d5271e2175ad319889e5cddd1c89ab3e4
2022-03-14 19:34:44 +08:00
openGaussDev 6e76940206 submit code to openGauss-server
Offering: openGaussDev

More detail:fix并发index unusable和rebuild死锁

Signed-off-by:lihaixiao lihaixiao3@huawei.com

Match-id-2339b79686a9ccf5f7eff94b2678e0fb283659b6
2022-03-14 19:34:44 +08:00
openGaussDev 88e3ad9fb4 parallel decoding fix memory leakage bug
Offering: openGaussDev

More detail: parallel decoding fix initialization bug

Match-id-4b9ee91c71686dcaba8bbd3021d2363206294dba
2022-03-14 19:34:44 +08:00
openGaussDev 5547cd8c86 standby build按照min recovery 和read的位置中大的位置来获取日志
Offering: openGaussDev

More detail: standby build按照min recovery 和read的位置中大的位置来获取日志

Match-id-284d40865b0eceea3afa77e4ab177d70be60f2a8
2022-03-14 19:34:44 +08:00
openGaussDev 0c08e764e0 Global SysCache
Offering: openGaussDev

More detail:
修复闪回功能未适配GSC导致DDL数据无法丢弃问题

# Conflicts:
#	src/gausskernel/storage/tcap/tcap_truncate.cpp

Match-id-e09ce9c267ac9ae227186b0e7cbc9377b1cfb06a
2022-03-14 19:34:44 +08:00
openGaussDev 66b05d1215 Global SysCache
Offering: openGaussDev

More detail:
lsc内存控制

# Conflicts:
#	src/test/regress/expected/gsc_func.out

Match-id-675c5cad1d601f1e7ca9e318fe82367c9626f4e8
2022-03-14 19:34:43 +08:00
openGaussDev f45ec47b1b Narrowing the range of iteration times
Offering: openGaussDev

More detail: Narrowing the range of iteration times

Match-id-e8830353af1a99500aa8e97a0a0894b2872e4f24
2022-03-14 19:34:43 +08:00
openGaussDev 4cb0596eda Fixed gsql Memory Leakage
Offering: openGaussDev

More detail: Fixed gsql Memory Leakage

Match-id-7690c6e6d5a316182fbaa55f89e90e00762fa13d
2022-03-14 19:34:43 +08:00
openGaussDev a2e54efa3f fix pitr init lsn
Offering: openGaussDev

More detail: fix pitr init lsn

# Conflicts:
#	src/include/miscadmin.h

Match-id-c961b8f1667451e30db14fddaa047f646018f52f
2022-03-14 19:34:43 +08:00
openGaussDev e353bc4d55 修复问题
Offering: openGaussDev

More detail: 修复TRUNCATE二级分区同时更新全局分区索引后索引损坏的问题

# Conflicts:
#	src/gausskernel/optimizer/commands/tablecmds.cpp

Match-id-5cca3b98dbd06df99074a23359704a58db4d5fc2
2022-03-14 19:34:43 +08:00
openGaussDev 1246208782 fix memory leak
Offering: openGaussDev

More detail: OidRBTree functions should not switch context

Match-id-549a0404d2d65dff177f0a2d2d2391f1c158a4da
2022-03-14 19:34:43 +08:00
openGaussDev 1062a1c1f6 fix archive slot could not flush lsn
Offering: openGaussDev

More detail: Modify slot advance part

Match-id-3060b2f1218e72eb5ffc28d1742fbc15360ef534
2022-03-14 19:34:43 +08:00
openGaussDev 704eed3368 fix probackup core
Offering: openGaussDev

More detail: fix probackup core

Match-id-8791b0f194f0ddfef801aa77f9edabb0bc589d30
2022-03-14 19:34:43 +08:00
openGaussDev c0e4b1b7b8 修复单用户模式下,使用未初始化线程池控制变量问题
Offering: openGaussDev

More detail: 修复单用户模式下,使用未初始化线程池控制变量问题

Match-id-fd3c7865f75ad8a8a3ceef95feb1f721c50eca2e
2022-03-14 19:34:43 +08:00
openGaussDev 4f86334f04 fix
Offering: openGaussDev

More detail:可选

# Conflicts:
#	src/gausskernel/storage/access/transam/extreme_rto/page_redo.cpp

Match-id-053ac62bbf12d1f8ce6878055eee44eb635c98c1
2022-03-14 19:34:43 +08:00
openGaussDev e2d527347a [AI]
Offering: openGaussDev

More detail: 

Match-id-20039fa1ded1bc58ea219f89bb28ca4e31890c9b
2022-03-14 19:34:43 +08:00
openGaussDev efc4559509 [AI]
Offering: openGaussDev

More detail: 

Match-id-1aa4ebbfa370ed5029291d6443f619edd9c0d20f
2022-03-14 19:34:43 +08:00
openGaussDev 8b3522b5aa [] optimize DBMind framework
Offering: openGaussDev

More detail: opt

Match-id-b564581c0d5b19df33100ee1fa35188ac9212b9a
2022-03-14 19:34:43 +08:00
openGaussDev d288b1824e gs_guc encrypt decouple from GAUSSHOME env
Offering: openGaussDev

More detail: gs_guc encrpyt doesnot need GAUSSHOME env,but now rely on it,so do decoupling

Match-id-00c1d5eeb4633a7ab8692f5726d225cda326a3cb
2022-03-14 19:34:43 +08:00
openGaussDev eceb848411 parallel decoding fix initialization bug
Offering: openGaussDev

More detail: parallel decoding fix initialization bug

Match-id-b6cc77c9f7f21082986e421867874c055ffff70a
2022-03-14 19:34:43 +08:00
openGaussDev d45634be91 Fix oldest xmin in logical decoding.
Offering: openGaussDev

More detail: Fix oldest xmin in logical decoding.

Match-id-d652068e86f96a843c7212f959f72c855635a2ed
2022-03-14 19:34:43 +08:00
openGaussDev b3ba5e5db9 fix forbid execute function commit/rollback
Offering: openGaussDev

More detail:fix forbid execute function commit/rollback

Match-id-1d200d7662fb20f0df4063a2399d31fadc5548d8
2022-03-14 19:34:43 +08:00
openGaussDev dedd14af5e Do not allow creation of users with empty passwords
Offering: openGaussDev

More detail: Do not allow creation of users with empty passwords

Match-id-8cb0a708be3c4115ad5e7ac3584d3cdd83ec7b1e
2022-03-14 19:34:42 +08:00
openGaussDev 06e43a8f9b fix the bug that mask password fails when stmt is truncated
Offering: openGaussDev

More detail: fix the bug that mask password fails when stmt is truncated

Signed-off-by: HeRui <herui30@huawei.com>

Match-id-d32724bb606ac2ebae17c2900b160b35c4033a24
2022-03-14 19:34:42 +08:00
openGaussDev 5852d1949f Fix the bug sublink pullup in SWCB contains subquerys
Offering: openGaussDev

More detail:

Match-id-dac69c0ec0d9bb19b1464709d932ca87a889f67f
2022-03-14 19:34:42 +08:00
openGaussDev 6dc2d139d5 Global SysCache
Offering: openGaussDev

More detail:
	    修复线程池模式waitmission起事务后内存上下文不正确导致内存泄漏问题

Match-id-18f61b45531eaa886b7b7cf2bce9bf6c97a901fb
2022-03-14 19:34:42 +08:00
openGaussDev 38b7213f8e fix security issue
Offering: openGaussDev

More detail: fix try-catch of check_engine_status

Match-id-9560a5be8caa621a4d5bf1eb6e24403e5a2aacfa
2022-03-14 19:34:42 +08:00
openGaussDev 3900f93081 fixbug for pgarch thread restart too frequently
Offering: openGaussDev

More detail:

Match-id-02918e510f5ec5f6cf40951eba74dee706324deb
2022-03-14 19:34:42 +08:00
openGaussDev 884ea16aa3 fix get_tuple
Offering: openGaussDev

More detail: fix get_tuple

Match-id-aed00ca9fb0d67624e5de7d2448c57a3baf26eb0
2022-03-14 19:34:42 +08:00
openGaussDev 1d66aded47 Offering: openGaussDev
More detail: 

# Conflicts:
#	src/gausskernel/storage/tcap/tcap_manager.cpp

Match-id-c0b0a159ce50e302e53a882e1916b594b0f47286
2022-03-14 19:34:42 +08:00
openGaussDev e5970d87e0 [] optimize plugins of DBMind
Offering: openGaussDev

More detail: opt

Match-id-9495280ca4e6c28de3c1e6d0150cae65d5e8ead6
2022-03-14 19:34:42 +08:00
openGaussDev 893535a2b8 modify cmakelist
Offering: openGaussDev

More detail: opt

Match-id-211f56860c55277e240e52618c1fa7011237de5d
2022-03-14 19:34:42 +08:00
openGaussDev af8dd4ecb9 mask password before storing into hash
Offering: openGaussDev

More detail: mask password before storing into hash

Match-id-8eb6b3914e2a402344b1b1b8ac69c00adec93236
2022-03-14 19:34:42 +08:00
openGaussDev 3bb32d1d4a SQL optimization
Offering: openGaussDev

More detail: support null_test short circuit

# Conflicts:
#	src/test/regress/parallel_schedule0

Match-id-b136e3ec8a8b1f7983c92aa6c68b395a2ea6bbd7
2022-03-14 19:34:42 +08:00
openGaussDev ab3ee6a00a submit code to openGauss-server
Offering: openGaussDev

More detail: predpush hint warning

Signed-off-by:chenhaotian <chenhaotian3@huawei.com>

Match-id-d5062416ccb335e3e249bdab904fd99bf4765f3b
2022-03-14 19:34:42 +08:00