Skip to content

Update dependency org.postgresql:postgresql to v42.7.10#120

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/org.postgresql-postgresql-42.x
Open

Update dependency org.postgresql:postgresql to v42.7.10#120
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/org.postgresql-postgresql-42.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Type Update Change
org.postgresql:postgresql (source) Test patch 42.7.442.7.10

Release Notes

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.10

Changed
  • chore: Migrate to Shadow 9 PR 3931
  • style: fix empty line before javadoc for checkstyle compliance PR #​3925
  • style: fix lambda argument indentation for checkstyle compliance PR #​3922
  • test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs PR #​3917
Fixed
  • fix: non-standard strings failing test for version 19 PR #​3934
  • fix: small issues in ConnectionFactoryImpl PR #​3929
  • fix: process pending responses before fastpath to avoid protocol errors PR # 3913
  • doc: use.md, fix typos PR #​3911
  • doc: datasource.md, fix minor formatting issue PR #​3912
  • doc: add the new PGP signing key to the official documentation PR #​3912
Reverted

v42.7.9

Added
  • feat: query timeout property PR #​3705
  • feat: Add PEMKeyManager to handle PEM based certs and keys PR #​3700
Changed
  • perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder
  • doc: update property quoteReturningIdentifiers default value PR #​3847
  • security: Use a static method forName to load all user supplied classes. Use the Class.forName 3 parameter method and do not initilize it unless it is a subclass of the expected class
Fixed
  • fix: incorrect pg_stat_replication.reply_time calculation PR #​3906
  • fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob
  • fix: PGXAConnection.prepare(Xid) should return XA_RDONLY if the connection is read only PR #​3897
  • fix: make all Calendar instances proleptic Gregorian PR #​3837
  • fix: Simplify concurrency guards on QueryExecutorBase#transaction and QueryExecutorBase#standardConformingStrings PR #​3897
  • fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext PR #​3886
  • fix: Issue #​3784 pgjdbc can't decode numeric arrays containing special numbers like NaN PR #​3838
  • fix: use ssl_is_used() to check for ssl connection PR #​3867
  • fix: the classloader is nullable PR #​3907

v42.7.8

Added
  • feat: Add configurable boolean-to-numeric conversion for ResultSet getters PR #​3796
Changed
  • perf: remove QUERY_ONESHOT flag when calling getMetaData PR #​3783
  • perf: use BufferedInputStream with FileInputStream PR #​3750
  • perf: enable server-prepared statements for DatabaseMetaData
Fixed
  • fix: avoid NullPointerException when cancelling a query if cancel key is not known yet
  • fix: Change "PST" timezone in TimestampTest to "Pacific Standard Time" PR #​3774
  • fix: traverse the current dimension to get the correct pos in PgArray#calcRemainingDataLength PR #​3746
  • fix: make sure getImportedExportedKeys returns columns in consistent order
  • fix: Add "SELF_REFERENCING_COL_NAME" field to getTables' ResultSetMetaData to fix NullPointerException PR #​3660
  • fix: unable to open replication connection to servers < 12
  • fix: avoid closing statement caused by driver's internal ResultSet#close()
  • fix: return empty metadata for empty catalog names as it was before
  • fix: Incorrect class comparison in PGXmlFactoryFactory validation

v42.7.7

Security
  • security: Client Allows Fallback to Insecure Authentication Despite channelBinding=require configuration.
    Fix channel binding required handling to reject non-SASL authentication
    Previously, when channel binding was set to "require", the driver would silently ignore this
    requirement for non-SASL authentication methods. This could lead to a false sense of security
    when channel binding was explicitly requested but not actually enforced. The fix ensures that when
    channel binding is set to "require", the driver will reject connections that use
    non-SASL authentication methods or when SASL authentication has not completed properly.
    See the Security Advisory for more detail. Reported by George MacKerron
    The following CVE-2025-49146 has been issued
Added
  • test: Added ChannelBindingRequiredTest to verify proper behavior of channel binding settings

v42.7.6

