Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: pramsey/pgsql-http

Version 1.7.1

15 Jun 20:29
@pramsey pramsey

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

Contributors

pramsey, mdouchin, and robe2
Assets 2
Loading

Version 1.7.0

24 Jul 20:42
@pramsey pramsey

Choose a tag to compare

What's New

  • CURL options can now be controlled via GUC variables of the form http.curlopt_option, for example:
    SET http.curlopt_proxyport = '12345';
    
    This allows both interactive changes to CURL options in a user session, and also persistence of options by setting options for a role or a database.
  • A new variadic function http_headers(key text, val text, ...) allows you to build an array of headers in one function call.
  • A new examples directory, with one starting example showing S3 request signing.

Full Changelog: v1.6.3...v1.7.0

Loading

Version 1.6.3

24 Jan 00:34
@pramsey pramsey

Choose a tag to compare

  • Change interrupt handling to work off of PostgreSQL signal catching
  • Make all CI testing local with a docker instance of httpbin
  • Add a CI test for interrupt behaviour
Loading

Version 1.6.2

14 Jan 19:02
@pramsey pramsey

Choose a tag to compare

  • Support build on versions of curl older than 7.71
Loading
kruschid reacted with rocket emoji
1 person reacted

Version 1.6.1

09 Oct 20:13
@pramsey pramsey

Choose a tag to compare

What's Changed

  • CURL option: CURLOPT_CONNECTTIMEOUT_MS by @krsvital in #174
  • CURL options: CURLOPT_SSLKEY_BLOB and CURLOPT_SSLCERT_BLOB
  • Avoid null termination issues when posting binary content

New Contributors

Full Changelog: v1.6.0...v1.6.1

Contributors

paulovieira and krsvital
Loading

Version 1.6.0

10 Aug 16:18
@pramsey pramsey

Choose a tag to compare

What's Changed

  • Add extschema by @cvas71 in #138
  • Set errno to 0 before strtol by @irisjae in #151
  • Don't define get_extension_schema for PG16 and higher. It is already ... by @robe2 in #156
  • SUPPORT unknown types by @robe2 in #163
  • MINOR FIXES and add PG16 testing by @robe2 in #162
  • Handle data element for HTTP_UNKNOWN by @robe2 in #165

New Contributors

Full Changelog: v1.5.0...v1.6.0

Contributors

robe2, irisjae, and 2 other contributors
Loading
ReDev1L reacted with thumbs up emoji
1 person reacted

Version 1.5.0

11 Apr 20:29
@pramsey pramsey

Choose a tag to compare

  • Allow DELETE requests to have content body
    • Add http_delete(uri, content, content-type) function signature
Loading
baffioso and kesadae11 reacted with thumbs up emoji
2 people reacted

Version 1.4.1

25 Feb 20:42
@pramsey pramsey

Choose a tag to compare

  • Fix support for older versions of PostgreSQL, given the use of back-end functions that are more recent.
Loading

Version 1.4.0

24 Feb 18:50
@pramsey pramsey

Choose a tag to compare

  • Support for setting user-agent
  • Allow urlencoding against bytea data
  • Allow urlencoding against jsonb data
  • Add http_get(uri, jsonb) and http_post(uri, jsonb) for easy data handling
  • Allow installation in alternate schemas
  • Add http_list_curlopt() to list current state of curl options
Loading

Version 1.3.1

09 Sep 14:54
@pramsey pramsey
7aaa152
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

PostgreSQL 12 support.

Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /