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: python-postgres/fe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: python-postgres/fe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 3, 2010

  1. Mark 0.9.3 as final. Prepare for tag.

    James William Pye committed Jan 3, 2010
    Configuration menu
    Copy the full SHA
    345d082 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2010

  1. Mark as 0.9.4dev.

    James William Pye committed Jan 4, 2010
    Configuration menu
    Copy the full SHA
    f59fa7d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2010

  1. Fix handling of the unix connection parameter.

    There was an assorted set of bugs around this:
    
     - SocketCreator was referenced instead of SocketFactory.
     - pg.open(unix = '') would cause a TypeError because of standard parameters.
     - pq-IRI's [unix:...] representation would not serialize and parse correctly.
     - The unix keyword was undocumented.
     - There were no tests for unix domain sockets.
    
    Issue reported by twitter.com/rintavarustus
    
    Conflicts:
    
    	postgresql/documentation/changes.txt
    James William Pye committed Feb 2, 2010
    Configuration menu
    Copy the full SHA
    9e14ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2010

  1. Fix tracer.

    Got lost during the delegation of the protcol client.
    James William Pye committed Feb 3, 2010
    Configuration menu
    Copy the full SHA
    ae2f60a View commit details
    Browse the repository at this point in the history
  2. Note tracer fix.

    James William Pye committed Feb 3, 2010
    Configuration menu
    Copy the full SHA
    32b99d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2010

  1. Couple dropped parts noticed by Vlad Pranskevichus.

    James William Pye committed Feb 28, 2010
    Configuration menu
    Copy the full SHA
    464f7e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2010

  1. Note change.

    James William Pye committed Mar 1, 2010
    Configuration menu
    Copy the full SHA
    2e02952 View commit details
    Browse the repository at this point in the history
  2. Fix first() executing DML.

    James William Pye committed Mar 1, 2010
    Configuration menu
    Copy the full SHA
    a2df891 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2010

  1. Remove reference to compose.

    James William Pye committed Mar 2, 2010
    Configuration menu
    Copy the full SHA
    fd67462 View commit details
    Browse the repository at this point in the history
Loading