Features
  • fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property PR #​3513
Performance Improvements
  • performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) PR #​3510
  • feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed PR #​3613

v42.7.5

Added
Fixed
  • regression: revert change in fc60537 PR #​3476
  • fix: PgDatabaseMetaData implementation of catalog as param and return value PR #​3390
  • fix: Support default GSS credentials in the Java Postgres client PR #​3451
  • fix: return only the transactions accessible by the current_user in XAResource.recover PR #​3450
  • feat: don't force send extra_float_digits for PostgreSQL >= 12 fix Issue #​3432 PR #​3446
  • fix: exclude "include columns" from the list of primary keys PR #​3434
  • perf: Enhance the meta query performance by specifying the oid. PR #​3427
  • feat: support getObject(int, byte[].class) for bytea PR #​3274
  • docs: document infinity and some minor edits PR #​3407
  • fix: Added way to check for major server version, fixed check for RULE PR #​3402
  • docs: fixed remaining paragraphs PR #​3398
  • docs: fixed paragraphs in javadoc comments PR #​3397
  • fix: Reuse buffers and reduce allocations in GSSInputStream addresses Issue #​3251 PR #​3255
  • chore: Update Gradle to 8.10.2 PR #​3388
  • fix: getSchemas() PR #​3386
  • fix: Update rpm postgresql-jdbc.spec.tpl with scram-client PR #​3324
  • fix: Clearing thisRow and rowBuffer on close() of ResultSet Issue #​3383 PR #​3384
  • fix: Package was renamed to maven-bundle-plugin PR #​3382
  • fix: As of version 18 the RULE privilege has been removed PR #​3378
  • fix: use buffered inputstream to create GSSInputStream PR #​3373
  • test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 PR #​3372
  • Changed docker-compose version and renamed script file in instructions to match the real file name PR #​3363
  • test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest PR #​3364
  • try to categorize dependencies PR #​3362

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 5a207be to 8178772 Compare February 25, 2025 19:37
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 8178772 to be9a893 Compare March 18, 2025 16:41
@renovate renovate bot changed the title Update dependency org.postgresql:postgresql to v42.7.5 Update dependency org.postgresql:postgresql to v42.7.6 May 28, 2025
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from be9a893 to d83938d Compare May 28, 2025 14:45
@renovate renovate bot changed the title Update dependency org.postgresql:postgresql to v42.7.6 Update dependency org.postgresql:postgresql to v42.7.7 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from d83938d to 5b35b3a Compare June 11, 2025 10:39
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 5b35b3a to 4945f0b Compare September 19, 2025 02:26
@renovate renovate bot changed the title Update dependency org.postgresql:postgresql to v42.7.7 Update dependency org.postgresql:postgresql to v42.7.8 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 4945f0b to dec79c3 Compare October 1, 2025 19:07
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from dec79c3 to 17c6ea6 Compare October 19, 2025 21:13
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 17c6ea6 to bf7c23b Compare November 10, 2025 18:41
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from bf7c23b to 62cf53e Compare December 11, 2025 20:09
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 62cf53e to 86129e9 Compare December 22, 2025 01:52
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 86129e9 to b430b65 Compare January 7, 2026 01:11
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from b430b65 to bc72cf9 Compare January 15, 2026 18:29
@renovate renovate bot changed the title Update dependency org.postgresql:postgresql to v42.7.8 Update dependency org.postgresql:postgresql to v42.7.9 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from bc72cf9 to 07084bf Compare January 17, 2026 16:34
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from a772988 to 62d701a Compare January 30, 2026 20:25
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from 333e871 to d5f6dfe Compare February 6, 2026 16:32
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from 68bb234 to 7db1dde Compare February 11, 2026 21:29
@renovate renovate bot changed the title Update dependency org.postgresql:postgresql to v42.7.9 Update dependency org.postgresql:postgresql to v42.7.10 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from edfde3b to 129a60e Compare February 14, 2026 21:00
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 129a60e to d9acfc7 Compare February 16, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants