summaryrefslogtreecommitdiff
path: root/doc/src/extras.rst
Commit message (Expand)AuthorAgeFilesLines
* docs: fix reST syntax and whitespace in executemany examplesDaniele Varrazzo2022-10-201-5/+7
* Add executemany & execute_batch examplesHannes2022-10-101-0/+6
* Add warning about send_feedback and cursor choiceChris Wilson2021-05-201-1/+3
* dictcursor-docs-improvementAlexey Bashtanov2020-06-181-2/+2
* Fix typo 'againts'Jann Kleen2019-10-191-1/+1
* Added UltraJSON exampleDaniele Varrazzo2019-10-191-0/+7
* Improve docsAlexander Kukushkin2019-05-061-0/+14
* Change the default value of keepalive_interval parameter to NoneAlexander Kukushkin2019-05-061-1/+4
* Smart replication feedbackAlexander Kukushkin2019-05-061-37/+34
* Fixed replication cursor docs warning indentation levelDaniele Varrazzo2019-04-011-11/+9
* Replication objects docs header level bumped upDaniele Varrazzo2019-04-011-2/+2
* Fixed notice about new wal_end attribute being on the cursorDaniele Varrazzo2019-04-011-2/+2
* Added news entry about ReplicationMessage.wal_endDaniele Varrazzo2019-03-301-0/+2
* Address code review feedbackgrunskis-bonial2019-03-301-1/+14
* Store WAL end pointer in the replication cursorMartins Grunskis2019-03-301-1/+7
* Better link from docs to "json and jsonb" data typesDaniele Varrazzo2019-03-051-6/+7
* Docs wordsmith for execute_values() fetch paramDaniele Varrazzo2018-12-271-1/+1
* add versionchanged to docsIvan Kotelnikov2018-11-241-0/+2
* Prefer https:// URLs when availableJon Dufresne2018-09-221-6/+6
* 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