-
Notifications
You must be signed in to change notification settings - Fork 919
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: lib/pq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lib/pq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 3 files changed
- 3 contributors
Commits on Feb 12, 2021
-
Support inline SSL certificates
Presently, pq only supports SSL connections by loading PEM certificates from files on disk. There are some situations (for example integration with HashiCorp Vault) where it's not so feasible to load certificates from a file system, but better to store them in-memory. This patch lets you set ?sslinline=true in the connection string, which changes the behavior of the paramters sslrootcert, sslcert and sslkey, so they contain the contents of the certificates directly, instead of file names pointing to the certificates on disk.
Configuration menu - View commit details
-
Copy full SHA for b9bb726 - Browse repository at this point
Copy the full SHA b9bb726View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c85ee - Browse repository at this point
Copy the full SHA b7c85eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1467baf - Browse repository at this point
Copy the full SHA 1467bafView commit details -
Merge pull request #818 from eirslett/feature/ssl-inline
Support inline SSL certificates
Configuration menu - View commit details
-
Copy full SHA for 072e83d - Browse repository at this point
Copy the full SHA 072e83dView commit details
There are no files selected for viewing