8000 Comparing ashercsulb:master...brianc:master · ashercsulb/node-postgres-docs · GitHub
[go: up one dir, main page]

Skip to content
Permalink

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: ashercsulb/node-postgres-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: brianc/node-postgres-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 16 files changed
  • 18 contributors

Commits on Nov 30, 2020

  1. use top-level await (brianc#98)

    Mohamed Nainar authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ddcaf32 View commit details
    Browse the repository at this point in the history
  2. Update sponsors (brianc#112)

    brianc authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e5f6872 View commit details
    Browse the repository at this point in the history
  3. 📝 Fix typo (brianc#113)

    hansott authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    caade49 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. 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
    igneousflock authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    40393b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    eabf9c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Added function to password property type of config (brianc#139)

    Co-authored-by: daichi_kakimoto <daichi_kakimoto@saitama.fujimic.com>
    Kakimoty-Field and daichi_kakimoto authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6198820 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    bad1fe3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. 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>
    dependabot[bot] authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    aa91660 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Fix typo in pg.Result documentation (brianc#148)

    `dataTypeId` -> `dataTypeID`
    zk authored Aug 21, 2021
    Configuration menu
    Copy the full SHA
    500cad0 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    ed4abce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018aa89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    550f4ff View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. 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>
    dependabot[bot] authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    acc314d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e179fc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix documented fallback of database option (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>
    haraldschilly and charmander authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    1f9b386 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    c3c89d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. 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.
    ackinc authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    086812d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    1e4fed0 View commit details
    Browse the repository at this point in the history
Loading
0