summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test building PG 10 using the solution provided by Jason Ericksonfix-604Daniele Varrazzo2017-10-191-6/+13
* Rename ssl libs as expected by postgres build systemDaniele Varrazzo2017-10-191-1/+2
* Attempt to build libpq 10 correctlyDaniele Varrazzo2017-10-191-4/+2
* Test against PG 10.0 on Travislibpq-10Daniele Varrazzo2017-10-182-4/+6
* Test on appveyor against libpq 10Daniele Varrazzo2017-10-181-5/+5
* Bumping version to test libpq 10 wheel packageDaniele Varrazzo2017-10-182-1/+7
* Preparing release 2.7.3.1 to fix wheel packages2_7_3_1Daniele Varrazzo2017-08-252-1/+8
* Bump version number to try fixing libc 2.26 libresolv problemfix-wheel-libresolvDaniele Varrazzo2017-08-251-1/+1
* Bumped version number to 2.7.32_7_3Daniele Varrazzo2017-07-241-1/+1
* Merge branch 'fix-578'Daniele Varrazzo2017-07-244-0/+14
|\
| * Added back timestamptz[] default castfix-578Daniele Varrazzo2017-07-244-0/+14
|/
* Bump to next development releaseDaniele Varrazzo2017-07-221-1/+1
* Deal with E'' strings comparisons in a few other tests2_7_2Daniele Varrazzo2017-07-221-4/+5
* Skipped a couple of test with unsupported postgres featuresDaniele Varrazzo2017-07-222-0/+2
* Bump to version 2.7.2Daniele Varrazzo2017-07-221-1/+1
* Merge branch 'fix-554'Daniele Varrazzo2017-06-177-88/+121
|\
| * Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-177-88/+121
* | Ignore spurious output in test with Python debug buildDaniele Varrazzo2017-06-171-0/+3
|/
* Merge branch 'fix-550'Daniele Varrazzo2017-06-174-4/+6
|\
| * Use an import style reported not broken on Python 3.6Daniele Varrazzo2017-06-174-4/+6
|/
* Merge branch 'fix-558'Daniele Varrazzo2017-06-171-2/+1
|\
| * Fixed parsing interval from micros on 32 bitDaniele Varrazzo2017-06-171-2/+1
* | Merge branch 'fix-558'Daniele Varrazzo2017-06-163-0/+75
|\ \ | |/
| * Consider redshift interval supported after further testsDaniele Varrazzo2017-06-162-1/+4
| * Parse a number as microseconds when casting intervalbug-558Daniele Varrazzo2017-06-162-0/+72
* | Merge branch 'fix-562'Daniele Varrazzo2017-06-163-1/+28
|\ \
| * | Added Json.prepare()fix-562Daniele Varrazzo2017-06-163-1/+28
|/ /
* | Merge branch 'mr-566'Daniele Varrazzo2017-06-164-17/+19
|\ \ | |/ |/|
| * Report issue #541 fixed in the NEWS fileDaniele Varrazzo2017-06-151-0/+2
| * Bump version number to test a new buildDaniele Varrazzo2017-06-151-1/+1
| * Force rebuild of cache for new OpenSSL/PostgreSQLJason Erickson2017-06-081-2/+2
| * Build/Test against newer PostgreSQL/OpenSSLJason Erickson2017-06-081-13/+13
| * Remove VC9 runtime dependencyJason Erickson2017-06-081-1/+1
* | Document that executemany() is not logged with LoggingConnectionSebastian Bank2017-06-151-0/+5
* | Document incompatibility between wheel package and ssl moduleDaniele Varrazzo2017-06-151-3/+12
* | Dropped wrong associations of PG types to datetime objectDaniele Varrazzo2017-06-151-2/+2
* | Merge branch 'bug-551'Daniele Varrazzo2017-06-153-3/+64
|\ \
| * | Don't force a valid return code for the testDaniele Varrazzo2017-06-151-1/+1
| * | Check return code from decoding the connection statusDaniele Varrazzo2017-06-152-2/+7
| * | Added test to reproduce bug #551Daniele Varrazzo2017-06-151-1/+57
|/ /
* | typo山楂片2017-06-121-1/+1
* | Link the appveyor badge in the readme to the master branch buildsDaniele Varrazzo2017-06-081-1/+1
|/
* Run tests against PostgreSQL 10 beta1test-postgres-10beta1Daniele Varrazzo2017-06-082-7/+7
* Merge branch 'errcodes-update'Daniele Varrazzo2017-06-054-6/+20
|\
| * Updated docs about versions supported in errcodesDaniele Varrazzo2017-06-052-1/+2
| * Error codes updated to PG 10 beta 1Daniele Varrazzo2017-06-052-5/+12
| * errcodes updated to PG 9.6Daniele Varrazzo2017-06-052-1/+7
|/
* Added doc link to replication commandsDaniele Varrazzo2017-05-101-2/+5
* Merge branch 'fix-547'Daniele Varrazzo2017-04-193-1/+26
|\
| * Fixed args parsing in ReplicationCursor.consume_stream()Daniele Varrazzo2017-04-193-1/+26