Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rdDiN-004Trj-7C for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 22 Feb 2024 18:22:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rdDiL-00DAvk-RZ for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 22 Feb 2024 18:22:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rdCf3-00CmlB-KB for pgsql-jdbc-commits@lists.postgresql.org; Thu, 22 Feb 2024 17:15:06 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rdCf0-000Suf-5E for pgsql-jdbc-commits@lists.postgresql.org; Thu, 22 Feb 2024 17:15:04 +0000 Received: from github.com (hubbernetes-node-65f8c29.ash1-iad.github.net [10.56.149.32]) by smtp.github.com (Postfix) with ESMTPA id 2A7B33410E2 for ; Thu, 22 Feb 2024 09:15:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1708622102; bh=3yVU4sQQZIckZ3R+gSERtvsQCF4jxJuYljmSpDJr7VE=; h=Date:From:To:Subject:List-Unsubscribe:From; b=bC8ghw3mhe47PoSRG7kyMjEKbDXrMRBbQcvcV7EFumWHYz/Vlr1QyVoQc8htaycZ2 oGaJtf126Oxv2ZFVuCyLQQSA3gOCzp4g8vwxxW7bJpNYmEkV43EbPzr9ffPWRjWei1 tqFdYJOuW9EkdkqU6W6D1g5ProwoXkoE5uHKAr5Q= Date: Thu, 22 Feb 2024 09:15:02 -0800 From: Dave Cramer To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 5ecd40: WIP speed up getDate Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/fixdate Home: https://github.com/pgjdbc/pgjdbc Commit: 5ecd40798e3d7721ff1285347878b6a2f160c04f https://github.com/pgjdbc/pgjdbc/commit/5ecd40798e3d7721ff1285347878b6a2f160c04f Author: Dave Cramer Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/ArrayDecoding.java M pgjdbc/src/main/java/org/postgresql/jdbc/PgCallableStatement.java M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java Log Message: ----------- WIP speed up getDate fix localdate tests fix infinity comparison binary tests fix PolyNull To unsubscribe from these emails, change your notification settings at https://github.com/pgjdbc/pgjdbc/settings/notifications