summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Added docs about pgconn_ptr, pgresult_ptrlibpq-ptrsDaniele Varrazzo2019-02-161-1/+3
|
* Mention binary packages no longer installed by default in NEWSDaniele Varrazzo2019-02-161-1/+3
| | | | | | Also fixed an unrelated typo. [skip ci]
* Added caching of types generated by NamedTupleCursorDaniele Varrazzo2019-02-021-0/+1
| | | | see #838
* Dropped PSYCOPG_DISPLAY_SIZE build parameterDaniele Varrazzo2019-01-251-0/+1
| | | | | Big and complex _pq_fetch_tuples simplified by moving per-column calculation to a separate function.
* Mention new OpenSSL version in wheel packageDaniele Varrazzo2019-01-221-0/+1
|
* Mention cursor locks cleanup in news fileDaniele Varrazzo2019-01-221-0/+7
|
* Added documentation for BYTES casterregister-bytesDaniele Varrazzo2019-01-181-0/+2
|
* Couple of objects into NEWS entries converted into linksDaniele Varrazzo2018-12-271-3/+4
|
* Added # char to a few issues in newsDaniele Varrazzo2018-12-271-5/+5
| | | | Just a formatting thing #ocd #youdontcare #really.
* Merge remote-tracking branch ↵Daniele Varrazzo2018-12-271-0/+2
|\ | | | | | | 'eternalflow/execute-values-returning-clause-support'
| * Mention execute_values() fetch in newsDaniele Varrazzo2018-12-271-0/+2
| |
* | Dropped deprecated PersistentConnectionPoolJon Dufresne2018-12-041-0/+2
|/ | | | | | | | | This class was deprecated in 27cd6c4880161a715b1952be64cc96ebc968fa2b (Dec 2, 2012), which was first included in release 2.5. Enough time has passed for library uses to find an alternative solution. This class was untested.
* Convert int subclasses to long before adaptingDaniele Varrazzo2018-11-161-0/+1
| | | | | | | | | | | | Fixes adaptation of int/long subclasses whose str() is not the number, such IntEnum Close #591 Note that I thought it would have needed a new adapter, so I considered it a new feature. But it is more a shortcoming of the int adapter failing to do something reasonable (poor Liskov, always mistreated) so I may actually backport it if there is a new 2.7 release.
* Dropped examples dir (and some leftover reference to the sandbox dir)Daniele Varrazzo2018-11-161-4/+3
| | | | Close #645.
* Mentioning binary packages fixes in news fileDaniele Varrazzo2018-11-101-0/+7
|
* Mention `get_native_connection()` in the news fileDaniele Varrazzo2018-11-091-0/+2
|
* Fixed NEWS file after I actually re-read it for release.Daniele Varrazzo2018-11-091-4/+6
|
* Fixed adaptation of lists of empty listsfix-788Daniele Varrazzo2018-10-301-0/+1
| | | | | | | | ...somehow. Postgres doesn't support them and converts them into a simple empty array. However this is not really our concern: the syntax we return is valid. Close #788
* Don't barf on Composite passed to execute_values()fix-794Daniele Varrazzo2018-10-231-0/+2
| | | | Close #794
* Minimal formatting tweak to last newsDaniele Varrazzo2018-10-151-2/+2
|
* Merge branch 'connection-info'Daniele Varrazzo2018-10-151-1/+2
|\
| * Fixed NEWS file to mention the connection.info objectDaniele Varrazzo2018-10-151-1/+2
| |
* | Merge branch 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-151-1/+23
|\ \
| * | errorcodes map update to PostgreSQL 11Daniele Varrazzo2018-10-141-0/+1
| | |
| * | Fixed refcount in connection's readonly and deferrable gettersfix-790Daniele Varrazzo2018-10-121-0/+2
| |/ | | | | | | Close #790
| * Added docs for the Column objectDaniele Varrazzo2018-10-111-0/+3
| |
| * Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-101-1/+2
| | | | | | | | | | | | | | There will be an error downstream but we have to get out of this function first. Close #781
| * Merge branch 'master' into httpsDaniele Varrazzo2018-10-101-0/+7
| |\
| | * Merge branch 'conn-get-host'Daniele Varrazzo2018-10-101-0/+1
| | |\
| | | * Small tweaks to connection.host docsDaniele Varrazzo2018-10-101-1/+1
| | | |
| | | * Added connection.hostMarco De Paoli2018-10-061-0/+1
| | | | | | | | | | | | | | | | Return the server host name of the current connect.
| | * | Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonlocDaniele Varrazzo2018-10-041-0/+2
| | |/ | | | | | | | | | Close #783.
| | * sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-0/+2
| | | | | | | | | | | | Close #732.
| | * Mention the better str(Range) in the docs.Daniele Varrazzo2018-10-041-0/+2
| | |
| * | Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
| |/
| * Mention FreeBSD build fixed in news fileDaniele Varrazzo2018-09-071-0/+1
| |
| * Close named cursor if exist, even if we didn't run executeDaniele Varrazzo2018-07-241-0/+7
| | | | | | | | Close #746
* | Added documentation for the errors moduleDaniele Varrazzo2018-10-151-0/+2
|/
* Note the upgrade in wheel dependencies in NEWS fileDaniele Varrazzo2018-05-231-0/+1
|
* DictCursor and RealDictCursor rows maintain columns orderDaniele Varrazzo2018-05-211-0/+2
| | | | Close #177.
* Merge branch 'master' into drop-2to3Daniele Varrazzo2018-05-201-3/+31
|\
| * encrypt_password() reported in the news fileDaniele Varrazzo2018-05-201-0/+4
| |
| * Added license to the docsDaniele Varrazzo2018-05-201-1/+1
| | | | | | | | Includes other docs improvements, such as the ones proposed in #711.
| * Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-201-0/+1
| | | | | | | | Close #716
| * Merge remote-tracking branch 'nested-array-nulls'Daniele Varrazzo2018-05-201-0/+1
| |\
| | * Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-181-0/+1
| | | | | | | | | | | | Close #325, close #706.
| * | Allow non-ascii chars in namedtuple fieldsDaniele Varrazzo2018-05-181-0/+2
| |/ | | | | | | | | | | | | They can be valid chars in Python 3. Or maybe not? In which case Python will throw an exception, but that's fine. Fix regression introduced fixing #211
| * Allow strings subclasses in ensure_bytesfix-679Daniele Varrazzo2018-02-211-0/+1
| | | | | | | | Fix #679
| * Report MSYS2 build probably fixedDaniele Varrazzo2018-02-191-1/+2
| |
| * Added Solaris 11 fix to news fileDaniele Varrazzo2018-02-191-0/+7
| |