-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ashercsulb/node-postgres-docs
base: master
head repository: brianc/node-postgres-docs
compare: master
- 18 commits
- 16 files changed
- 18 contributors
Commits on Nov 30, 2020
-
use top-level await (brianc#98)
Mohamed Nainar authoredNov 30, 2020 Configuration menu - View commit details
-
Copy full SHA for ddcaf32 - Browse repository at this point
Copy the full SHA ddcaf32View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f6872 - Browse repository at this point
Copy the full SHA e5f6872View commit details -
Configuration menu - View commit details
-
Copy full SHA for caade49 - Browse repository at this point
Copy the full SHA caade49View commit details
Commits on Dec 15, 2020
-
Remove invalid trailing comma in date example (brianc#115)
This commit removes an extra trailing comma the [snippet][docs] that demonstrates date/timestamp/timestamptz conversion. Copy/pasting the example caused a SQL syntax error. [docs]: https://node-postgres.com/features/types
Configuration menu - View commit details
-
Copy full SHA for 40393b8 - Browse repository at this point
Copy the full SHA 40393b8View commit details
Commits on Apr 9, 2021
-
Add example use for password function (brianc#126)
Feature introduced in brianc/node-postgres#1926.
Configuration menu - View commit details
-
Copy full SHA for eabf9c3 - Browse repository at this point
Copy the full SHA eabf9c3View commit details
Commits on Jul 27, 2021
-
Added function to password property type of config (brianc#139)
Co-authored-by: daichi_kakimoto <daichi_kakimoto@saitama.fujimic.com>
Configuration menu - View commit details
-
Copy full SHA for 6198820 - Browse repository at this point
Copy the full SHA 6198820View commit details
Commits on Jul 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bad1fe3 - Browse repository at this point
Copy the full SHA bad1fe3View commit details
Commits on Aug 5, 2021
-
Bump tar from 4.4.10 to 4.4.15 (brianc#144)
Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.15. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v4.4.10...v4.4.15) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa91660 - Browse repository at this point
Copy the full SHA aa91660View commit details
Commits on Aug 21, 2021
-
Fix typo in pg.Result documentation (brianc#148)
`dataTypeId` -> `dataTypeID`
Configuration menu - View commit details
-
Copy full SHA for 500cad0 - Browse repository at this point
Copy the full SHA 500cad0View commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ed4abce - Browse repository at this point
Copy the full SHA ed4abceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 018aa89 - Browse repository at this point
Copy the full SHA 018aa89View commit details -
Add allowExitOnIdle to pool API documentation (brianc#151)
Address issue mentioned in brianc/node-postgres#2590
Configuration menu - View commit details
-
Copy full SHA for 550f4ff - Browse repository at this point
Copy the full SHA 550f4ffView commit details
Commits on Oct 10, 2021
-
Bump url-parse from 1.4.7 to 1.5.3 (brianc#156)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.7...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for acc314d - Browse repo 8000 sitory at this point
Copy the full SHA acc314dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e179fc - Browse repository at this point
Copy the full SHA 2e179fcView commit details
Commits on Dec 16, 2021
-
Fix documented fallback of
databaseoption (brianc#159)It was `PGUSER` first at one point, and now falls back to the actual `user` value used. Co-authored-by: Charmander <~@charmander.me>
Configuration menu - View commit details
-
Copy full SHA for 1f9b386 - Browse repository at this point
Copy the full SHA 1f9b386View commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c3c89d6 - Browse repository at this point
Copy the full SHA c3c89d6View commit details
Commits on Sep 17, 2022
-
Simplified code example (brianc#177)
The code in a `finally` block runs even if there was an error while executing the `catch` block, so the "async/await - check out a client" example can be simplified.
Configuration menu - View commit details
-
Copy full SHA for 086812d - Browse repository at this point
Copy the full SHA 086812dView commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1e4fed0 - Browse repository at this point
Copy the full SHA 1e4fed0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master