This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from db2c906 Reduce call of isNeedEncrypt method to improve performance (#15072) add 39712f3 Refactor timestamp parser for PostgreSQL (#15077) No new revisions were added by this update. Summary of changes: .../extended/bind/OpenGaussComBatchBindPacket.java | 19 +----- .../extended/bind/PostgreSQLComBindPacket.java | 19 +----- .../protocol/PostgreSQLTextTimestampUtils.java | 56 ++++++++++++++++++ .../protocol/PostgreSQLTextTimestampUtilsTest.java | 69 ++++++++++++++++++++++ 4 files changed, 129 insertions(+), 34 deletions(-) create mode 100644 shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/extended/bind/protocol/PostgreSQLTextTimestampUtils.java create mode 100644 shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/extended/bind/protocol/PostgreSQLTextTimestampUtilsTest.java