REL42.3.2
版本发布时间: 2023-02-19 16:30:04
pgjdbc/pgjdbc最新发布版本:REL42.7.4(2024-08-23 00:47:06)
What's Changed
- doc: improv doc around binary decoding of numeric data by @bokken in https://github.com/pgjdbc/pgjdbc/pull/2331
- [typo] typo in CONTRIBUTING.md by @snuyanzin in https://github.com/pgjdbc/pgjdbc/pull/2332
- fix: use local TimestampUtil in PgStatement and PgResultset for thread safety by @marcmuel in https://github.com/pgjdbc/pgjdbc/pull/2291
- move comment to appropriate place and add explanation by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2336
- bump version in readme and gradle.properties by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2335
- perf: read in_hot_standby GUC on connection by @Rattenkrieg in https://github.com/pgjdbc/pgjdbc/pull/2334
- [typo] in connect.md by @snuyanzin in https://github.com/pgjdbc/pgjdbc/pull/2338
- test: materialized view privileges by @mgrobaker in https://github.com/pgjdbc/pgjdbc/pull/2209
- test: Fix DatabaseMetadataTest to perform mview tests only on 9.3+ by @sehrope in https://github.com/pgjdbc/pgjdbc/pull/2340
- add entries for latest changes by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2339
- Ms goodman time gettimestamp micros by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2181
- Issue 2278 ; jdbc:postgresql://?service= ; pg_service.conf ; .pgpass by @MarekUniq in https://github.com/pgjdbc/pgjdbc/pull/2282
- add TCP No Delay option fixes Issue #2324 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2341
- fix Issue #2300. The spec says that calling close() on a closed connection is a noop. by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2345
- fix: parsing service file tests for windows by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2347
- fixForIsAutoGenerated Fix For IS_AUTOGENERATED Flag by @JoelRabinovitch in https://github.com/pgjdbc/pgjdbc/pull/2348
- fix: Connection leak in ConnectionFactoryImpl#tryConnect #2350 by @wyrzyk in https://github.com/pgjdbc/pgjdbc/pull/2351
- Misprint in messages_ru.java by @snuyanzin in https://github.com/pgjdbc/pgjdbc/pull/2358
- fix: return getIndexInfo metadata columns in UPPER CASE by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2368
- fix: rework gss authentication to use the principal name to get the credentials fixes Issue #2235 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2352
- Removed unsafe package and native kerberos ticket check by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2363
- log4jmessage by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2370
- Fix misprint in escaped-functions.md for random by @snuyanzin in https://github.com/pgjdbc/pgjdbc/pull/2372
- Put back GSSCallbackHandler. Avoid using forbidden api by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2373
- fix: do not close refcursor after reading if fetchsize has been set fixes ISSUE #2227 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2371
- Add plugin manager to allow dynamically supplying passwords by @sehrope in https://github.com/pgjdbc/pgjdbc/pull/2369
- style: fix typos in pgobject javadoc by @marschall in https://github.com/pgjdbc/pgjdbc/pull/2379
- style: import java.time types in TimestampUtils by @marschall in https://github.com/pgjdbc/pgjdbc/pull/2380
- style: import java.time types in more classes by @marschall in https://github.com/pgjdbc/pgjdbc/pull/2382
- fix: throw SQLException for #getBoolean BIT(>1) by @marschall in https://github.com/pgjdbc/pgjdbc/pull/2386
- style: remove Java 8 / JDBC 4.2 checks by @marschall in https://github.com/pgjdbc/pgjdbc/pull/2383
- docs: remove Java 6 and 7 references from contributing by @marschall in https://github.com/pgjdbc/pgjdbc/pull/2385
- perf: add read(b,o,l) to BlobInputStream by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2376
- Fix omni ci test ref cursor fetch test by @sehrope in https://github.com/pgjdbc/pgjdbc/pull/2391
- fix: default file name is ".pg_service.conf" on Windows (not "pg_service.conf") by @MarekUniq in https://github.com/pgjdbc/pgjdbc/pull/2398
- change the default directory returned on windows to APPDATA/postgresql since that is what we end up using anyway by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2402
- fix: we will ask the server if it supports GSS Encryption if gssEncryption is prefer or require by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2396
- docs: Document timezone reversal from POSIX to ISO by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2413
- fix: PgObject isNull() was reporting the opposite fixes Issue #2411 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2414
- remove skipjre6 and skipjre7 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2415
- docs: add info about convenience maven project by @zmiklank in https://github.com/pgjdbc/pgjdbc/pull/2407
- Add cert key type checking to chooseClientAlias by @nmburgan in https://github.com/pgjdbc/pgjdbc/pull/2417
- test: Disable no-arg callable statement tests in simple query mode by @sehrope in https://github.com/pgjdbc/pgjdbc/pull/2419
- Revert "perf: add read(b,o,l) to BlobInputStream" by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2422
- minor: fix checkstyle violations for empty lines in enum by @strkkk in https://github.com/pgjdbc/pgjdbc/pull/2426
- feat: Change AuthenticationPlugin interface to use char[] rather than String by @sehrope in https://github.com/pgjdbc/pgjdbc/pull/2420
- Changelog42.3.2 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2418
- Use GitHub Action for building RPM in Fedora Copr by @praiskup in https://github.com/pgjdbc/pgjdbc/pull/2428
- Fix the RPM CI - typo in branch names by @praiskup in https://github.com/pgjdbc/pgjdbc/pull/2430
- Generate changelog by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2431
- fix javadoc failure to document parameters by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2432
New Contributors
- @marcmuel made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2291
- @Rattenkrieg made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2334
- @mgrobaker made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2209
- @JoelRabinovitch made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2348
- @wyrzyk made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2351
- @zmiklank made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2407
- @nmburgan made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2417
- @strkkk made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2426
Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.1...REL42.3.2