summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* Mention fixing mx search in news fileDaniele Varrazzo2020-05-061-0/+1
| | | | Close #996.
* Mention ticket #1101 closed in news fileDaniele Varrazzo2020-05-041-0/+7
|
* Merge branch 'add-aix-support'Daniele Varrazzo2020-04-061-0/+1
|\
| * Mention AIX support in NEWS fileDaniele Varrazzo2020-04-061-0/+1
| |
* | Fixed copy() on DictRowfix-1073Daniele Varrazzo2020-04-061-0/+1
| | | | | | | | Close #1073.
* | Column objects can be slicedcolumn-sliceDaniele Varrazzo2020-03-111-0/+2
| | | | | | | | Close #1034.
* | Mention LoggingAdapter in newsDaniele Varrazzo2020-03-081-0/+2
|/
* Fixed use of cursor_factory attribute in connecion subclassesfix-1019Daniele Varrazzo2019-12-091-0/+7
| | | | Close #1019
* Mention the library versions packaged in the 2.8.4 wheel in the NEWS fileDaniele Varrazzo2019-10-201-0/+1
|
* Merge branch 'fix-951'Daniele Varrazzo2019-10-191-2/+3
|\
| * Mention fixing time.h include in NEWSDaniele Varrazzo2019-10-191-2/+3
| | | | | | | | Mostly to remember why we did it.
* | Merge branch 'bugfix/940'Daniele Varrazzo2019-10-191-0/+2
|\ \
| * | Mention bug 940 fixed in NEWS fileDaniele Varrazzo2019-10-191-2/+4
| |/
* | Merge branch 'pg12'Daniele Varrazzo2019-10-191-0/+2
|\ \
| * | Added Postgres 12 errorsDaniele Varrazzo2019-10-191-1/+3
| | |
* | | Support for Python 3.8 mentioned in news fileDaniele Varrazzo2019-10-191-1/+2
|/ /
* | Fixed handling large Oid valuesfix-961Daniele Varrazzo2019-09-041-2/+4
|/ | | | | | | | | | | | Oid is defined as unsigned 32. On some Python implementations (probably the ones where maxint = 2 ** 31) this can cause int overflow for large values (see #961). On my 64 box it doesn't seem the case. Oid handling was sloppy here and there (messages, casts...): trying to use uint everywhere, and added a couple of helper macros to treat Oid consistently. Close #961.
* Mention ctrl-c swallowing fixed in news fileDaniele Varrazzo2019-06-241-0/+7
|
* Mention #928 fixedDaniele Varrazzo2019-06-071-0/+1
|
* Added news entry about smart replication feedbackDaniele Varrazzo2019-05-121-0/+9
|
* Merge branch 'openssl-1.1-windows'Daniele Varrazzo2019-04-141-0/+2
|\
| * Mention building openssl 1.1 on windows in news fileDaniele Varrazzo2019-04-111-0/+7
| | | | | | | | Close #836.
* | Mention fix to repeated fields in RealDictCursor in news fileDaniele Varrazzo2019-04-111-0/+7
|/
* Fixed debug title level in newsDaniele Varrazzo2019-04-061-1/+1
|
* Fixed link to RealDictRow from last newsDaniele Varrazzo2019-04-061-1/+1
|
* RealDictRow inherits from OrderedDictfix-886Daniele Varrazzo2019-04-061-1/+1
| | | | | | | | Now its state is unmodified, so apart from special-casing creation and initial population can work unmodified, and all the desired properties just work (modifiability, picklability...) Close #886.
* Fixed RealDictCursor.pop()Daniele Varrazzo2019-04-061-0/+1
| | | | Addresses #886, but there might be something else broken there.
* Handle ok poll() without a cursor having executed queriesDaniele Varrazzo2019-04-051-0/+7
| | | | Close #887
* Fixed notice about new wal_end attribute being on the cursorDaniele Varrazzo2019-04-011-1/+1
|
* Added news entry about ReplicationMessage.wal_endDaniele Varrazzo2019-03-301-0/+2
|
* Mention closed #829 in NEWS fileDaniele Varrazzo2019-03-181-4/+9
|
* Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-171-0/+2
| | | | | | | | | | | | | | The new function keeps together PQconsumeInput() with PQisBusy(), in order to handle the condition in which not all the results of a sequence of statements arrive in the same roundtrip. Added pointer to a PGresult to the connection to keep the state across async communication: it can probably be used to simplify other code paths where a result is brought forward manually. Close #802 Close #855 Close #856
* Removed support for mxDateTime as the default date and time adapterJon Dufresne2019-03-161-0/+3
| | | | | | The use_pydatetime configuration option has been removed. Now, always default to Python's builtin datetime. mxDatetime support continues to be available as an alternative to Python's builtin datetime.
* Advertise openssl 1.0.2r and libpq 11.2 in wheelsDaniele Varrazzo2019-03-131-0/+1
|
* 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
|