| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into named-callproc | Daniele Varrazzo | 2016-12-26 | 25 | -382/+1109 |
| |\ | |||||
| | * | Skip replication tests in green mode | Daniele Varrazzo | 2016-12-25 | 1 | -3/+8 |
| | * | Added test to verify bug #482 | Daniele Varrazzo | 2016-12-25 | 2 | -3/+25 |
| | * | Fixed tests failing on Python 2.6 | Daniele Varrazzo | 2016-12-24 | 5 | -11/+12 |
| | * | Added ipaddress objects conversion | Daniele Varrazzo | 2016-10-11 | 2 | -7/+135 |
| | * | Conver network array types into array of strings by default | Daniele Varrazzo | 2016-10-11 | 1 | -0/+10 |
| | * | Fix unicode mogrify test on python 2 | Daniele Varrazzo | 2016-10-11 | 1 | -3/+9 |
| | * | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 21 | -236/+387 |
| | * | Dropped use of b() "macro" and 2to3 fixer | Daniele Varrazzo | 2016-08-15 | 5 | -73/+67 |
| | * | Merge branch 'replication-protocol' | Daniele Varrazzo | 2016-08-14 | 7 | -32/+234 |
| | |\ | |||||
| | | * | Merge branch 'master' into replication-protocol | Daniele Varrazzo | 2016-08-07 | 4 | -18/+77 |
| | | |\ | |||||
| | | * \ | Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat... | Oleksandr Shulgin | 2016-03-08 | 1 | -0/+19 |
| | | |\ \ | |||||
| | | | * | | Fix error test for invalid START_REPLICATION command. | Oleksandr Shulgin | 2016-01-21 | 1 | -2/+8 |
| | | | * | | Allow retrying start_replication after syntax or data error. | Oleksandr Shulgin | 2016-01-05 | 1 | -0/+13 |
| | | * | | | Use python-defined make_dsn() for ReplicationConnection class | Oleksandr Shulgin | 2016-03-08 | 1 | -1/+1 |
| | | * | | | Merge branch 'master' into feature/replication-protocol-c-connection-object | Oleksandr Shulgin | 2016-03-04 | 4 | -68/+191 |
| | | |\ \ \ | |||||
| | | * | | | | Move replication connection to C level. | Oleksandr Shulgin | 2015-10-27 | 1 | -3/+0 |
| | | * | | | | Merge branch 'feature/connect2' into feature/replication-protocol | Oleksandr Shulgin | 2015-10-27 | 1 | -8/+24 |
| | | |\ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | | | * | | | Rework psycopg2.connect() interface. | Oleksandr Shulgin | 2015-10-27 | 1 | -8/+24 |
| | | * | | | | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface. | Oleksandr Shulgin | 2015-10-23 | 1 | -1/+1 |
| | | * | | | | Actually add replication tests to the test suite. | Oleksandr Shulgin | 2015-10-20 | 1 | -0/+2 |
| | | * | | | | Properly subclass ReplicationCursor on C level. | Oleksandr Shulgin | 2015-10-19 | 1 | -4/+16 |
| | | * | | | | Improve async replication test. | Oleksandr Shulgin | 2015-10-19 | 2 | -35/+50 |
| | | * | | | | Replace stop_replication with requirement for an exception. | Oleksandr Shulgin | 2015-10-19 | 1 | -14/+31 |
| | | * | | | | Fix PSYCOPG2_TEST_REPL_DSN handling. | Oleksandr Shulgin | 2015-10-16 | 2 | -1/+21 |
| | | * | | | | Fix async replication and test. | Oleksandr Shulgin | 2015-10-15 | 4 | -66/+143 |
| | | * | | | | Use quote_ident from psycopg2.extensions | Oleksandr Shulgin | 2015-10-15 | 1 | -0/+14 |
| | | * | | | | Merge branch 'master' into feature/replication-protocol | Oleksandr Shulgin | 2015-10-15 | 1 | -1/+19 |
| | | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | | Update stop_repl, require replication consumer to be a callable. | Oleksandr Shulgin | 2015-10-14 | 1 | -1/+5 |
| | | * | | | | Fix stop_replication: always raise outside the loop. | Oleksandr Shulgin | 2015-10-14 | 1 | -0/+12 |
| | | * | | | | Fix ReplicationTest: no NotSupportedError now. | Oleksandr Shulgin | 2015-10-14 | 2 | -8/+14 |
| | * | | | | | Merge branch 'master' into nul-terminator | Daniele Varrazzo | 2016-08-07 | 1 | -0/+7 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Make Range pickleable | Jonathan Ross Rogers | 2016-08-07 | 1 | -0/+7 |
| | | | |_|_|/ | | |/| | | | |||||
| | * | | | | | Throw an exception when a NUL character is used as a parameter. | Alexander Schrijver | 2016-07-18 | 1 | -0/+9 |
| | |/ / / / | |||||
| | * | | | | Merge branch 'conn-get-parameters' | Daniele Varrazzo | 2016-07-01 | 1 | -0/+7 |
| | |\ \ \ \ | |||||
| | | * | | | | Add skip_before_libpq for test_get_dsn_parameters | Oleksandr Shulgin | 2015-10-30 | 1 | -0/+1 |
| | | * | | | | Fix typo in a new test name | Oleksandr Shulgin | 2015-10-30 | 1 | -1/+1 |
| | | * | | | | Add connection.get_dsn_parameters() | Oleksandr Shulgin | 2015-10-30 | 1 | -0/+6 |
| | | | |/ / | | |/| | | |||||
| | * | | | | Allow adapting bytes using QuotedString on Python 3 too | Daniele Varrazzo | 2016-07-01 | 1 | -3/+12 |
| | * | | | | Fixed encoding tests on Py3 | Daniele Varrazzo | 2016-07-01 | 1 | -3/+3 |
| | * | | | | Don't hope to encode stuff in an arbitrary encoding | Daniele Varrazzo | 2016-07-01 | 1 | -3/+9 |
| | * | | | | Test moved to the right module, cleanup, but same problem | Daniele Varrazzo | 2016-07-01 | 3 | -44/+42 |
| | * | | | | Work in progress on writable encoding | Daniele Varrazzo | 2016-07-01 | 1 | -8/+44 |
| | * | | | | Fix scattered grammar/spelling errors in comments, debug output, etc. | Greg Ward | 2016-06-30 | 1 | -1/+1 |
| | * | | | | Skip null array test on Postgres versions not supporting it | Daniele Varrazzo | 2016-03-10 | 1 | -0/+1 |
| | | |_|/ | |/| | | |||||
| | * | | | Allow make_dsn to take no parameter | Daniele Varrazzo | 2016-03-03 | 1 | -2/+2 |
| | * | | | Validate output result from make_dsn() | Daniele Varrazzo | 2016-03-03 | 2 | -42/+43 |
| | * | | | Test that the empty dsn is a valid make_dsn input | Daniele Varrazzo | 2016-03-03 | 1 | -0/+4 |
| | * | | | Added test suite specific for make_dsn | Daniele Varrazzo | 2016-03-03 | 1 | -35/+82 |
| | * | | | Verify that the dsn is not manipulated by make_dsn if not necessary | Daniele Varrazzo | 2016-03-03 | 1 | -12/+25 |
