summaryrefslogtreecommitdiff
path: root/doc/src/extras.rst
Commit message (Expand)AuthorAgeFilesLines
* Drop long deprecated function register_tstz_w_secs()Jon Dufresne2017-12-101-14/+0
* Update documentation to reflect JSON import behaviorJon Dufresne2017-11-281-6/+2
* Remove workarounds for namedtuple on Python <= 2.5Jon Dufresne2017-11-261-14/+0
* Further docs cleanupDaniele Varrazzo2017-11-061-2/+2
* Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-171-2/+7
* Document that executemany() is not logged with LoggingConnectionSebastian Bank2017-06-151-0/+5
* Added doc link to replication commandsDaniele Varrazzo2017-05-101-2/+5
* correct minor grammatical issue with deprecation warningJon Nelson2017-03-031-1/+1
* Added notes about using execute_batch with prepared statementsDaniele Varrazzo2017-02-021-0/+32
* Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-011-0/+25
* Added ipaddress objects conversionDaniele Varrazzo2016-10-111-13/+18
* Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-6/+18
* inet adapters deprecatedDaniele Varrazzo2016-10-111-2/+3
* Replication docs massaging, mostly formattingDaniele Varrazzo2016-08-071-11/+11
* Reshuffling and indexing of replication docsDaniele Varrazzo2016-08-071-71/+11
* Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-231-16/+0
* Improve async replication example.Oleksandr Shulgin2015-10-231-8/+9
* Move the `decode` parameter to `start_replication()`.Oleksandr Shulgin2015-10-231-32/+43
* Add quick start to the replication doc, minor doc fixes.Oleksandr Shulgin2015-10-201-89/+159
* Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-26/+24
* Replace stop_replication with requirement for an exception.Oleksandr Shulgin2015-10-191-11/+7
* Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-151-0/+3
|\
| * The wait_select callback can cancel a query using Ctrl-CDaniele Varrazzo2015-10-011-0/+3
* | Fix select/timeout indication in async replication exampleOleksandr Shulgin2015-10-141-2/+2
* | Update stop_repl, require replication consumer to be a callable.Oleksandr Shulgin2015-10-141-16/+17
* | Remove IDENTIFY_SYSTEM wrapper method (it can't work with async anyway).Oleksandr Shulgin2015-10-131-10/+0
* | Fix create_replication_slot doc signatureOleksandr Shulgin2015-10-131-1/+1
* | Rework replication connection/cursor classesOleksandr Shulgin2015-10-011-178/+245
* | Update replication connection/cursor interface and docs.Oleksandr Shulgin2015-10-011-24/+77
* | Cleanup start replication wrt. slot type a bit.Oleksandr Shulgin2015-10-011-5/+6
* | Update docs on ReplicationCursorOleksandr Shulgin2015-07-011-57/+60
* | Update docs for Replication protocolOleksandr Shulgin2015-06-301-34/+165
* | Add support for streaming replication protocolOleksandr Shulgin2015-06-011-0/+122
|/
* Added jsonb docsDaniele Varrazzo2014-08-131-15/+25
* Added name param to register_json()Daniele Varrazzo2014-08-131-0/+3
* Docs wordsmithing about Range orderDaniele Varrazzo2014-02-221-5/+8
* documentation changes now that Range objects can be orderedChris Withers2014-02-181-1/+6
* Added doc notes about how to avoid JSON parsingDaniele Varrazzo2014-01-141-1/+15
* Added doc example to convert date.max to infinityDaniele Varrazzo2013-06-181-0/+11
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-11/+33
* Added summary data types conversion table to the docsDaniele Varrazzo2013-03-181-8/+10
* NEWS file reformatted to reST and included in the docsDaniele Varrazzo2013-03-181-0/+2
* docs: grammar fix in extras.rstIdan Kamara2013-03-061-1/+1
* Splitting the release of new features in version 2.5Daniele Varrazzo2012-12-031-5/+5
* Merge branch 'range-type' into develDaniele Varrazzo2012-09-271-0/+83
|\
| * Grammar correction for RangeCaster.array_typecasterDaniele Varrazzo2012-09-241-1/+1
| * Added documentation for range types and adaptationDaniele Varrazzo2012-09-241-0/+83
* | Merge branch 'json' into develDaniele Varrazzo2012-09-271-0/+88
|\ \
| * | Json documentation improvedDaniele Varrazzo2012-09-241-9/+65