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: master
Choose a base ref
...
head repository: soletan/node-postgres
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.
  • 10 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 24, 2012

  1. fixing support for Unix sockets in native binding

    Binding natively connections to Unix sockets failed due to DNS lookups applied on pathname to Unix socket's folder.
    soletan
    soletan committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    6e0922a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2012

  1. revising type detection of response messages

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    eaa2ba1 View commit details
    Browse the repository at this point in the history
  2. fixing typo in recent revision

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    663a965 View commit details
    Browse the repository at this point in the history
  3. Update lib/connection.js

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    66a63ad View commit details
    Browse the repository at this point in the history
  4. Update lib/connection.js

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    6b95d75 View commit details
    Browse the repository at this point in the history
  5. Update lib/connection.js

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    53f5036 View commit details
    Browse the repository at this point in the history
  6. Update lib/connection.js

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    c921287 View commit details
    Browse the repository at this point in the history
  7. Update lib/connection.js

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    216dc41 View commit details
    Browse the repository at this point in the history
  8. Update lib/connection.js

    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    62132ac View commit details
    Browse the repository at this point in the history
  9. fixing proper binding of post processor

    fixing issue on "this" properly passed into parseX-methods processing response messages depending on message type
    soletan
    soletan committed Aug 25, 2012
    Configuration menu
    Copy the full SHA
    596f518 View commit details
    Browse the repository at this point in the history
Loading