- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: brianc/node-postgres
base: pg@8.0.3
head repository: brianc/node-postgres
compare: pg@8.1.0
Commits on Jul 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 88aafd7 - Browse repository at this point
Copy the full SHA 88aafd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c1fed - Browse repository at this point
Copy the full SHA 92c1fedView commit details
Commits on Jul 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for df2a24c - Browse repository at this point
Copy the full SHA df2a24cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9bee1 - Browse repository at this point
Copy the full SHA cb9bee1View commit details
Commits on Sep 12, 2014
-
Support usage of relative urls to set database on the default host
matthew.blasius committedSep 12, 2014 Configuration menu - View commit details
-
Copy full SHA for ba511f7 - Browse repository at this point
Copy the full SHA ba511f7View commit details
Commits on Sep 13, 2014
-
Merge pull request #1 from slickmb/task/relative_url
Support usage of relative urls to set database on the default host
Configuration menu - View commit details
-
Copy full SHA for c502985 - Browse repository at this point
Copy the full SHA c502985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 245abd6 - Browse repository at this point
Copy the full SHA 245abd6View commit details
Commits on Sep 26, 2014
-
Add supporting password with colon
Ivan Sorokin committedSep 26, 2014 Configuration menu - View commit details
-
Copy full SHA for fbdd033 - Browse repository at this point
Copy the full SHA fbdd033View commit details -
Merge pull request #2 from asynxis/master
Add supporting password with colon
Configuration menu - View commit details
-
Copy full SHA for 0a07e3d - Browse repository at this point
Copy the full SHA 0a07e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c151b9 - Browse repository at this point
Copy the full SHA 4c151b9View commit details
Commits on Oct 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c612dfa - Browse repository at this point
Copy the full SHA c612dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a7143 - Browse repository at this point
Copy the full SHA 07a7143View commit details
Commits on Dec 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for cdf06ed - Browse repository at this point
Copy the full SHA cdf06edView commit details
Commits on Apr 27, 2017
-
To make this app consumable by Typescript apps a typings file must be present.
Configuration menu - View commit details
-
Copy full SHA for 54c2044 - Browse repository at this point
Copy the full SHA 54c2044View commit details
Commits on Jun 27, 2017
-
Merge pull request #7 from motiz88/extra-keys
Copy all but special-cased params from URL query string to config
Configuration menu - View commit details
-
Copy full SHA for e6643e4 - Browse repository at this point
Copy the full SHA e6643e4View commit details -
Merge pull request #10 from NoNameProvided/patch-1
Add support for Typescript typings thanks @NoNameProvided !
Configuration menu - View commit details
-
Copy full SHA for 45d8232 - Browse repository at this point
Copy the full SHA 45d8232View commit details
Commits on Aug 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9ab62ff - Browse repository at this point
Copy the full SHA 9ab62ffView commit details
Commits on Aug 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cf107b0 - Browse repository at this point
Copy the full SHA cf107b0View commit details -
Use mocha, istanbul, and coveralls (#16)
* some tests * coveralls and mocha * coveralls post test hook * remove done calls
Configuration menu - View commit details
-
Copy full SHA for 1368735 - Browse repository at this point
Copy the full SHA 1368735View commit details -
Configuration menu - View commit details
-
Copy full SHA for eafb7ac - Browse repository at this point
Copy the full SHA eafb7acView commit details
Commits on Nov 22, 2017
-
Add supporting username and password for socket connections
This fix adds the ability to use username and password even when using a socket.
Configuration menu - View commit details
-
Copy full SHA for 279fdea - Browse repository at this point
Copy the full SHA 279fdeaView commit details
Commits on Dec 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 929fcb7 - Browse repository at this point
Copy the full SHA 929fcb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece7645 - Browse repository at this point
Copy the full SHA ece7645View commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c11dbb1 - Browse repository at this point
Copy the full SHA c11dbb1View commit details
Commits on May 17, 2019
-
Add support for TLS parameters in URI
The connection string now supports the following parameters: - sslcert - sslkey - sslrootcert Fixes #25.
Configuration menu - View commit details
-
Copy full SHA for e9270e8 - Browse repository at this point
Copy the full SHA e9270e8View commit details
Commits on May 23, 2019
-
Merge pull request #26 from hjr3/ssl-support
Add support for TLS parameters in URI
Configuration menu - View commit details
-
Copy full SHA for ac63695 - Browse repository at this point
Copy the full SHA ac63695View commit details -
Merge pull request #24 from benjie/patch-1
Only publish the required files
Configuration menu - View commit details
-
Copy full SHA for b53c2bd - Browse repository at this point
Copy the full SHA b53c2bdView commit details -
Merge pull request #17 from ywkim/master
Add supporting username and password for socket connections
Configuration menu - View commit details
-
Copy full SHA for 43114f4 - Browse repository at this point
Copy the full SHA 43114f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b62226 - Browse repository at this point
Copy the full SHA 7b62226View commit details -
Merge pull request #28 from hjr3/ssl-parsing
ssl=0 is now parses to false
Configuration menu - View commit details
-
Copy full SHA for d7b96e6 - Browse repository at this point
Copy the full SHA d7b96e6View commit details
Commits on May 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 726f620 - Browse repository at this point
Copy the full SHA 726f620View commit details
Commits on Jun 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4db1a7e - Browse repository at this point
Copy the full SHA 4db1a7eView commit details
Commits on Jun 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 06c46ac - Browse repository at this point
Copy the full SHA 06c46acView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ee9cd - Browse repository at this point
Copy the full SHA c9ee9cdView commit details -
Merge pull request #30 from iceddev/fix-coverall-badge
Update coveralls badge
Configuration menu - View commit details
-
Copy full SHA for 0f72f29 - Browse repository at this point
Copy the full SHA 0f72f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75c392 - Browse repository at this point
Copy the full SHA c75c392View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c1002 - Browse repository at this point
Copy the full SHA e4c1002View commit details -
Merge pull request #31 from iceddev/fix-coverall-badge
fix readme newline typo
Configuration menu - View commit details
-
Copy full SHA for a483bdf - Browse repository at this point
Copy the full SHA a483bdfView commit details
Commits on Jan 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0ff40e7 - Browse repository at this point
Copy the full SHA 0ff40e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b309db0 - Browse repository at this point
Copy the full SHA b309db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec9b70 - Browse repository at this point
Copy the full SHA 7ec9b70View commit details
Commits on Feb 1, 2020
-
Merge pull request #34 from danielrozenberg/support-other-socket-modes
Support more modes to set the host as a socket
Configuration menu - View commit details
-
Copy full SHA for 9b89828 - Browse repository at this point
Copy the full SHA 9b89828View commit details
Commits on Feb 16, 2020
-
Include documentation on the URL format in the README
This summarizes the common forms, but omits some of the more particular, and unnecessary forms, such as specifying UNIX domain sockets with `pg://` URLs.
Configuration menu - View commit details
-
Copy full SHA for b4e0ba3 - Browse repository at this point
Copy the full SHA b4e0ba3View commit details
Commits on Feb 17, 2020
-
Merge pull request #36 from djmitche/format-docs
Include documentation on the URL format in the README
Configuration menu - View commit details
-
Copy full SHA for 4356679 - Browse repository at this point
Copy the full SHA 4356679View commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5233b3e - Browse repository at this point
Copy the full SHA 5233b3eView commit details
Commits on Apr 28, 2020
-
Add 'packages/pg-connection-string/' from commit '5233b3e77e396a36813…
Configuration menu - View commit details
-
Copy full SHA for 4aff01e - Browse repository at this point
Copy the full SHA 4aff01eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a831fc - Browse repository at this point
Copy the full SHA 3a831fcView commit details -
Update test command for travis
I think the new syntax I'm using here is compatible with `sh`...let's see.
Configuration menu - View commit details
-
Copy full SHA for 16344cb - Browse repository at this point
Copy the full SHA 16344cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf8112 - Browse repository at this point
Copy the full SHA ddf8112View commit details
Commits on Apr 29, 2020
-
Merge pull request #2184 from brianc/bmc/pg-connection-string
Include pg-connection-string into monorepo
Configuration menu - View commit details
-
Copy full SHA for e93ecac - Browse repository at this point
Copy the full SHA e93ecacView commit details
There are no files selected for viewing