summaryrefslogtreecommitdiff
path: root/doc/src/advanced.rst
Commit message (Expand)AuthorAgeFilesLines
* docs: drop use of print statement, use the print() function insteadDaniele Varrazzo2023-04-171-4/+4
* use new URL for psycogreenChristophe Jolif2020-05-281-1/+1
* Smart replication feedbackAlexander Kukushkin2019-05-061-2/+1
* Convert `while 1:` statements to `while True:`Jon Dufresne2019-03-131-4/+4
* Don't use versions such as 2.8.0 in docsDaniele Varrazzo2019-02-171-1/+1
* Prefer https:// URLs when availableJon Dufresne2018-09-221-10/+10
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-05-201-1/+1
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-1/+1
* Further docs cleanupDaniele Varrazzo2017-11-061-1/+3
* Name the db in the replication test like the unit test oneDaniele Varrazzo2016-08-141-3/+3
* Replication docs massaging, mostly formattingDaniele Varrazzo2016-08-071-0/+2
* Reshuffling and indexing of replication docsDaniele Varrazzo2016-08-071-1/+86
* Typo.Gabriel Linder2016-03-091-1/+1
* Improve sentence.Karl O. Pinc2016-02-021-1/+1
* Notify example should pop the oldest message in conn.notifies, not the newest.btubbs2015-06-021-1/+1
* Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-021-0/+4
* Correction to type adaption example, making it more transparentAsmund Tokheim2014-11-021-1/+3
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-0/+11
* grammarBrian Sutherland2012-07-271-4/+4
* Update all links to PostgreSQL docs to the current version.Marti Raudsepp2012-02-281-5/+5
* Notice -> Note in the docs, and a handful of other typo fixedDaniele Varrazzo2011-10-141-1/+1
* Added new_array_type() functionDaniele Varrazzo2011-09-221-0/+3
* Fixed doc blocksDaniele Varrazzo2011-09-221-0/+1
* Fixed adaptation doc exampleDaniele Varrazzo2011-07-241-1/+1
* Method set_transaction() renamed to set_session()Daniele Varrazzo2011-06-081-1/+1
* Avoid a deadlock using concurrent green threads on the same connectionDaniele Varrazzo2011-06-051-5/+3
* Adding docs for the planned set_transaction/autocommit featuresDaniele Varrazzo2011-05-311-6/+7
* Documentation cleanupDaniele Varrazzo2011-02-191-13/+11
* Improved adaptation documentationDaniele Varrazzo2011-02-101-8/+27
* Added link to psycogreen.Daniele Varrazzo2010-12-021-0/+6
* Fixed index entries of green-related terms.Daniele Varrazzo2010-12-021-1/+5
* Notifcation example improved.Daniele Varrazzo2010-11-081-12/+16
* Docs expansions about thread/processes safety.Daniele Varrazzo2010-11-051-9/+13
* Updated version 2.2.3 -> 2.3 in the docs.Daniele Varrazzo2010-11-051-1/+1
* Added documentation for the Notify object.Daniele Varrazzo2010-11-051-6/+12
* A few doc fixes.Daniele Varrazzo2010-10-081-5/+5
* Refer to PostgreSQL 9.0 documentation.Daniele Varrazzo2010-09-231-5/+5
* Use stable anchors to reference PostgreSQL docs.Daniele Varrazzo2010-09-231-2/+2
* Typo fixed.Daniele Varrazzo2010-05-151-1/+1
* Dropped large object support when psycopg is in green mode.Daniele Varrazzo2010-05-091-0/+3
* Documentation about coroutines support reviewed.Daniele Varrazzo2010-04-231-15/+17
* Forbid COPY-related methods in green mode.Daniele Varrazzo2010-04-211-0/+3
* Added documentation for the green features.Daniele Varrazzo2010-04-211-0/+69
* Notifications are automatically read after each query.Daniele Varrazzo2010-04-211-5/+10
* Fixed documentation and example for asynchronous notifications.Daniele Varrazzo2010-04-211-10/+12
* Connection method 'executing()' renamed to 'isexecuting()'.Daniele Varrazzo2010-04-211-1/+1
* Fixed async documentation after cursor.poll() dropped.Daniele Varrazzo2010-04-211-34/+65
* Added documentation for the new asynchronous support.Daniele Varrazzo2010-04-081-70/+65
* A bunch of typo fixed in the docsDaniele Varrazzo2010-03-031-2/+2
* Use the default role for cross referencing Python objects.Daniele Varrazzo2010-02-261-28/+28