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: brianc/node-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: brianc/node-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 23, 2016

  1. Upgrading tests to PostgreSQL 9.5 (#1114)

    Setting PostgreSQL 9.5 as the main version to test against.
    
    NOTE: The following settings are required for 9.5 to work:
    ```
    sudo: required
    dist: trusty
    ```
    vitaly-t authored and brianc committed Aug 23, 2016
    Copy the full SHA
    ec941c4 View commit details

Commits on Aug 29, 2016

  1. Copy the full SHA
    83a946f View commit details

Commits on Dec 10, 2016

  1. Fix CI (#1179)

    * Use container-based CI
    
    * Remove unnecessary CI configuration
    
    * Use Node 6/PostgreSQL 9.6 as default test
    
    … rather than testing 0.10 twice with unspecified PostgreSQL.
    
    * Use `precise` for PostgreSQL 9.1
    
    According to https://docs.travis-ci.com/user/database-setup/, 9.1 isn’t supported on trusty.
    
    * Fix Node 0.10 and 0.12 CI builds
    
    These binaries appear to have been built using g++ with flags that clang doesn’t support. Or something.
    charmander authored and brianc committed Dec 10, 2016
    Copy the full SHA
    27bee1d View commit details
  2. Use more correct escaping for array elements (#1177)

    It’s not JSON.
    charmander authored and brianc committed Dec 10, 2016
    Copy the full SHA
    5d821c3 View commit details

Commits on Dec 11, 2016

  1. Remove redundant test

    This functionality is already tested in the node-pg-types repo.
    brianc committed Dec 11, 2016
    Copy the full SHA
    5feacd6 View commit details
  2. Bump version

    brianc committed Dec 11, 2016
    Copy the full SHA
    c4879e3 View commit details
Loading