Skip to content

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

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#21
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/org.postgresql-postgresql-42.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

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

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 - "after 7am and before 11am every weekday" in timezone Europe/London, 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 force-pushed the renovate/org.postgresql-postgresql-42.x branch 4 times, most recently from 624986a to 5a7f5cf Compare February 18, 2025 12:53
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from 94aa86a to 1e1094d Compare February 19, 2025 17:50
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from 2a61da7 to 4161854 Compare March 6, 2025 09:09
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from bd6d874 to 9c3e71b Compare March 18, 2025 09:06
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 4 times, most recently from a6a8831 to 4222a5d Compare April 8, 2025 09:57
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 6 times, most recently from 0881836 to d4fa114 Compare April 15, 2025 14:09
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 6 times, most recently from 040064e to 7eca189 Compare April 22, 2025 14:10
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 5 times, most recently from 51195b2 to 286639f Compare May 8, 2025 13:31
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 8 times, most recently from fe9b2c7 to 83a830e Compare May 15, 2025 15:14
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch 2 times, most recently from 0a0f22b to 62833af Compare May 23, 2025 14:28
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 62833af to 6725b34 Compare May 28, 2025 11:12
@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 6725b34 to 212cba6 Compare June 2, 2025 13:57
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 212cba6 to 1374643 Compare June 11, 2025 16:06
@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
@endakelly endakelly force-pushed the renovate/org.postgresql-postgresql-42.x branch from 1374643 to 5a1ce59 Compare June 16, 2025 08:30
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 5a1ce59 to 03f262c Compare September 18, 2025 23:41
@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 18, 2025
@renovate renovate bot force-pushed the renovate/org.postgresql-postgresql-42.x branch from 03f262c to 0ba1e26 Compare January 15, 2026 19:50
@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 0ba1e26 to acb0556 Compare February 11, 2026 19:54
@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 from acb0556 to 734f7a4 Compare February 26, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants