The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Download Latest Version
postgresql-42.7.8.jar (1.1 MB)
Email in envelope
Get an email when there's a new version of PostgreSQL JDBC Driver
Home
/
REL42.7.5
| Name | Modified | Size | InfoDownloads / Week |
|---|---|---|---|
| Parent folder | |||
| postgresql-42.7.5.jar | 2025年01月14日 | 1.1 MB | |
| README.md | 2025年01月14日 | 5.0 kB | |
| v42.7.5 source code.tar.gz | 2025年01月14日 | 2.3 MB | |
| v42.7.5 source code.zip | 2025年01月14日 | 3.0 MB | |
| Totals: 4 Items | 6.4 MB | 2 | |
Changes
- update changelogs and increment version in gradle.properties for release @davecramer (#3478)
- regression: revert change in https://github.com/pgjdbc/pgjdbc/commit/fc60537 @davecramer (#3476)
- Fix PgDatabaseMetaData implementation of catalog as param and return value @SophiahHo (#3390)
- Support default GSS credentials in the Java Postgres client @nrhall (#3451)
- fix: return only the transactions accessible by the current_user in XAResource.recover @vlsi (#3450)
- feat: don't force send extra_float_digits for PostgreSQL >= 12 (#3432) @damienb-opt (#3446)
- fix: exclude "include columns" from the list of primary keys @priteshranjan01 (#3434)
- Enhance the meta query performance by specifying the oid. @dh-cloud (#3427)
- feat: support getObject(int, byte[].class) for bytea @anesterenok (#3274)
- docs: document infinity and some minor edits @davecramer (#3407)
- Added way to check for major server version, fixed check for RULE @davecramer (#3402)
- fixed remaining paragraphs @Zopsss (#3398)
- fixed paragraphs in javadoc comments @Zopsss (#3397)
- Reuse buffers and reduce allocations in GSSInputStream addresses Issue [#3251] @davecramer (#3255)
- chore: Update Gradle to 8.10.2 @jorsol (#3388)
- ci: Test with Java 23 @jorsol (#3381)
- Fix getSchemas() @SophiahHo (#3386)
- Update rpm postgresql-jdbc.spec.tpl with scram-client @jorsol (#3324)
- Clearing thisRow and rowBuffer on close() of ResultSet @reallyinsane (#3384)
- Package was renamed to maven-bundle-plugin @ljavorsk (#3382)
- As of version 18 the RULE privilege has been removed @davecramer (#3378)
- fix: use buffered inputstream to create GSSInputStream @Sasasu (#3373)
- get rid of 8.4, 9.0 pg versions and use >= jdk version 17 @davecramer (#3372)
- Changed docker-compose version and renamed script file in instructions to match the real file name @MohanadKh03 (#3363)
- Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest @nvanbenschoten (#3364)
- try to categorize dependencies @davecramer (#3362)