summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add note about cursor.callproc() and PostgreSQL proceduresDaniele Varrazzo2021-06-161-0/+10
* Tweak package paths in release docsDaniele Varrazzo2021-06-161-3/+3
* Rename the github package download script for consistencyDaniele Varrazzo2021-06-151-2/+2
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Deprecate the psycopg2.tz moduleDaniele Varrazzo2021-06-151-0/+4
* Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-152-9/+13
* Drop support for mx.DateTime objectsDaniele Varrazzo2021-06-144-27/+1
* Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-141-10/+18
* Clean up the packaging procedureDaniele Varrazzo2021-05-291-1/+1
* Document the new way of building packagesDaniele Varrazzo2021-05-261-34/+19
* 'with' starts a transaction even on autocommit connectionsDaniele Varrazzo2021-05-241-0/+3
* Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-203-3/+5
|\
| * Add warning about send_feedback and cursor choiceChris Wilson2021-05-201-1/+3
| * cursor.rst typo: was createsHans Ginzel2021-05-201-1/+1
| * docs: fix a few simple typosTim Gates2021-05-201-1/+1
* | Upgrade f-strings with flyntHugo van Kemenade2020-11-171-3/+3
* | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-2/+1
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-175-10/+5
|/
* Fix typo in sample code: psycopg >> psycopg2Sergey Golitsynskiy2020-11-171-3/+3
* Drop support for EOL Python 3.5 (#1197)Hugo van Kemenade2020-11-171-1/+1
* Merge branch 'master' into rm-3.4Hugo van Kemenade2020-11-171-1/+1
|\
| * Mention Python 3.9 supportedDaniele Varrazzo2020-11-161-1/+1
* | Merge branch 'master' into rm-3.4Hugo van Kemenade2020-11-131-2/+2
|\ \ | |/
| * update supported postgresql versions to include 13martinfrancois2020-11-131-1/+1
* | Drop support for EOL Python 3.4Hugo2020-11-101-1/+1
|/
* Remove semicolon from code exampleJannis Vamvas2020-10-201-1/+1
* Suggest how to auto-generate tag name in release docDaniele Varrazzo2020-09-061-1/+2
* Minor spelling and grammar corrections for 195b254Daniel Fortunov2020-09-061-3/+3
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-052-2/+4
* Improve wording around transactions behaviour closing connectionsDaniele Varrazzo2020-09-051-4/+8
* Document context manager usage in connection and cursor docsDaniele Varrazzo2020-09-052-0/+32
* Merge pull request #1120 from bashtanov/dictcursor-docs-improvementDaniele Varrazzo2020-08-241-2/+2
|\
| * dictcursor-docs-improvementAlexey Bashtanov2020-06-181-2/+2
* | A few corrections to the install pageDaniele Varrazzo2020-08-241-13/+9
* | minor typo in docsEdan Schwartz2020-08-101-1/+1
* | Move pyscopg-binary install docs to "quick start" sectionEdan Schwartz2020-08-071-108/+129
|/
* use new URL for psycogreenChristophe Jolif2020-05-281-1/+1
* Fix ctypes example AttributeErrorDio Gado2020-05-271-0/+1
* Fix typoFrancisco Couzo2020-05-071-1/+1
* Mention python3-dev as possibly required dev package nameDaniele Varrazzo2020-05-052-3/+4
* Mention CALL on stored procedures using transaction in autocommitDaniele Varrazzo2020-05-051-1/+4
* Improve doc wordingPhilippe Ombredanne2020-04-281-1/+1
* Fix typo and improve grammar in docPhilippe Ombredanne2020-04-281-1/+1
* Merge branch 'cffi-in-docs'Daniele Varrazzo2020-03-081-2/+9
|\
| * Better descriptions of the non-C porting in install docsDaniele Varrazzo2020-03-081-5/+9
| * Mention the CFFI port to Psycopg2 in documentation.Omer Katz2019-10-231-0/+3
* | Dropped customized doc templateDaniele Varrazzo2020-01-272-14/+3
* | Upload on https nowDaniele Varrazzo2020-01-271-1/+1
* | Trigger docs rebuild on pushgoodbye-initdDaniele Varrazzo2020-01-251-4/+0
* | Added sql module basic usage section and classes hierarchyDaniele Varrazzo2020-01-201-4/+47