summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Document PostgreSQL 9.4 as supportedDaniele Varrazzo2014-08-131-1/+1
* Added jsonb docsDaniele Varrazzo2014-08-132-15/+39
* Added name param to register_json()Daniele Varrazzo2014-08-131-0/+3
* Fix supported Py/PG versions in docsDaniele Varrazzo2014-08-041-2/+5
* Parse errocodes for PG 9.3 tooDaniele Varrazzo2014-07-311-1/+1
* Add a few missing errcodesDaniele Varrazzo2014-07-311-1/+1
* set_session() params documented in a more Python-friendly wayDaniele Varrazzo2014-05-051-1/+2
* Don't specify 0 or 1 in closed docsDaniele Varrazzo2014-04-051-2/+2
* Clarify in the docs that mogrify() and query always return bytesDaniele Varrazzo2014-04-031-3/+5
* Explicit the fact that closed connections have undefined statusDaniele Varrazzo2014-04-031-0/+2
* 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-142-1/+27
* Typo fixes and improvements to new_array_type() docsDaniele Varrazzo2013-10-211-6/+7
* Use bytestrings in infinite dates adapter exampleDaniele Varrazzo2013-10-211-2/+2
* Document that named cursors don't raise an exception going out-of-boundDaniele Varrazzo2013-10-161-4/+7
* Document that using %, (, ) in the placeholder name is not supportedDaniele Varrazzo2013-10-161-1/+2
* Fixed doc index entry for infinite datesDaniele Varrazzo2013-06-231-1/+1
* Added doc example to convert date.max to infinityDaniele Varrazzo2013-06-182-0/+46
* A few docs fixes to the usage pageDaniele Varrazzo2013-05-011-6/+6
* Dropped a lot of words from the front matterDaniele Varrazzo2013-04-261-10/+4
* Fix multiple misspellingsPiotr Kasprzyk2013-04-267-9/+9
* Dropped GPL license from sourceDaniele Varrazzo2013-04-071-676/+0
* Dropped psycopg 1 changelogDaniele Varrazzo2013-04-071-1744/+0
* A couple of typos fixedDaniele Varrazzo2013-04-071-1/+1
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-075-21/+68
* Dropped support for Python 2.4Daniele Varrazzo2013-03-201-1/+1
* Note than Python 3.3 is supported in install docsDaniele Varrazzo2013-03-201-1/+1
* Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-201-3/+3
|\
| * Added tests to verify the new Diagnostics propertiesDaniele Varrazzo2013-03-201-3/+3
* | Added summary data types conversion table to the docsDaniele Varrazzo2013-03-183-174/+283
* | NEWS file reformatted to reST and included in the docsDaniele Varrazzo2013-03-185-1/+50
* | Document that errorcodes is updated to 9.2Daniele Varrazzo2013-03-181-1/+1
* | Copyright year bumped to 2013 in docs footerDaniele Varrazzo2013-03-181-1/+1
* | Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-182-2/+50
|\ \ | |/
| * Added documentation about the Diagnostics objectDaniele Varrazzo2013-03-182-2/+50
* | Merge branch 'dead-bytes' into develDaniele Varrazzo2013-03-161-3/+1
|\ \
| * | Dropped Zope supportDaniele Varrazzo2012-12-031-3/+1
* | | docs: grammar fix in extras.rstIdan Kamara2013-03-061-1/+1
| |/ |/|
* | Improvements to the connect() docsDaniele Varrazzo2013-01-091-10/+32
* | Fixed interactive sessions docs examplesDaniele Varrazzo2013-01-091-2/+2
* | Added documentation for the with statementDaniele Varrazzo2012-12-033-0/+37
|/
* Splitting the release of new features in version 2.5Daniele Varrazzo2012-12-033-7/+7
* Fixed a couple of terms in the docsDaniele Varrazzo2012-11-121-2/+2
* Added note about the adapted attribute in the module-level wrappersDaniele Varrazzo2012-10-271-11/+17
* Clarification in copy_expert docsDaniele Varrazzo2012-10-151-2/+11
* Copyright bumped to 2012 in docs pagesDaniele Varrazzo2012-10-071-1/+1
* Docs front page adjustmentsDaniele Varrazzo2012-10-071-12/+14
* Added install section to the manualDaniele Varrazzo2012-10-074-0/+269
* Merge branch 'range-type' into develDaniele Varrazzo2012-09-271-0/+83
|\