Skip to content

chore(deps): update dependency org.postgresql:postgresql to v42.7.5

This MR contains the following updates:

Package Type Update Change
org.postgresql:postgresql (source) compile patch 42.7.4 -> 42.7.5

Release Notes

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.5

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports