Skip to content

Comments

dependency: Update dependency org.postgresql:postgresql to v42.7.9#74

Merged
vLuckyyy merged 1 commit intomasterfrom
renovate/patch-versions.postgresql
Jan 18, 2026
Merged

dependency: Update dependency org.postgresql:postgresql to v42.7.9#74
vLuckyyy merged 1 commit intomasterfrom
renovate/patch-versions.postgresql

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2025

This PR contains the following updates:

Package Change Age Confidence
org.postgresql:postgresql (source) 42.7.542.7.9 age confidence

Release Notes

pgjdbc/pgjdbc (org.postgresql:postgresql)

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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the 🔄 dependencies Pull requests that update a dependency file label Sep 13, 2025
@renovate renovate bot force-pushed the renovate/patch-versions.postgresql branch from 261b96c to 76d5eaf Compare September 19, 2025 01:11
@renovate renovate bot changed the title dependency: Update dependency org.postgresql:postgresql to v42.7.7 dependency: Update dependency org.postgresql:postgresql to v42.7.8 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/patch-versions.postgresql branch 2 times, most recently from 558e538 to 90cd8b2 Compare September 22, 2025 21:05
@renovate renovate bot requested a review from a team as a code owner September 22, 2025 21:05
@renovate renovate bot force-pushed the renovate/patch-versions.postgresql branch 2 times, most recently from acd78e6 to 2862afb Compare September 23, 2025 01:25
@renovate renovate bot force-pushed the renovate/patch-versions.postgresql branch 3 times, most recently from a163299 to a2c874e Compare November 15, 2025 20:17
@renovate renovate bot force-pushed the renovate/patch-versions.postgresql branch from a2c874e to 81e2a93 Compare January 15, 2026 21:02
@renovate renovate bot changed the title dependency: Update dependency org.postgresql:postgresql to v42.7.8 dependency: Update dependency org.postgresql:postgresql to v42.7.9 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/patch-versions.postgresql branch 3 times, most recently from 032704a to f01d0d5 Compare January 17, 2026 21:47
@renovate renovate bot force-pushed the renovate/patch-versions.postgresql branch from f01d0d5 to 8047856 Compare January 17, 2026 21:56
@vLuckyyy vLuckyyy merged commit 2a15618 into master Jan 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔄 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant