Skip to content
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
wants to merge 397 commits into
base: master
Choose a base branch
from
Open

fetch latest from upstream #13

wants to merge 397 commits into from

Conversation

marcparadise
Copy link
Member

Among many other things, this adds support for the jsonb data type.

seriyps and others added 30 commits January 5, 2018 09:44
Fix epgsqla and epgsqli API specs
* Add typespecs
* Fix tests
* Add server proof validation
* Change the way how server version is handled
* Nonce should be unique
* Make normalize/1 stricter
* add handling of 'unknown' from auth functions
Re-generate epgsql_errcodes.erl
Add docs for pluggable commands and with_transaction/3. Explain send.
Use R16-compatible rebar3 on R16
erlang:get_stacktrace() was deprecated
Fix bpcahar parameter is list. Fixes #159
Yury Yantsevich and others added 30 commits December 21, 2022 16:24
…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.
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
(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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.