- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: brianc/node-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: brianc/node-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 8 files changed
- 7 contributors
Commits on Mar 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7504c20 - Browse repository at this point
Copy the full SHA 7504c20View commit details -
Improve Readme.md for not so advanced users (#1235)
* Improve Readme.md for not so advanced users 1. Add brief description about the 3 possible ways of executing queries: passing the query to a pool, borrowing a client from a pool or obtaining an exclusive client. Give examples for the 3 of them. 2. Use the examples to teach how to reuse a pool in all of your project. This should be helpful for not so advanced users and prevents mistakes. 3. Open a troubleshooting section. * Shrink Troubleshooting and Point to Examples 1. Troubleshooting/FAQ section will only contain a reference to the wiki FAQ. I've already moved the content to the wiki. 2. At the end of "Pooling example" point to the wiki example page. Also indicate that there they can find how to use node-postgres with promises and async/await. I've already created that content in the wiki.
Configuration menu - View commit details
-
Copy full SHA for 71a1364 - Browse repository at this point
Copy the full SHA 71a1364View commit details
Commits on Apr 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0e2625b - Browse repository at this point
Copy the full SHA 0e2625bView commit details
Commits on Apr 19, 2017
-
support ssl params for pg-native (#1169)
Make pg-native able to pass sslmode, sslca, sslkey and sslcert params to libpq
Configuration menu - View commit details
-
Copy full SHA for 4505ae9 - Browse repository at this point
Copy the full SHA 4505ae9View commit details
Commits on Apr 24, 2017
-
Support for logical streaming replication (#1271)
* Support for logical streaming replication * Wrong compare expr in getLibpqConnectionString * Simplify codes for replication parameter
Configuration menu - View commit details
-
Copy full SHA for 4f790de - Browse repository at this point
Copy the full SHA 4f790deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d136a - Browse repository at this point
Copy the full SHA 80d136aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f42924b - Browse repository at this point
Copy the full SHA f42924bView commit details
Commits on May 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for db5f4ae - Browse repository at this point
Copy the full SHA db5f4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4659d5d - Browse repository at this point
Copy the full SHA 4659d5dView commit details -
Libpq connection string escaping (#1285)
* Fix escaping of libpq connection string properties Fix handlings of libpq connection properties to properly escape single quotes and backslashes. Previously the values were surrounded in single quotes which handled whitespace within the property value, but internal single quotes and backslashes would cause invalid connection strings to be generated. * Update expected output in test to be quoted Update the expect host output in the connection parameter test to expect it to be surrounded by single quotes. * Add test for configs with quotes and backslashes
Configuration menu - View commit details
-
Copy full SHA for ee81936 - Browse repository at this point
Copy the full SHA ee81936View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32316d - Browse repository at this point
Copy the full SHA c32316dView commit details
There are no files selected for viewing