-
Notifications
You must be signed in to change notification settings - Fork 924
Comparing changes
Open a pull request
base repository: pgjdbc/pgjdbc
base: REL42.3.4
head repository: pgjdbc/pgjdbc
compare: REL42.3.6
- 14 commits
- 26 files changed
- 4 contributors
Commits on Apr 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a7e8a32 - Browse repository at this point
Copy the full SHA a7e8a32View commit details
Commits on Apr 21, 2022
-
perf: enable tcpNoDelay by default (#2495)
In [#2341](#2341) the option to configure tcpNoDelay was added, with a default value of false. The previous value of this setting was true, as set in PGStream.changeSocket(Socket) with the following code: ``` // Submitted by Jason Venner <[email protected]>. Disable Nagle // as we are selective about flushing output only when we // really need to. connection.setTcpNoDelay(true); ``` `changeSocket()` is called from the `PGStream` constructor, which is called in `ConnectionFactoryImpl`, and then later we overwrite the value with the one from the properties. We had a performance issue when upgrading from 42.2.24 to 42.3.3, and we suspected the issue in 42.3.2 and confirmed that by passing the property `tcpNoDelay=true` to the driver, the performance issue was fixed.
Configuration menu - View commit details
-
Copy full SHA for c144392 - Browse repository at this point
Copy the full SHA c144392View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffda18b - Browse repository at this point
Copy the full SHA ffda18bView commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 63fe7f3 - Browse repository at this point
Copy the full SHA 63fe7f3View commit details
Commits on Apr 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6049852 - Browse repository at this point
Copy the full SHA 6049852View commit details
Commits on May 2, 2022
-
feat: targetServerType=preferPrimary connection parameter (#2483)
* preferPrimary: documentation, code/logic, tests * preferPrimary: fixed code style * preferPrimary: new tests are in alphabetical order * preferPrimary: simplify MultiHostChooser.candidateIterator(), fix the optimization in there
Configuration menu - View commit details
-
Copy full SHA for 8444ed6 - Browse repository at this point
Copy the full SHA 8444ed6View commit details -
fix: revert removal of toOffsetDateTime(String timestamp) fixes #Issu…
…e 2497 (#2501) * fix: revert removal of toOffsetDateTime(String timestamp) fixes #Issue 2497 * resurrected OffsetDateTime toOffsetDateTime(Time t) for completeness * move handling of UTC for string OffsetDateTime to call site to retain the original function signature of TimestampUtils.toOffsetDateTime * check for +/- infinity before setting timezone to UTC
Configuration menu - View commit details
-
Copy full SHA for 4d711c2 - Browse repository at this point
Copy the full SHA 4d711c2View commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c04582e - Browse repository at this point
Copy the full SHA c04582eView commit details
Commits on May 4, 2022
-
* Updated changelog for 42.3.5 * release notes for 42.3.5 * removed details from changelog items * update to May 4
Configuration menu - View commit details
-
Copy full SHA for 2bd774e - Browse repository at this point
Copy the full SHA 2bd774eView commit details -
More changlog additions added chore to terminate CI jobs on fast PR p…
…ushes [SKIP-CI] (#2503) * Added chore to terminate CI jobs on fast PR pushes
Configuration menu - View commit details
-
Copy full SHA for 0d6ccb1 - Browse repository at this point
Copy the full SHA 0d6ccb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0872ad0 - Browse repository at this point
Copy the full SHA 0872ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12541c4 - Browse repository at this point
Copy the full SHA 12541c4View commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 85f8581 - Browse repository at this point
Copy the full SHA 85f8581View commit details
Commits on May 24, 2022
-
Created release notes for 42.3.6 [SKIP-CI] (#2515)
* Created release notes for 42.3.6
Configuration menu - View commit details
-
Copy full SHA for 7714d03 - Browse repository at this point
Copy the full SHA 7714d03View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff REL42.3.4...REL42.3.6