| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| postgresql-42.7.9.jar | 2026-01-15 | 1.1 MB | |
| README.md | 2026-01-15 | 6.0 kB | |
| v42.7.9 source code.tar.gz | 2026-01-15 | 2.4 MB | |
| v42.7.9 source code.zip | 2026-01-15 | 3.0 MB | |
| Totals: 4 Items | 6.5 MB | 2 | |
Changes
- Added changelogs for version 42.7.9 @davecramer (#3908)
- the classloader is nullable, and remove a space @davecramer (#3907)
- fix: incorrect pg_stat_replication.reply_time calculation @atorik (#3906)
- fix: issue [#3892], PGXAConnection.prepare(Xid) should return XA_RDONLY if the connection is read only @davecramer (#3897)
- fix badges for maven central and search paths. Sonatype has changed the search paths @davecramer (#3901)
- fix: make all Calendar instances proleptic Gregorian (#3837) @m-van-tilburg (#3887)
- test: add CI tests with Java 26 @vlsi (#3893)
- perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder @vlsi (#3866)
- use ssl_is_used() to check for ssl connection @davecramer (#3867)
- Add PEMKeyManager to handle PEM based certs and keys. @harinath001 (#3700)
- Comment and simplify the complex state machine logic in QueryExecutorImpl @davecramer (#3850)
- Revert "fix: Issue [#3784] pgjdbc can't decode numeric arrays containing special numbers like NaN" @davecramer (#3851)
- fix: Issue [#3784] pgjdbc can't decode numeric arrays containing special numbers like NaN @ShenFeng312 (#3838)
- Small simplication of locking patterns in QueryExecutorBase @Sanne (#3849)
- doc: update property quoteReturningIdentifiers default value @sodekim (#3847)
- feat: default query timeout property @cfredri4 (#3705)
- create action to deploy docs to https://pgjdbc.github.io/ @davecramer (#3819)
- fix homepage release note @davecramer (#3817)
🐛 Bug Fixes
- fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob @vlsi (#3903)
- fix: avoid memory leaks in Java \<= 21 caused by Thread.inheritedAccessControlContext @vlsi (#3886)
📝 Documentation
- doc: add the new PGP signing key to the official documentation @vlsi (#3813)
🧰 Maintenance
- chore: remove unused com.github.spotbugs Gradle plugin dependency @vlsi (#3868)
- chore: drop SpotBugs as we do not seem to use it @vlsi (#3834)
- chore: bump version to 42.7.9 after 42.7.8 release @vlsi (#3810)