| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Merge remote-tracking branch 'origin/master' into repl | Oleksandr Shulgin | 2015-10-01 | 1 | -1/+2 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat... | Oleksandr Shulgin | 2015-06-30 | 2 | -2/+2 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch 'master' into feature/replication-message-object | Oleksandr Shulgin | 2015-06-30 | 2 | -2/+2 | |
| | | |\ \ \ \ \ | ||||||
| | * | | | | | | | Rework replication protocol | Oleksandr Shulgin | 2015-06-30 | 1 | -17/+19 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Expose ReplicationMessage type in extras | Oleksandr Shulgin | 2015-06-11 | 2 | -3/+4 | |
| | * | | | | | | Fix logical decoding plugin options adaptation on python3 | Oleksandr Shulgin | 2015-06-10 | 1 | -1/+1 | |
| | * | | | | | | Add ReplicationMessage object | Oleksandr Shulgin | 2015-06-05 | 1 | -0/+4 | |
| | * | | | | | | Improve identify_system: don't hardcode column names | Oleksandr Shulgin | 2015-06-02 | 1 | -1/+1 | |
| | * | | | | | | Add support for streaming replication protocol | Oleksandr Shulgin | 2015-06-01 | 1 | -0/+138 | |
| * | | | | | | | Make Range pickleable | Jonathan Ross Rogers | 2016-08-07 | 1 | -0/+11 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | errorcodes map updated to PostgreSQL 9.5. | Daniele Varrazzo | 2016-07-01 | 1 | -0/+4 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Allow make_dsn to take no parameter | Daniele Varrazzo | 2016-03-03 | 2 | -1/+4 | |
| * | | | | | Validate output result from make_dsn() | Daniele Varrazzo | 2016-03-03 | 1 | -1/+6 | |
| * | | | | | Added docs about make_dsn | Daniele Varrazzo | 2016-03-03 | 1 | -2/+2 | |
| * | | | | | Verify that the dsn is not manipulated by make_dsn if not necessary | Daniele Varrazzo | 2016-03-03 | 2 | -3/+7 | |
| * | | | | | Implementation of make_dsn in Python | Daniele Varrazzo | 2016-03-03 | 2 | -50/+48 | |
| * | | | | | Merge pull request #375 from kwotuveang3k4bk/patch-1 | Federico Di Gregorio | 2016-01-31 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Update psycopg1.py | Jan Janßen | 2015-11-10 | 1 | -1/+1 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Fixed race condition on import in errorcodes.lookup | Daniele Varrazzo | 2015-12-16 | 1 | -2/+8 | |
| |/ / / / | ||||||
| * | | | | Add psycopg2.extensions.quote_ident. | Oleksandr Shulgin | 2015-10-14 | 1 | -1/+1 | |
| * | | | | The wait_select callback can cancel a query using Ctrl-C | Daniele Varrazzo | 2015-10-01 | 1 | -9/+14 | |
| * | | | | Fixed PersistentConnectionPool on Python 3 | Daniele Varrazzo | 2015-10-01 | 1 | -2/+2 | |
| | |_|/ |/| | | ||||||
| * | | | Merge branch 'master' into feature/parse-dsn | Oleksandr Shulgin | 2015-06-02 | 2 | -2/+2 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Add libpq version discovery | Oleksandr Shulgin | 2015-06-01 | 2 | -2/+2 | |
| | |/ | ||||||
| * | | Move parse_dsn to extensions, add tests | Oleksandr Shulgin | 2015-06-01 | 2 | -2/+2 | |
| * | | Add parse_dsn module function | Oleksandr Shulgin | 2015-06-01 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fixed MinTimeLoggingCursor.callproc() | andrew deryabin | 2015-05-03 | 1 | -1/+1 | |
| * | Python 3.1 bytes.decode() doesn't support keyword arguments | Daniele Varrazzo | 2015-02-08 | 1 | -1/+1 | |
| * | Make Column picklable on Python >= 3.3 | Daniele Varrazzo | 2015-02-08 | 2 | -2/+1 | |
| * | Allow pickling of cursor.description | Owen Raccuglia | 2015-02-08 | 1 | -0/+1 | |
| * | Correct exausted -> exhausted typo | Erik Lee | 2014-11-17 | 1 | -1/+1 | |
| * | Dropped creation of errcodes with missing spec field | Daniele Varrazzo | 2014-08-28 | 1 | -4/+0 | |
| * | Convert pool arguments to int | Daniele Varrazzo | 2014-08-13 | 1 | -2/+2 | |
| * | Add register_default_jsonb() and register the type | Daniele Varrazzo | 2014-08-13 | 3 | -3/+22 | |
| * | Added name param to register_json() | Daniele Varrazzo | 2014-08-13 | 1 | -13/+15 | |
| * | Add a few missing errcodes | Daniele Varrazzo | 2014-07-31 | 1 | -0/+4 | |
| * | Merge branch 'range_sort' | Daniele Varrazzo | 2014-02-22 | 1 | -4/+35 | |
| |\ | ||||||
| | * | Hardcode the list of attributes to be used in comparison | Daniele Varrazzo | 2014-02-22 | 1 | -1/+1 | |
| | * | Added implementation for Range gt and ge operators | Daniele Varrazzo | 2014-02-22 | 1 | -13/+15 | |
| | * | New implementation of Range sorting that works for Python 2.5 to 3.3, at least. | Chris Withers | 2014-02-18 | 1 | -6/+26 | |
| | * | Provide a stable and consistent sort order for Range objects. | Chris Withers | 2014-02-12 | 1 | -4/+13 | |
| * | | Fixed error message on range parsing failed | Daniele Varrazzo | 2014-02-22 | 1 | -1/+1 | |
| * | | Added str() for the Json adapter | Daniele Varrazzo | 2014-02-22 | 1 | -0/+8 | |
| |/ | ||||||
| * | cater for comparison of subclasses | Chris Withers | 2013-05-26 | 1 | -1/+1 | |
| * | raising an exception here rather than returning False causes problems with SQ... | Chris Withers | 2013-05-26 | 1 | -1/+1 | |
| * | more useful error message when comparing ranges with non-ranges | Chris Withers | 2013-05-26 | 1 | -0/+2 | |
| * | Fix multiple misspellings | Piotr Kasprzyk | 2013-04-26 | 2 | -4/+4 | |
| * | Make sure to return a bytes string from numeric range adapter | Daniele Varrazzo | 2013-04-21 | 1 | -3/+3 | |
| * | The UUID adapter returns bytes instead of str in Python 3 | Daniele Varrazzo | 2013-04-07 | 1 | -6/+8 | |
| * | A couple of typos fixed | Daniele Varrazzo | 2013-04-07 | 1 | -1/+1 | |
