summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Handle failure in setup of ConnectionTwoPhaseTestRafi Shamim2020-05-121-3/+5
| | | | | | | | | | | | Previously, this test had a bug, because if the CREATE TABLE statement failed, the setup would fail without committing or rolling back the active transaction.
* | Merge pull request #1111 from cjolif/masterDaniele Varrazzo2020-05-291-1/+1
|\ \ | | | | | | use new URL for psycogreen
| * | use new URL for psycogreenChristophe Jolif2020-05-281-1/+1
|/ /
* | Merge pull request #1110 from UpGado/patch-1Daniele Varrazzo2020-05-271-0/+1
|\ \ | |/ |/| Fix ctypes doc example AttributeError
| * Fix ctypes example AttributeErrorDio Gado2020-05-271-0/+1
|/
* Merge pull request #1103 from franciscouzo/patch-1Daniele Varrazzo2020-05-071-1/+1
|\ | | | | Fix typo
| * Fix typoFrancisco Couzo2020-05-071-1/+1
|/
* Merge branch 'mx-search'Daniele Varrazzo2020-05-062-3/+6
|\
| * Mention fixing mx search in news fileDaniele Varrazzo2020-05-061-0/+1
| | | | | | | | Close #996.
| * Fixed search of mxDateTime headersColin 't Hart2020-05-061-3/+5
|/ | | | | - Find mxDateTime.h automatically on path directories. - Prefer mxDateTime.h found in venv over one found in /usr/include.
* Mention python3-dev as possibly required dev package nameDaniele Varrazzo2020-05-052-3/+4
| | | | Close #1092.
* Mention CALL on stored procedures using transaction in autocommitDaniele Varrazzo2020-05-051-1/+4
| | | | | Close #1072 - I prefer to mention them where there is a discussion of the feature rather than in the method or const values section.
* Merge remote-tracking branch 'pombredanne/patch-1'Daniele Varrazzo2020-05-041-2/+2
|\
| * Improve doc wordingPhilippe Ombredanne2020-04-281-1/+1
| | | | | | Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
| * Fix typo and improve grammar in docPhilippe Ombredanne2020-04-281-1/+1
| | | | | | Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* | Merge branch 'client-encoding-leak'Daniele Varrazzo2020-05-042-1/+11
|\ \
| * | Mention ticket #1101 closed in news fileDaniele Varrazzo2020-05-041-0/+7
| | |
| * | Fix memory leak in conn_set_client_encodingKevin Michel2020-05-041-1/+4
| |/ | | | | | | | | | | If the specified encoding is the same as the current one, the early exit did not release the clean_enc string allocated by clear_encoding_name.
* | Bump to next dev releaseDaniele Varrazzo2020-05-041-1/+1
|/
* Removed ZPL license (closes: #1087)Federico Di Gregorio2020-04-281-1/+0
|
* Releasing psycopg 2.8.52_8_5Daniele Varrazzo2020-04-061-1/+1
|
* Merge branch 'add-aix-support'Daniele Varrazzo2020-04-065-1/+110
|\
| * Mention AIX support in NEWS fileDaniele Varrazzo2020-04-061-0/+1
| |
| * fixup! feat: Add AIX supportAbdirahim Musse2020-03-121-1/+1
| |
| * feat: Add AIX supportAbdirahim Musse2020-03-054-1/+109
| |
* | Fix typo: occured → occurredJon Dufresne2020-04-061-1/+1
| |
* | Fixed copy() on DictRowfix-1073Daniele Varrazzo2020-04-063-1/+37
| | | | | | | | Close #1073.
* | Merge branch 'column-slice'Daniele Varrazzo2020-03-133-1/+34
|\ \
| * | Column objects can be slicedcolumn-sliceDaniele Varrazzo2020-03-113-1/+34
|/ / | | | | | | Close #1034.
* | 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
| | | | | | | | | | | | | | | The CFFI port works much better on PyPy and has been used in production before. The documentation mentioned the Ctypes port but not the CFFI port. I added it to the documentation.
* | | Merge branch 'logging-adapter'Daniele Varrazzo2020-03-082-2/+4
|\ \ \ | |_|/ |/| |
| * | Mention LoggingAdapter in newsDaniele Varrazzo2020-03-081-0/+2
| | |
| * | #1026 added support for logging.LoggerAdapterBjoern Boschman2020-01-071-2/+2
| | |
* | | Added funding fileDaniele Varrazzo2020-02-221-0/+4
| | |
* | | Dropped customized doc templateDaniele Varrazzo2020-01-272-14/+3
| | | | | | | | | | | | | | | | | | | | | It was meant to be used only by the website, not for the doc shipped with the package. [skip ci]
* | | Upload on https nowDaniele Varrazzo2020-01-272-2/+2
| | |
* | | Merge branch 'goodbye-initd'Daniele Varrazzo2020-01-25138-109/+438
|\ \ \ | |/ / |/| |
| * | Trigger docs rebuild on pushgoodbye-initdDaniele Varrazzo2020-01-253-4/+36
| | |
| * | Added sql module basic usage section and classes hierarchyDaniele Varrazzo2020-01-201-4/+47
| | |
| * | Fixed dependencies in docs buildDaniele Varrazzo2020-01-192-5/+8
| | | | | | | | | | | | Building without having built the library failed
| * | Use a responsive theme for docsDaniele Varrazzo2020-01-186-8/+134
| | | | | | | | | | | | With a pleasant ottanio background.
| * | Hide the "made with sphinx" doc footerDaniele Varrazzo2020-01-181-44/+59
| | |
| * | Copyright bumped to 2020Daniele Varrazzo2020-01-17120-1/+120
| | |
| * | Use an ssh config file to configure package uploadingDaniele Varrazzo2020-01-041-9/+4
| | | | | | | | | | | | [skip ci]
| * | Copyright 2020 in the docsDaniele Varrazzo2020-01-041-1/+1
| | |
| * | Website on httpsDaniele Varrazzo2019-12-317-14/+14
| | |
| * | CI resources moved to upload.psycopg.orgDaniele Varrazzo2019-12-312-5/+6
| | |
| * | Changed docs to point to psycopg.orgDaniele Varrazzo2019-12-308-21/+24
| | |