summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * test: add PostgreSQL 15 to the test gridDaniele Varrazzo2022-10-061-6/+20
|/
* Merge branch 'fix-1487'Daniele Varrazzo2022-10-064-35/+186
|\
| * test: add test to verify register_range() with names requiring escapeDaniele Varrazzo2022-10-061-0/+16
| | | | | | | | Unlike for register_composite(), this works already.
| * fix: look up for range types defined in schemas in the search pathDaniele Varrazzo2022-10-063-18/+57
| |
| * fix: correctly handle composites with names or schema requiring escapeDaniele Varrazzo2022-10-063-18/+34
| |
| * fix: handle types in the search path in register_composite()Daniele Varrazzo2022-10-063-2/+82
|/ | | | Fix #1487.
* chore: bump to next dev releaseDaniele Varrazzo2022-10-061-1/+1
|
* docs: mention MacOS ARM wheel supportDaniele Varrazzo2022-10-051-0/+1
|
* Remove Apple M1 bullet point from issue templateMagnus Watn2022-10-031-1/+0
| | | | https://github.com/psycopg/psycopg2/issues/1286 is now closed.
* build: fix starting Postgres in macOS build scriptDaniele Varrazzo2022-09-251-1/+6
| | | | | | | The brew command fails with: Could not enable service: 125: Domain does not support specified action Error: Failure while executing; `/bin/launchctl enable gui/501/homebrew.mxcl.postgresql@14` exited with 125.
* build: use "latest" version of github buildersDaniele Varrazzo2022-09-252-4/+4
|
* Remove `__nonzero__` methodNikita Sobolev2022-07-301-4/+0
|
* Link to the right PR for adding alpine wheelsTim Tisdall2022-07-281-1/+1
|
* Merge branch 'build-macos-arm64'Daniele Varrazzo2022-07-284-0/+127
|\
| * build: add scripts to build macOS arm64 packages2_9_3-macos-arm64Daniele Varrazzo2022-07-173-0/+121
| |
| * test: drop test table if existDaniele Varrazzo2022-07-161-0/+6
| | | | | | | | It might be a residue of a psycopg 3 test run in the same db.
* | docs: fixed quote_ident() exampleDaniele Varrazzo2022-07-271-1/+1
| | | | | | | | Close #1481
* | Unskip tests that work on CockroachDB v22.1Rafi Shamim2022-03-286-21/+29
| | | | | | | | CockroachDB supports named cursors in v22.1, so more tests pass.
* | Use pip-tools to create the requirement file to build the docsDaniele Varrazzo2022-03-262-8/+60
|/ | | | | Docs building just broke. The requirement file had some version upper boundary that caused problems between Sphinx and jinja2.
* Bump to release 2.9.32_9_3Daniele Varrazzo2021-12-292-1/+2
|
* Merge branch 'musllinux'Daniele Varrazzo2021-12-294-1/+77
|\
| * Mention Alpine/musl wheels in news filemusllinuxPeter Lithammer2021-12-101-0/+5
| |
| * Build `musllinux` wheelsPeter Lithammer2021-12-103-1/+72
|/
* Bump to next dev releaseDaniele Varrazzo2021-12-101-1/+1
|
* Create parent directories too in artifacts downloadDaniele Varrazzo2021-12-102-3/+3
|
* Strip debug symbols from binary packagesDaniele Varrazzo2021-12-103-0/+43
| | | | The _psycopg.so library goes down from 1.6mb to 300k in Linux packages.
* Include sys/time.h for gettimeofdayJohn Vandenberg2021-12-032-0/+4
| | | | Fixes https://github.com/psycopg/psycopg2/issues/1397
* PyPy does not have PyDateTime_TimeZone_UTCJohn Vandenberg2021-12-031-1/+1
| | | | Fixes https://github.com/psycopg/psycopg2/issues/1398
* Fix typo in large object usage documentationWill Thompson2021-11-211-1/+1
|
* Bump version number to release 2.9.2Daniele Varrazzo2021-11-111-1/+1
|
* Merge branch 'py311'Daniele Varrazzo2021-11-119-6/+27
|\
| * Mention Python 3.11 preliminary support in the newsfile.Daniele Varrazzo2021-11-111-0/+1
| |
| * support for python 3.11Cyril Jouve2021-11-118-6/+26
|/
* Build binary packages against PosgtgreSQL 14.1 lipqDaniele Varrazzo2021-11-116-9/+14
| | | | Close #1388.
* errorcodes map and errors classes updated to PostgreSQL 14.Daniele Varrazzo2021-11-115-3/+7
|
* Raise an error for dates > 10K instead of returning Y9999Daniele Varrazzo2021-11-113-4/+21
| | | | Close #1307.
* Fix Python 3.10 and PostgreSQL 14 compatibility notesDaniele Varrazzo2021-11-052-3/+4
|
* Merge branch 'py310'Daniele Varrazzo2021-11-037-19/+20
|\
| * Fix f-string in Appveyor package download scriptDaniele Varrazzo2021-11-031-1/+1
| |
| * Add Python 3.10 to Appveyor test gridDaniele Varrazzo2021-11-031-0/+2
| |
| * Drop Windows exe package buildDaniele Varrazzo2021-11-033-11/+0
| |
| * Build Python 3.10 packages of relase 2.9.12_9_1-Python_3.10Daniele Varrazzo2021-10-116-19/+18
| |
* | Fix issue template markupDaniele Varrazzo2021-10-301-1/+1
| |
* | Fix doc typoDaniel Saxton2021-09-221-1/+1
| |
* | Fix up-date-date typoDaniele Varrazzo2021-08-071-1/+1
| | | | | | | | Close #1336
* | Add psycopg version to issue templatesDaniele Varrazzo2021-07-172-2/+4
| |
* | Maintainer email fixedDaniele Varrazzo2021-07-161-1/+1
| | | | | | | | gmail.org!
* | Drop unwanted issue templateDaniele Varrazzo2021-07-141-38/+0
| |
* | Add issue templatesDaniele Varrazzo2021-07-143-0/+88
| |
* | Add docs anchor to reach the 'with' statement from psycopg3 docsDaniele Varrazzo2021-07-141-0/+2
| |