summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build Python 3.10 packages of relase 2.9.1py310Daniele Varrazzo2021-11-036-19/+18
* Fix representation of sql.Placeholder2_9_1Daniele Varrazzo2021-06-172-17/+16
* Bump version number to 2.9.1Daniele Varrazzo2021-06-171-1/+1
* Fix regression with named `sql.Placeholder`Daniele Varrazzo2021-06-163-1/+11
* Bump to next dev releaseDaniele Varrazzo2021-06-161-1/+1
* Fix spelling in news fileDaniele Varrazzo2021-06-161-1/+1
* Add note about cursor.callproc() and PostgreSQL proceduresDaniele Varrazzo2021-06-161-0/+10
* Tweak package paths in release docsDaniele Varrazzo2021-06-161-3/+3
* Build docs from the master branchDaniele Varrazzo2021-06-161-2/+2
* Bump to versio 2.92_9Daniele Varrazzo2021-06-161-1/+1
* Move appveyor build support to the scripts/build dirDaniele Varrazzo2021-06-154-12/+12
* Rename the github package download script for consistencyDaniele Varrazzo2021-06-152-2/+2
* Drop obsolete file to build Windows packagesDaniele Varrazzo2021-06-151-117/+0
* Upgrade libpq to 13.3 and libssl to 1.1.1k on windows tooDaniele Varrazzo2021-06-154-6/+7
* Build manylinux2014 packages for i686/x86_64 platformsDaniele Varrazzo2021-06-157-54/+264
* Bump to a new dev version number to try to release new packagesDaniele Varrazzo2021-06-151-4/+5
* Copyright year updated to 2021Daniele Varrazzo2021-06-15118-118/+118
* Merge branch 'timezone-seconds'Daniele Varrazzo2021-06-1523-1091/+250
|\
| * Deprecate the psycopg2.tz moduleDaniele Varrazzo2021-06-155-18/+21
| * Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-156-15/+47
| * Drop support for mx.DateTime objectsDaniele Varrazzo2021-06-1415-967/+7
| * Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-145-81/+154
| * Use a stdlib timezone in TimestampFromTicksDaniele Varrazzo2021-06-141-12/+23
|/
* Clean up the packaging procedureDaniele Varrazzo2021-05-293-6/+54
* Merge branch 'packages'Daniele Varrazzo2021-05-2613-54/+528
|\
| * Document the new way of building packagesDaniele Varrazzo2021-05-261-34/+19
| * One line about the new packages in the news fileDaniele Varrazzo2021-05-261-1/+6
| * Add include and lib dirs from libpq --cppflags, --ldflagsDaniele Varrazzo2021-05-263-4/+12
| * Add script to download packages from appveyorDaniele Varrazzo2021-05-261-0/+77
| * Use Appveyor to build Windows packagesDaniele Varrazzo2021-05-263-18/+93
| * Build MacOS packages on GitHub ActionsDaniele Varrazzo2021-05-262-0/+112
| * Add script to download packages from GitHubDaniele Varrazzo2021-05-262-0/+78
| * Enable qemu to build arm/ppc packages on githubDaniele Varrazzo2021-05-261-0/+3
| * Build packages for Python >= 3.6Daniele Varrazzo2021-05-262-0/+128
| * Allow libpq tests to failDaniele Varrazzo2021-05-261-1/+4
|/
* Create sdist packagesDaniele Varrazzo2021-05-252-0/+78
* Escape table and column names in cursor.copy_from() and .copy_to()Daniele Varrazzo2021-05-253-11/+63
* 'with' starts a transaction even on autocommit connectionsDaniele Varrazzo2021-05-246-12/+127
* Fix formatting of last entries in the NEWS fileDaniele Varrazzo2021-05-241-4/+4
* Remove configuration for unused VS versions in appveyor buildDaniele Varrazzo2021-05-241-20/+2
* Drop use of obsolete alias PyMem_DelDaniele Varrazzo2021-05-241-1/+1
* Merge branch 'github-actions'Daniele Varrazzo2021-05-228-291/+88
|\
| * Use GitHub Actions badge in the readmeDaniele Varrazzo2021-05-221-3/+3
| * Update GitHub Actions as on branch main_2_8Daniele Varrazzo2021-05-227-319/+62
| * ci: first stab at running CI as github actionsRiccardo Magliocchetti2021-05-222-0/+54
|/
* Fix typoYusuke Hayashi2021-05-221-1/+1
* Merge branch 'rm-2.7'Daniele Varrazzo2021-05-2062-1307/+372
|\
| * Unbreak f-string wrong replacementsDaniele Varrazzo2021-05-202-30/+34
| * Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-2016-24/+76
| |\
| * \ Merge branch 'master' into rm-2.7Hugo van Kemenade2020-11-186-18/+18
| |\ \