Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
postgresql-42.7.8.jar | 2025-09-19 | 1.1 MB | |
postgresql-42.7.8.jar.asc | 2025-09-19 | 831 Bytes | |
README.md | 2025-09-18 | 8.7 kB | |
v42.7.8 source code.tar.gz | 2025-09-18 | 2.3 MB | |
v42.7.8 source code.zip | 2025-09-18 | 3.0 MB | |
Totals: 5 Items | 6.4 MB | 17 |
Notable changes:
- Releases are signed with a new PGP key which is generated at GitHub Actions and stored only there @vlsi (#3701)
Changes
- fix: Update release plugin config to use .set(...) for props and inject nexus secrets via props @sehrope (#3802)
- update version to 42.7.8 @davecramer (#3801)
- change logs for version 42.7.8 @davecramer (#3797)
- Fix getNotifications() documentation @pdewacht (#3800)
- fix(deps): update dependency om.ongres.scram:scram-client to 3.2 @jorsol (#3799)
- Add configurable boolean-to-numeric conversion for ResultSet getters @vwassan (#3796)
- Update CONTRIBUTING.md @davecramer (#3794)
- perf: remove QUERY_ONESHOT flag when calling getMetaData @ShenFeng312 (#3783)
- test: add bench for batch insert via unnest with arrays @lantalex (#3782)
- fix: Change "PST" timezone in TimestampTest to "Pacific Standard Time" @simon-greatrix (#3774)
- Use
BufferedInputStream
withFileInputStream
@jgardn3r (#3750) - Fix [#3747]: Incorrect class comparison in PGXmlFactoryFactory validation @eitch (#3748)
- fix: traverse the current dimension to get the correct pos in PgArray#calcRemainingDataLength @sly461 (#3746)
- test: add channelBinding to SslTest @vlsi (#3665)
- fix: remove excessive ReentrantLock.lock usages @vlsi (#3703)
- test: add ossf-scorecard security scanning @vlsi (#3695)
- fix indentation to let CI pass @mohitsatr (#3682)
- test: extract pgjdbc/testFixtures to testkit project @vlsi (#3666)
- fix: make sure getImportedExportedKeys returns columns in consistent order @vlsi (#3663)
- feat: use PreparedStatement for DatabaseMetaData.getCrossReference, getImportedKeys, getExportedKeys @vlsi (#3641)
- Add "SELF_REFERENCING_COL_NAME" field to getTables' ResultSetMetaData to fix NullPointerException @SophiahHo (#3660)
š Bug Fixes
- fix: avoid IllegalStateException: Timer already cancelled when StatementCancelTimerTask.run throws a runtime error @vlsi (#3778)
- fix: avoid NullPointerException when cancelling a query if cancel key is not known yet @vlsi (#3780)
- fix: unable to open replication connection to servers \< 12 @vlsi (#3678)
š§° Maintenance
- chore: fix published project name @vlsi (#3809)
- chore: update publish to Central Portal task name after bumping nmcp @vlsi (#3808)
- fix(deps): update com.gradleup.nmcp to 1.1.0 @vlsi (#3807)
- Revert "fix: Update release plugin config to use .set(...) for props and inject nexus creds via gradle props" @vlsi (#3803)
- chore: group com.gradleup.nmcp version updates @vlsi (#3805)
- chore: use bump org.apache.bcel:bcel test dependency in testCompileClasspath as well @vlsi (#3775)
- Fix typo in PGReplicationStream.java @atorik (#3758)
- chore: remove JDK versions from the key workflow names @vlsi (#3759)
- chore: add GitHub Actions workflow for generating release PGP key @vlsi (#3701)
- chore: replace StandardCharsets with Charsets to simplify code @vlsi (#3751)
- chore: migrate publish workflow to Central Portal publishing via com.gradleup.nmcp @vlsi (#3686)
- chore: adjust the default branch name for ossf scorecard scan @vlsi (#3697)
- chore: add top-level read-only permissions for GitHub Actions when missing @vlsi (#3696)
- chore: use config:best-practices preset for Renovate @vlsi (#3687)
- refactor: pass ChannelBinding to ScramAuthenticator instead of passing full Properties @vlsi (#3667)
- chore: update JUnit to 5.13, use @ParameterizedClass @vlsi (#3652)