summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-2625-382/+1109
|\
| * Skip replication tests in green modeDaniele Varrazzo2016-12-251-3/+8
| * Added test to verify bug #482Daniele Varrazzo2016-12-252-3/+25
| * Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-245-11/+12
| * Added ipaddress objects conversionDaniele Varrazzo2016-10-112-7/+135
| * Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-0/+10
| * Fix unicode mogrify test on python 2Daniele Varrazzo2016-10-111-3/+9
| * Python source cleanup using flake8Daniele Varrazzo2016-10-1121-236/+387
| * Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-155-73/+67
| * Merge branch 'replication-protocol'Daniele Varrazzo2016-08-147-32/+234
| |\
| | * Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-074-18/+77
| | |\
| | * \ Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat...Oleksandr Shulgin2016-03-081-0/+19
| | |\ \
| | | * | Fix error test for invalid START_REPLICATION command.Oleksandr Shulgin2016-01-211-2/+8
| | | * | Allow retrying start_replication after syntax or data error.Oleksandr Shulgin2016-01-051-0/+13
| | * | | Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-081-1/+1
| | * | | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-044-68/+191
| | |\ \ \
| | * | | | Move replication connection to C level.Oleksandr Shulgin2015-10-271-3/+0
| | * | | | Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-271-8/+24
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-271-8/+24
| | * | | | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-231-1/+1
| | * | | | Actually add replication tests to the test suite.Oleksandr Shulgin2015-10-201-0/+2
| | * | | | Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-4/+16
| | * | | | Improve async replication test.Oleksandr Shulgin2015-10-192-35/+50
| | * | | | Replace stop_replication with requirement for an exception.Oleksandr Shulgin2015-10-191-14/+31
| | * | | | Fix PSYCOPG2_TEST_REPL_DSN handling.Oleksandr Shulgin2015-10-162-1/+21
| | * | | | Fix async replication and test.Oleksandr Shulgin2015-10-154-66/+143
| | * | | | Use quote_ident from psycopg2.extensionsOleksandr Shulgin2015-10-151-0/+14
| | * | | | Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-151-1/+19
| | |\ \ \ \ | | | |/ / /
| | * | | | Update stop_repl, require replication consumer to be a callable.Oleksandr Shulgin2015-10-141-1/+5
| | * | | | Fix stop_replication: always raise outside the loop.Oleksandr Shulgin2015-10-141-0/+12
| | * | | | Fix ReplicationTest: no NotSupportedError now.Oleksandr Shulgin2015-10-142-8/+14
| * | | | | Merge branch 'master' into nul-terminatorDaniele Varrazzo2016-08-071-0/+7
| |\ \ \ \ \
| | * | | | | Make Range pickleableJonathan Ross Rogers2016-08-071-0/+7
| | | |_|_|/ | | |/| | |
| * | | | | Throw an exception when a NUL character is used as a parameter.Alexander Schrijver2016-07-181-0/+9
| |/ / / /
| * | | | Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-011-0/+7
| |\ \ \ \
| | * | | | Add skip_before_libpq for test_get_dsn_parametersOleksandr Shulgin2015-10-301-0/+1
| | * | | | Fix typo in a new test nameOleksandr Shulgin2015-10-301-1/+1
| | * | | | Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+6
| | | |/ / | | |/| |
| * | | | Allow adapting bytes using QuotedString on Python 3 tooDaniele Varrazzo2016-07-011-3/+12
| * | | | Fixed encoding tests on Py3Daniele Varrazzo2016-07-011-3/+3
| * | | | Don't hope to encode stuff in an arbitrary encodingDaniele Varrazzo2016-07-011-3/+9
| * | | | Test moved to the right module, cleanup, but same problemDaniele Varrazzo2016-07-013-44/+42
| * | | | Work in progress on writable encodingDaniele Varrazzo2016-07-011-8/+44
| * | | | Fix scattered grammar/spelling errors in comments, debug output, etc.Greg Ward2016-06-301-1/+1
| * | | | Skip null array test on Postgres versions not supporting itDaniele Varrazzo2016-03-101-0/+1
| | |_|/ | |/| |
| * | | Allow make_dsn to take no parameterDaniele Varrazzo2016-03-031-2/+2
| * | | Validate output result from make_dsn()Daniele Varrazzo2016-03-032-42/+43
| * | | Test that the empty dsn is a valid make_dsn inputDaniele Varrazzo2016-03-031-0/+4
| * | | Added test suite specific for make_dsnDaniele Varrazzo2016-03-031-35/+82
| * | | Verify that the dsn is not manipulated by make_dsn if not necessaryDaniele Varrazzo2016-03-031-12/+25