summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| * | Document a release procedure not using initd serverDaniele Varrazzo2019-12-301-18/+10
|/ /
* | Merge branch 'py38-win'Daniele Varrazzo2019-12-301-6/+3
|\ \
| * | Added Python 3.8 build on Appveyorpy38-winDaniele Varrazzo2019-11-101-6/+3
| |/
* | Blacklist docutils 0.15 to build docsDaniele Varrazzo2019-12-291-0/+4
| | | | | | | | It crashes because of https://sourceforge.net/p/docutils/bugs/353/
* | Merge branch 'fix-1019'Daniele Varrazzo2019-12-102-5/+13
|\ \
| * | Fixed use of cursor_factory attribute in connecion subclassesfix-1019Daniele Varrazzo2019-12-092-5/+13
|/ / | | | | | | Close #1019
* | Bump to next dev versionDaniele Varrazzo2019-12-091-1/+1
|/
* Bump to version 2.8.42_8_4Daniele Varrazzo2019-10-201-1/+1
|
* Mention the library versions packaged in the 2.8.4 wheel in the NEWS fileDaniele Varrazzo2019-10-201-0/+1
|
* Merge branch 'fix-951'Daniele Varrazzo2019-10-192-5/+6
|\
| * Mention fixing time.h include in NEWSDaniele Varrazzo2019-10-191-2/+3
| | | | | | | | Mostly to remember why we did it.
| * [psycopg/pqpath.c] sys/time.h include for non mac & WindowsSamuel Marks2019-08-051-3/+3
| | | | | | | | Signed-off-by: Samuel Marks <807580+SamuelMarks@users.noreply.github.com>
* | Merge branch 'bugfix/940'Daniele Varrazzo2019-10-194-1/+9
|\ \
| * | Mention bug 940 fixed in NEWS fileDaniele Varrazzo2019-10-191-2/+4
| | |
| * | Don't advance replication cursor when the message wasn't confirmedAlexander Kukushkin2019-07-053-1/+7
| |/ | | | | | | Fixes https://github.com/psycopg/psycopg2/issues/940
* | Fix typo 'againts'Jann Kleen2019-10-191-1/+1
| |
* | Mention that with PgBouncer get_backend_pid() is not updatedDaniele Varrazzo2019-10-192-4/+6
| | | | | | | | Close #956
* | Added UltraJSON exampleDaniele Varrazzo2019-10-191-0/+7
| | | | | | | | Close #972
* | Slow test is slowDaniele Varrazzo2019-10-191-0/+1
| |
* | Allow parsing boolean both upper and lowercaseDaniele Varrazzo2019-10-191-6/+17
| | | | | | | | | | | | Reportedly useful on H2 databases. Close #965
* | Revert testing on Windows to libpq 11.4Daniele Varrazzo2019-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | Build broken by: https://github.com/postgres/postgres/commit/d993e0fb82ffaa15be72c1ac10403bfa06708069 Error at: https://ci.appveyor.com/project/psycopg/psycopg2/builds/28228647/job/490uo4qko6cguldl
* | Test on appveyior with libpq 11.5 and openssl 1.1.1dDaniele Varrazzo2019-10-192-4/+4
| | | | | | | | Will mention the new libraries' support after testing with wheels
* | Merge branch 'pg12'Daniele Varrazzo2019-10-1912-24/+69
|\ \
| * | Test Python 3.4 on xenialDaniele Varrazzo2019-10-191-3/+0
| | | | | | | | | | | | Trusty is no more required, and PG 12 is not available there.
| * | Test PG 11 and 12 on travisDaniele Varrazzo2019-10-193-3/+7
| | |
| * | Added Postgres 12 errorsDaniele Varrazzo2019-10-197-11/+40
| | |
| * | Use travis test config variable 0/1 instead of blank stringsDaniele Varrazzo2019-10-194-9/+9
| | | | | | | | | | | | | | | Travis web interface doesn't allow anymore to set an empty string as variable value.
| * | Install postgres from pgdg on travis if available thereDaniele Varrazzo2019-10-191-2/+14
| | |
* | | Merge branch 'py38'Daniele Varrazzo2019-10-197-8/+15
|\ \ \