summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Reported bug #443 fixed *again*fix-443Daniele Varrazzo2017-03-141-1/+10
* Connection state fixed noted in the newsDaniele Varrazzo2017-03-141-0/+2
* Report ticket 518 fixedDaniele Varrazzo2017-03-111-0/+2
* Dropped "what's new in 2.7.1" from docs indexDaniele Varrazzo2017-03-031-1/+1
* Don't use PG_INT64_TYPEDaniele Varrazzo2017-03-021-0/+1
* Ignore None arguments passed to make_dsn()fix-517Daniele Varrazzo2017-03-011-0/+7
* Fixed integer overflow in interval typecasterDaniele Varrazzo2017-02-241-0/+1
* Fixed link to attribute in newsDaniele Varrazzo2017-02-161-1/+1
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-1/+3
* Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()Daniele Varrazzo2017-02-161-2/+0
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-0/+1
* Don't convert '{}'::unknown into an empty listDaniele Varrazzo2017-02-081-0/+2
* Merge branch 'no-set-default-session'Daniele Varrazzo2017-02-071-0/+9
|\
| * Added documentation about the changes in transaction controlDaniele Varrazzo2017-02-041-0/+9
* | Dropped support for Python 3.1Daniele Varrazzo2017-02-061-1/+1
* | Give precedence to '__conform__()' over superclasses choosing adapterDaniele Varrazzo2017-02-051-0/+2
|/
* 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
| |\
| | * 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
* 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
* Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-1/+2
* inet adapters deprecatedDaniele Varrazzo2016-10-111-0/+1
* 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
* | Report range picklable in NEWS fileDaniele Varrazzo2016-08-071-0/+6
|/
* 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
* | | Don't hope to encode stuff in an arbitrary encodingDaniele Varrazzo2016-07-011-0/+1
* | | Fixed segfault on repr() for uninitialized connectionsDaniele Varrazzo2016-07-011-2/+3
|/ /
* | Fixed read() exception propagation in copy_fromDaniele Varrazzo2016-03-101-0/+1
* | Py 3.5 MSVC 2015 build fixed noted in newsDaniele Varrazzo2016-03-101-0/+1
* | 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
|/
* 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