forked from epgsql/epgsql
-
Notifications
You must be signed in to change notification settings - Fork 3
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
fetch latest from upstream #13
Open
marcparadise
wants to merge
397
commits into
chef:master
Choose a base branch
from
epgsql:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Fix epgsqla and epgsqli API specs
Pluggable types
Add elvis; fixes #141
* Nonce should be unique * Make normalize/1 stricter * add handling of 'unknown' from auth functions
Re-generate epgsql_errcodes.erl
Scram sha auth
Add docs for pluggable commands and with_transaction/3. Explain send.
Use R16-compatible rebar3 on R16
erlang:get_stacktrace() was deprecated
More reliable epgsql_cth:get_version
Fix bpcahar parameter is list. Fixes #159
Compatibility with Erlang 21
…se synchronous handler
…replication-streaming A flow control in the replication streaming mode
* `epgsql` / `epgsqla` / `epgsqli` / copy-mode can be used with `socket_active` option * `epgsqli` can do fine-grained flow control because it produces `{epgsql, C, socket_passive}` messages * other interfaces re-activate the socket under the hood as soon as `epgsql_sock` receives `tcp_passive` / `ssl_passive`
CI: add OTP-25, remove OTP-19, add PostgreSQL 14, 15
Add testcase on correctly redacted state. Also mention that `format_status/2` callback is deprecated since OTP-25.
So that Github will complain no more about running on outdated Node.js runtime.
Generalize socket active n
Support blessed `format_status/1` callback
Handle ReadyForQuery synchronously in the replication mode
Fix issue with columns in multiple squery response
* Don't call `prim_inet` port directly * Add `verify=verify_none` option in SSL tests
So OTP_RELEASE macro could be freely used
Add OTP-26 to CI
(this is due to one of the PRs was merged directly to master)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Among many other things, this adds support for the
jsonb
data type.