summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use an import style reported not broken on Python 3.6bug-550Daniele Varrazzo2017-06-153-4/+4
* Added test to verify bug 550 on Python 3.6Daniele Varrazzo2017-06-141-0/+9
* 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
* | Added news entries for the previous 2 merge requestsDaniele Varrazzo2017-04-191-0/+4
* | Merge remote-tracking branch 'fix_lobject_factory'Daniele Varrazzo2017-04-192-1/+8
|\ \
| * | Python < 3.2 doesn’t have assertIsInstanceFrazer McLean2017-04-161-1/+1
| * | Fix name of lobject keyword argumentFrazer McLean2017-04-162-1/+8
| |/
* | Merge remote-tracking branch 'fix_lobject_mode'Daniele Varrazzo2017-04-192-1/+11
|\ \ | |/ |/|
| * Handle lobject mode=None correctlyFrazer McLean2017-04-162-1/+11
|/
* Merge branch 'fix-410'Daniele Varrazzo2017-04-053-0/+90
|\
| * Added test to verify callback errors in named cursorsDaniele Varrazzo2017-04-051-0/+17
| * Don't clobber a Python exception with an unknown errorDaniele Varrazzo2017-04-052-0/+5
| * Added test to verify #410Daniele Varrazzo2017-04-051-0/+68
|/
* Note that the fast executemany functions don't respect rowcountDaniele Varrazzo2017-03-281-0/+6
* Merge remote-tracking branch 'origin/fix-536'Daniele Varrazzo2017-03-229-72/+172
|\
| * Expose *DATETIMETZ* objects in the extensions moduleDaniele Varrazzo2017-03-222-4/+10
| * Find again mxDateTime includes in default locationsDaniele Varrazzo2017-03-221-1/+2
| * Return objects with timezone parsing infinity timestamptzDaniele Varrazzo2017-03-226-67/+160
* | Fix curl not found on AppVeyorDaniele Varrazzo2017-03-221-1/+1
|/
* Dropped info that the features requires libpq >= 9.0Daniele Varrazzo2017-03-201-2/+0
* Dropped repeated doc links in the same paragraphDaniele Varrazzo2017-03-161-6/+6
* Merge branch 'fix-528'Daniele Varrazzo2017-03-167-40/+145
|\
| * replication connection init refactored to use psyco_make_dsnDaniele Varrazzo2017-03-161-34/+22
| * Obscure the password on url dsn tooDaniele Varrazzo2017-03-166-15/+81
| * Password scrubbing refactored in a separate functionfix-528Daniele Varrazzo2017-03-151-7/+18
| * Added tests to verify the password is obscuredDaniele Varrazzo2017-03-151-0/+40
* | Added docs about the usability of sql objects with copy_expert()sql-copyDaniele Varrazzo2017-03-163-6/+15
* | Added test to verify sql objects work with copy_expert()Daniele Varrazzo2017-03-162-2/+26
|/
* Merge branch 'fix-443'Daniele Varrazzo2017-03-144-27/+89
|\
| * Reported bug #443 fixed *again*fix-443Daniele Varrazzo2017-03-141-1/+10
| * Bunch of test tweaks to make the test grid greenDaniele Varrazzo2017-03-142-12/+14
| * Connection state fixed noted in the newsDaniele Varrazzo2017-03-141-0/+2
| * Always raise OperationalError when connection was closed externally.Greg Ward2017-03-142-5/+7
| * Always detect when a connection is closed behind psycopg2's back.Greg Ward2017-03-142-0/+51
| * Flake8 complaintsDaniele Varrazzo2017-03-141-12/+8
|/
* Improved notes to release psycopg packagesDaniele Varrazzo2017-03-131-15/+45
* Less stuff in the readme, more in the docsDaniele Varrazzo2017-03-132-13/+18
* Bump to next dev releaseDaniele Varrazzo2017-03-131-1/+1
* Bump to version 2.7.12_7_1Daniele Varrazzo2017-03-111-1/+1
* Report ticket 518 fixedDaniele Varrazzo2017-03-112-8/+13
* correct minor grammatical issue with deprecation warningJon Nelson2017-03-031-1/+1