pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feed[pgjdbc/pgjdbc] issue #2834: LocalTime.MAX is more precise than postgresql, causing a possible overflow to the next day
2023-02-28 20:31 UTC "tsayao (@tsayao)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #2834: LocalTime.MAX is more precise than postgresql, causing a possible overflow to the next day
2023-02-28 20:42 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #2834: LocalTime.MAX is more precise than postgresql, causing a possible overflow to the next day
2026-03-13 14:31 UTC "motofix (@motofix)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #2834: LocalTime.MAX is more precise than postgresql, causing a possible overflow to the next day
2026-03-17 10:48 UTC "davecramer (@davecramer)" <[email protected]>
[4+ messages in thread]
[pgjdbc/pgjdbc] PR #3972: chore: suppress deprecations in test code to reduce build verbosity
2026-03-17 09:57 UTC "vlsi (@vlsi)" <[email protected]>
[pgjdbc/pgjdbc] PR #3971: test: add @DisableLogger annotation to suppress expected log warnings in tests
2026-03-17 09:53 UTC "vlsi (@vlsi)" <[email protected]>
[pgjdbc/pgjdbc] PR #3970: chore: replace log warning in ConnectionFactory.closeStream with Throwable.addSuppressed
2026-03-17 05:52 UTC "vlsi (@vlsi)" <[email protected]>
[pgjdbc/pgjdbc] PR #3969: fix(deps): update dependency org.junit:junit-bom to v5.14.3
2026-03-16 16:50 UTC "renovate-bot (@renovate-bot)" <[email protected]>
[pgjdbc/pgjdbc] PR #3968: fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in
2026-03-16 15:27 UTC "vlsi (@vlsi)" <[email protected]>
[pgjdbc/pgjdbc] PR #3967: test: move test table creation from @BeforeEach to @BeforeAll
2026-03-16 15:19 UTC "vlsi (@vlsi)" <[email protected]>
[pgjdbc/pgjdbc] PR #3965: chore: use greedy pairwise coverage for CI matrix generation
2026-03-16 07:44 UTC "vlsi (@vlsi)" <[email protected]>
[pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments
2026-03-14 19:18 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments
2026-03-15 11:51 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments
2026-03-15 11:59 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments
2026-03-15 14:36 UTC "sehrope (@sehrope)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments
2026-03-15 15:04 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments
2026-03-15 22:02 UTC "davecramer (@davecramer)" <[email protected]>
[6+ messages in thread]
[pgjdbc/pgjdbc] issue #3953: "ForkJoinPool.commonPool-worker-1" java.lang.SecurityException: setContextClassLoader
2026-03-07 04:23 UTC "martin-dorey-hv (@martin-dorey-hv)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3953: "ForkJoinPool.commonPool-worker-1" java.lang.SecurityException: setContextClassLoader
2026-03-14 22:35 UTC "martin-dorey-hv (@martin-dorey-hv)" <[email protected]>
[2+ messages in thread]
[pgjdbc/pgjdbc] PR #3962: fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers
2026-03-14 06:45 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3962: fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers
2026-03-14 09:51 UTC "vlsi (@vlsi)" <[email protected]>
[2+ messages in thread]
[pgjdbc/pgjdbc] issue #3957: Connection.isValid(timeout) hangs indefinitely after network interruption during PGCopyOutputStream COPY
2026-03-11 16:09 UTC "jptx1234 (@jptx1234)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3957: Connection.isValid(timeout) hangs indefinitely after network interruption during PGCopyOutputStream COPY
2026-03-14 06:11 UTC "vlsi (@vlsi)" <[email protected]>
[2+ messages in thread]
[pgjdbc/pgjdbc] PR #3960: fix: release COPY lock on IOException to prevent connection hang (#3957)
2026-03-13 17:16 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3960: fix: release COPY lock on IOException to prevent connection hang (#3957)
2026-03-13 20:05 UTC "davecramer (@davecramer)" <[email protected]>
[2+ messages in thread]
[pgjdbc/pgjdbc] PR #3961: fix: use compareTo for LogSequenceNumber comparison
2026-03-13 18:58 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3961: fix: use compareTo for LogSequenceNumber comparison
2026-03-13 19:00 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3961: fix: use compareTo for LogSequenceNumber comparison
2026-03-13 19:26 UTC "davecramer (@davecramer)" <[email protected]>
[3+ messages in thread]
[pgjdbc/pgjdbc] PR #3959: Make sure we unlock the lock in QueryExecutorImpl if an error occurs
2026-03-13 15:26 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3959: Make sure we unlock the lock in QueryExecutorImpl if an error occurs
2026-03-13 18:12 UTC "davecramer (@davecramer)" <[email protected]>
[2+ messages in thread]
[pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-02-03 13:58 UTC "aditsu (@aditsu)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-10 02:49 UTC "dkozlov-de (@dkozlov-de)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-10 12:11 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-10 13:34 UTC "dkozlov-de (@dkozlov-de)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-10 13:37 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-10 16:59 UTC "aditsu (@aditsu)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-11 13:02 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-11 13:45 UTC "dkozlov-de (@dkozlov-de)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-11 16:49 UTC "aditsu (@aditsu)" <[email protected]>
` Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb
2026-03-12 12:49 UTC "davecramer (@davecramer)" <[email protected]>
[10+ messages in thread]
[pgjdbc/pgjdbc] PR #3958: Update docker scripts
2026-03-12 12:11 UTC "davecramer (@davecramer)" <[email protected]>
[pgjdbc/pgjdbc] PR #3956: Return jsonb as PGObject fixes Issue #3926
2026-03-11 13:38 UTC "davecramer (@davecramer)" <[email protected]>
[pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-07-17 13:28 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-07-19 16:15 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-07-20 05:21 UTC "papegaaij (@papegaaij)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-07-23 07:32 UTC "haster (@haster)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-08-04 11:25 UTC "haster (@haster)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-08-04 11:29 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-08-11 11:36 UTC "haster (@haster)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-08-11 11:44 UTC "haster (@haster)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-08-21 14:26 UTC "haster (@haster)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2025-12-03 06:27 UTC "bathinamahesh (@bathinamahesh)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2026-02-19 09:22 UTC "papegaaij (@papegaaij)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2026-02-19 10:00 UTC "vlsi (@vlsi)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2026-02-19 11:25 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2026-02-24 11:58 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3728: fix: ensure extended protocol messages end with Sync message
2026-03-10 07:16 UTC "sazonov (@sazonov)" <[email protected]>
[15+ messages in thread]
[pgjdbc/pgjdbc] PR #3954: add users to pg_hba.conf file for head for the require_auth tests to pass
2026-03-09 20:26 UTC "davecramer (@davecramer)" <[email protected]>
[pgjdbc/pgjdbc] PR #3890: WIP add ability to create holdable cursors at the protocol level
2025-12-07 14:36 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3890: WIP add ability to create holdable cursors at the protocol level
2026-03-05 11:50 UTC "davecramer (@davecramer)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3890: WIP add ability to create holdable cursors at the protocol level
2026-03-09 14:11 UTC "reinhapa (@reinhapa)" <[email protected]>
` Re: [pgjdbc/pgjdbc] PR #3890: WIP add ability to create holdable cursors at the protocol level
2026-03-09 15:36 UTC "davecramer (@davecramer)" <[email protected]>
[4+ messages in thread]
[pgjdbc/pgjdbc] PR #3951: chore(deps): update gradle/actions digest to ed40850 - autoclosed
2026-03-02 10:18 UTC "renovate-bot (@renovate-bot)" <[email protected]>
[pgjdbc/pgjdbc] PR #3950: fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.7
2026-03-02 09:37 UTC "renovate-bot (@renovate-bot)" <[email protected]>
[pgjdbc/pgjdbc] PR #3949: chore(deps): update release-drafter/release-drafter digest to 6a93d82 - autoclosed
2026-03-02 01:47 UTC "renovate-bot (@renovate-bot)" <[email protected]>
[pgjdbc/pgjdbc] PR #3948: chore(deps): update github/codeql-action digest to 820e316 - autoclosed
2026-03-02 01:47 UTC "renovate-bot (@renovate-bot)" <[email protected]>
[next (older)]
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox