-
Notifications
You must be signed in to change notification settings - Fork 894
Prepare release notes for release 42_7_6 (new format) #3628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CHANGELOG.md
Outdated
• test: Added CI executions with adaptive_fetch=true by default for performance testing [PR #bd572f40](https://github.com/pgjdbc/pgjdbc/commit/bd572f40) | ||
• test: Added tests with reWriteBatchedInserts=true [PR #972cddd9](https://github.com/pgjdbc/pgjdbc/commit/972cddd9) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those do not seem to belong to performance improvements
section
CHANGELOG.md
Outdated
## Bug Fixes | ||
|
||
### Protocol & Connection Handling | ||
• fix: Fixed sending extra_float_digits [PR #3491](https://github.com/pgjdbc/pgjdbc/pull/3491) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
• fix: Fixed sending extra_float_digits [PR #3491](https://github.com/pgjdbc/pgjdbc/pull/3491) | |
• fix: send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](https://github.com/pgjdbc/pgjdbc/pull/3491) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually we don't send extra_float_digits for 12+. After 12 we don't send it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we send extra_float_digits for after 12?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The meaning changed after 12 https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-EXTRA-FLOAT-DIGITS
One possible movement to another section. Otherwise looks good. |
@vlsi @sehrope
This was done with some massaging but mostly using AI
Thoughts ?