-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare Postgres.jl for the 1.0 release #5
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
62ff22f
1.0 release readiness: protocol fixes, org-transfer cleanup, API polish
quinnj ac85a2f
Address independent review findings
quinnj 9b02386
Harden copy_in/copy_out against user-IO failures mid-copy
quinnj 8bc5a42
Address security review findings
quinnj 3e362b9
Address security verification findings
quinnj 18cc378
Fix cancel TLS upgrade being skipped, and desync on bad message length
quinnj 136d060
Fix async-message desync in waitfor, and notification read deadline
quinnj 302aa97
Fix leaked read deadline, and notification waiting over TLS
quinnj 6323566
Fix silent array data loss, connection-string handling, and fd leak
quinnj a9c348a
Document the driver-style behavior interface
quinnj fa9bad1
Fix array truncation on ']', schema narrowing, and cursor transaction…
quinnj 2cf22bf
Fix transaction state surviving a failed commit, and cursor double-close
quinnj e8451c0
Use the non-localized severity from ErrorResponse
quinnj 007ceaa
Fix lost server errors on commit failure, and pooled transaction leakage
quinnj 0da51f2
Fix timestamp ranges, "char" zero values, and pin DateStyle
quinnj c1ae7ba
Align session date formats without new startup parameters
quinnj eab05bd
Fix interval-style gap, raw-SQL transactions in the pool, empty sslmode
quinnj 826babf
Fix range registration, BC/wide dates, char escapes, DateStyle order
quinnj 6f65316
Fix raw-SQL transaction safety, multibyte range bounds, offset seconds
quinnj 4fea291
fix: close 1.0 release blockers
quinnj 119ab47
test: cover connection-level wire logging
quinnj 7048644
docs: disclose assisted 1.0 development
quinnj 49823c3
fix(ci): restore Linux release validation
quinnj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| MIT License | ||
|
|
||
| Copyright (c) 2022 Jacob Quinn and contributors | ||
|
|
||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
|
|
||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
|
|
||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.