summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-031-0/+8
|\
| * Misplaced NEWS entry fixed.Daniele Varrazzo2017-02-031-2/+2
| |
| * Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-0/+2
| |\ | | | | | | | | | Close #495
| | * Added docs for async_ aliasDaniele Varrazzo2017-02-031-0/+2
| | |
| * | Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-011-0/+6
| |/
* | sql module docs wordsmithingDaniele Varrazzo2017-01-011-0/+1
|/
* Don't try to write bytes in the LoggingConnection fileDaniele Varrazzo2016-12-291-0/+2
| | | | Close #483
* Brag about encoding/decoding speedupDaniele Varrazzo2016-12-291-0/+2
|
* Mention named callproc in news, fixed docs.Daniele Varrazzo2016-12-261-0/+1
|
* Fixed REst error in newsfileDaniele Varrazzo2016-12-251-1/+1
|
* Added ipaddress objects conversionDaniele Varrazzo2016-10-111-2/+3
| | | | Close #387
* Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-1/+2
|
* inet adapters deprecatedDaniele Varrazzo2016-10-111-0/+1
| | | | Close #343
* Mention dropping Pre 9.1 libpq support in NEWS fileDaniele Varrazzo2016-08-151-0/+2
|
* Mention dropping Py 2.5 support in NEWS fileDaniele Varrazzo2016-08-151-0/+4
|
* Merge branch 'replication-protocol'Daniele Varrazzo2016-08-141-0/+2
|\
| * Mention replication support in the NEWS fileDaniele Varrazzo2016-08-141-0/+2
| |
* | Mention NULL characters guard in NEWS fileDaniele Varrazzo2016-08-071-0/+2
| | | | | | | | Fix #420.
* | Report range picklable in NEWS fileDaniele Varrazzo2016-08-071-0/+6
|/ | | | | | | Fix #462 Conflicts: NEWS
* errorcodes map updated to PostgreSQL 9.5.Daniele Varrazzo2016-07-011-0/+1
|
* Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-011-0/+1
|\
| * Mention get_dsn_parameters() in news, improved docs metadataDaniele Varrazzo2016-07-011-0/+1
| |
* | Merge branch 'bug-424'Daniele Varrazzo2016-07-011-0/+1
|\ \
| * | Mention closing bug #424 in the newsDaniele Varrazzo2016-07-011-0/+1
| | |
* | | Allow adapting bytes using QuotedString on Python 3 tooDaniele Varrazzo2016-07-011-0/+1
| | | | | | | | | | | | Close #365.
* | | Don't hope to encode stuff in an arbitrary encodingDaniele Varrazzo2016-07-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libpq's PQescapeString will use the same encoding it has seen before in a connection (static_client_encoding). So I think I'll leave this feature here for people who know what is doing, but won't really document it as a feature: it can't really work in a generic way (unless adding some disgusting hack like creating a fake connection with the encoding we want to call PQescapeStringConn instead of PQescapeString).
* | | Fixed segfault on repr() for uninitialized connectionsDaniele Varrazzo2016-07-011-2/+3
|/ / | | | | | | Close #361.
* | Fixed read() exception propagation in copy_fromDaniele Varrazzo2016-03-101-0/+1
| | | | | | | | Close issue #412.
* | Py 3.5 MSVC 2015 build fixed noted in newsDaniele Varrazzo2016-03-101-0/+1
| | | | | | | | Close issue #380.
* | setuptools in the newsDaniele Varrazzo2016-03-101-0/+1
| |
* | Brag about make_dsn in the NEWS fileDaniele Varrazzo2016-03-031-1/+4
| |
* | Fixed race condition on import in errorcodes.lookupDaniele Varrazzo2015-12-161-0/+1
|/ | | | Fixes #382.
* Mention quote_ident() in NEWS fileDaniele Varrazzo2015-10-151-0/+1
|
* The wait_select callback can cancel a query using Ctrl-CDaniele Varrazzo2015-10-011-0/+3
| | | | Fixes #333.
* Fixed PersistentConnectionPool on Python 3Daniele Varrazzo2015-10-011-2/+3
| | | | Fixes ticket #348.
* Typo correctionClodoaldoPinto2015-10-011-1/+1
|
* MSVC 2015 compiler support added to news fileDaniele Varrazzo2015-10-011-0/+1
|
* Added parse_dsn() to news fileDaniele Varrazzo2015-10-011-0/+1
|
* Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLEDaniele Varrazzo2015-09-301-0/+2
| | | | Fixes #352.
* Report the server response status on errors with no messageDaniele Varrazzo2015-09-301-0/+6
| | | | | | Suggested by Craig Ringer in pull request #353, should also give more information for other cases we were reported on flaky servers (AWS, digital ocean...), see bug #281.
* Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-021-0/+3
| | | | Close #326
* Fixed adaptation of lists of NoneDaniele Varrazzo2015-06-021-0/+1
| | | | Note: lists of lists of None are not supported yet.
* Mention libpq version inspection in news fileDaniele Varrazzo2015-06-021-0/+11
|
* OpenSSL deadlock fix noted in NEWSfileDaniele Varrazzo2015-05-031-0/+1
|
* Unlock the connection after PQflush errorDaniele Varrazzo2015-05-031-0/+1
| | | | | | Apparently this has never happened... anyway the code path was wrong. Fixes #294.
* Fix to MinTimeLoggingCursor.callproc() noted in NEWSfileDaniele Varrazzo2015-05-031-0/+6
|
* Version bumped for release 2.62_6Daniele Varrazzo2015-02-091-1/+2
|
* Added NEWS note about picklable cursor.desciptionDaniele Varrazzo2015-02-081-0/+1
|
* Fixed link in NEWS entryDaniele Varrazzo2015-02-081-1/+1
|
* Propagate read error messages in COPY FROMDaniele Varrazzo2015-02-081-0/+1
| | | | Fix ticket #270.