Commit Graph

  • 1c1484e43b ci: better interaction with scaleway build server Daniele Varrazzo 2023-10-03 11:36:02 +0200
  • c81cec604f chore: bump to next dev release Daniele Varrazzo 2023-10-03 11:19:57 +0200
  • 7fe8cb77ca chore: bump docs requirements dependabot complains about Daniele Varrazzo 2023-09-28 09:29:21 +0200
  • b39d5d6492 chore: bundle libpq 16 2.9.8 Daniele Varrazzo 2023-09-28 09:16:38 +0200
  • 921510d5be docs: replace "compiled against" with "bundled with" in news file Daniele Varrazzo 2023-09-28 09:21:36 +0200
  • d3c60813ae AbstractConnectionPool does not pool more than "minconn" connections. Matthew Painter 2023-09-19 15:03:59 +0100
  • 999d7a6d01 test: skip ssl test if libpq runtime > 16 Daniele Varrazzo 2023-09-10 22:54:20 +0100
  • 8743c0c246 Add a new kind of place holder Luan-233 2023-08-11 10:50:27 +0800
  • 3eee3e336d ci: fix passing env vars to build scripts 2.9.7 Daniele Varrazzo 2023-08-04 17:28:24 +0100
  • 1e0086b1fe chore: bump version to 2.9.7 Daniele Varrazzo 2023-08-04 17:22:35 +0100
  • 4fe28d661a Merge branch 'dev/init-failure' Daniele Varrazzo 2023-08-04 17:20:50 +0100
  • 14e06d8185 docs: mention module init errors fix in news file Daniele Varrazzo 2023-08-04 16:57:14 +0100
  • 959339cefb Return NULL on failed module initialization Jacob Champion 2023-07-19 13:36:48 -0700
  • fb77bdca0b Merge branch 'dev/fix-meson-build' Daniele Varrazzo 2023-08-04 17:19:41 +0100
  • ef7053c070 docs: add pg_config improvement to news file Daniele Varrazzo 2023-08-04 16:48:11 +0100
  • ea71fbcd46 setup.py: handle more corner cases for pg_config Jacob Champion 2023-07-19 11:08:56 -0700
  • 0c5b5f4ec3 chore: bump cibuildwheel version to 2.14.1 Daniele Varrazzo 2023-08-04 16:42:08 +0100
  • 20fcfd6786 chore: upgrade libpq and openssl versions used in packaging Daniele Varrazzo 2023-08-04 16:38:42 +0100
  • 329f43c762 Use except psycopg2.Error as e in example. Xing Guo 2023-07-27 09:49:46 +0800
  • e82183de3c Use except psycopg2.Error as e in example. Xing Guo 2023-07-27 09:49:46 +0800
  • 5f7cbe86f2
    feat:support parse boolean from characters 0 and 1 vimiix 2023-06-26 11:35:55 +0800
  • 9f020124f8 docs: don't show objects in side bar Daniele Varrazzo 2023-06-07 12:08:14 +0200
  • 8b17e218be Disable test_ssl_attribute on PG16+ Christoph Berg 2023-05-29 13:13:08 +0200
  • 09bc5c7525 Disable test_ssl_attribute on PG16+ Christoph Berg 2023-05-29 13:13:08 +0200
  • c96f991a8d Updated from deprecated license_file parameter Brent Wilkins 2023-05-24 12:13:59 -0600
  • 30d15b7d00 Updated from deprecated license_file parameter Brent Wilkins 2023-05-24 12:13:59 -0600
  • 3450d159b5 fix typo in Usage.html page in documentation Amirsoroush 2023-04-23 01:19:01 +0300
  • 4c88e0c06c fix typo in Usage.html page in documentation Amirsoroush 2023-04-23 01:19:01 +0300
  • 5108191aa5 chore: upgrade docs build dependencies Daniele Varrazzo 2023-04-17 20:11:31 +0200
  • 638be85eb6 docs: drop use of print statement, use the print() function instead Daniele Varrazzo 2023-04-17 20:07:17 +0200
  • 0b01ded426 ci: drop github download script Daniele Varrazzo 2023-04-03 05:10:36 +0200
  • 46238ba351 ci: fix cache key by setting lib versions in job env Daniele Varrazzo 2023-04-03 05:07:01 +0200
  • 51dd59ef9d chore: drop Python 3.6 from Windows packages Daniele Varrazzo 2023-04-03 05:06:13 +0200
  • 333b3b7ac4 ci: use cibuildwheel to build linux wheel packages 2.9.6 Daniele Varrazzo 2023-04-02 17:33:56 +0200
  • 7a8f4d6222 chore: bump version to 2.9.6 Daniele Varrazzo 2023-04-02 13:00:38 +0200
  • b747b5b0fd ci: bundle all build artifacts in a single directory Daniele Varrazzo 2023-04-02 12:59:29 +0200
  • 1781e8b2c9 build: package openssl 1.1.1t with binary packages Daniele Varrazzo 2023-04-02 12:41:52 +0200
  • fdb204b4e3 docs: mention manylinux2014 packages in news file Daniele Varrazzo 2023-04-02 12:40:55 +0200
  • 09b82e4094 ci: bump qemu action version to drop node deprecation warning Daniele Varrazzo 2023-03-30 17:09:23 +0200
  • 97df29a312 ci: build macOS packages using cibuildwheel Daniele Varrazzo 2023-03-30 02:39:21 +0200
  • daeec37fab
    Merge pull request #1545 from AmirBitaraf/aarch64_manylinux2014_libpq Daniele Varrazzo 2023-03-27 17:11:28 +0200
  • c0666b0935 Modify LD_LIBRARY_PATH to support all architectures Amir Bitaraf 2023-03-06 19:21:51 +0100
  • cc21faa4f4 Move to manylinux2014 for aarch64, ppc64le builds. Amir Bitaraf 2023-02-08 15:55:01 +0100
  • 63947e2552 ci: drop test on Python 3.6 Daniele Varrazzo 2023-02-25 16:07:21 +0100
  • 52df8371f3 ci: pin tox to v3 Daniele Varrazzo 2023-02-25 16:05:14 +0100
  • feeb989323 docs: use https url in license file Daniele Varrazzo 2023-02-25 15:36:35 +0100
  • e8d92b74fd Merge branch 'py311-win32' Daniele Varrazzo 2022-11-07 23:42:28 +0100
  • 026b5bf3ab ci: re-enable builds suspended for build win32 packages for Python 3.11 Daniele Varrazzo 2022-11-07 23:41:50 +0100
  • 02b5e226f4 ci: build packages for Python 3.11 for Workgroup... for Windows! Daniele Varrazzo 2022-11-07 22:38:07 +0100
  • 57009707b1 ci: Test Python 3.11 on Appveyor Daniele Varrazzo 2022-11-07 22:07:56 +0100
  • 3182ea2303 ci: adapt macOS arm64 build script to changes in Python 3.11 and PostgreSQL 15 Daniele Varrazzo 2022-10-27 00:41:09 +0200
  • ea32730a39 Merge branch 'build-macos-py311' Daniele Varrazzo 2022-10-27 00:40:23 +0200
  • deb00e5454 ci: re-enable builds suspended to build macOS packages for Python 3.11 Daniele Varrazzo 2022-10-27 00:38:24 +0200
  • 8c824d0e47 Build packages for macOS x86_64 Python 3.11 Daniele Varrazzo 2022-10-27 00:28:04 +0200
  • 1bf8e77ea2 chore: remove macOS 3.11 build from build grid 2_9_5 Daniele Varrazzo 2022-10-25 13:34:29 +0200
  • af3ee06ec0 chore: upgrade Github action versions Daniele Varrazzo 2022-10-25 13:04:28 +0200
  • 963fb1190b chore: fix yaml syntax in Github Action workflow Daniele Varrazzo 2022-10-25 12:59:23 +0200
  • 27a99dac72 chore: bump version number to release 2.9.5 Daniele Varrazzo 2022-10-25 12:55:57 +0200
  • 78690cfaf8 lint: reformat appveyor yaml Daniele Varrazzo 2022-10-25 12:54:34 +0200
  • 259d15ae3e chore: build binary packages with OpenSSL 1.1.1q Daniele Varrazzo 2022-10-25 12:47:46 +0200
  • 77039cad63 chore: fix directory where to find binary package after build Daniele Varrazzo 2022-10-25 12:44:24 +0200
  • e6e465c509 chore: build binary packages using libpq from PostgreSQL 15 Daniele Varrazzo 2022-10-25 12:43:23 +0200
  • 12700a5f02 Build packages for Python 3.11 Daniele Varrazzo 2022-10-25 12:26:20 +0200
  • 271dd1fce7 chore: move cache_rebuild file into appveyor dir Daniele Varrazzo 2022-10-25 12:24:10 +0200
  • e4b2a197c6 chore: bump to next dev version Daniele Varrazzo 2022-10-25 12:20:46 +0200
  • 20bb486663 Merge branch 'doc_examples_executemanybatch' Daniele Varrazzo 2022-10-20 21:33:46 +0200
  • f401d0b738 docs: fix reST syntax and whitespace in executemany examples Daniele Varrazzo 2022-10-20 21:31:18 +0200
  • 3844fcb25a
    packages CI: Add Python 3.11 Ewout ter Hoeven 2022-10-11 22:47:53 +0200
  • 4912be0e7f [test_basic_types] Add test for array[%s] on NULL arrays Ion Alberdi 2022-10-10 21:10:45 +0200
  • 7e865cc19d [test_basic_types] Add test for array[%s] on NULL arrays Ion Alberdi 2022-10-10 21:10:45 +0200
  • dffebb603d [adapter_list] Deactivate rewriting 'array[NULL]' to '{NULL}' Ion Alberdi 2022-10-10 21:10:45 +0200
  • 87368be205 [test_types_basic] Add explicit cast to values query Ion Alberdi 2022-10-10 21:07:53 +0200
  • aabac5df31
    Add executemany & execute_batch examples Hannes 2022-10-10 19:08:46 +0200
  • a12dbc4357 docs: fix typos in release notes Daniele Varrazzo 2022-10-06 03:56:26 +0100
  • bc82c8f9cc fix: set default SYSCONFDIR to the quasi-standard /etc/postgresql-common 2_9_4 Daniele Varrazzo 2022-10-06 03:49:25 +0100
  • c38aa27d7d chore: bump version number to release 2.9.4 Daniele Varrazzo 2022-10-06 03:32:17 +0100
  • bd96594e2d docs: add link to release notes page to find which Python version is supported Daniele Varrazzo 2022-10-06 03:25:34 +0100
  • 182a51a33f chore: upgrade packaged libpq version and dependencies Daniele Varrazzo 2022-10-06 03:14:06 +0100
  • 76b703e910 Merge branch 'pg15' Daniele Varrazzo 2022-10-06 02:59:28 +0100
  • 29a65f756c chore: upgrade error codes to PostgreSQL 15 Daniele Varrazzo 2022-10-06 02:26:09 +0100
  • 6d815f5df9 test: adapt ssl test to libpq 15 Daniele Varrazzo 2022-10-05 20:35:59 +0100
  • c7326f8da7 test: add PostgreSQL 15 to the test grid Daniele Varrazzo 2022-10-05 19:33:26 +0100
  • 68d786b610 Merge branch 'fix-1487' Daniele Varrazzo 2022-10-06 02:09:06 +0100
  • 7054e1aadf test: add test to verify register_range() with names requiring escape Daniele Varrazzo 2022-10-06 02:05:49 +0100
  • ac25d3bdc0 fix: look up for range types defined in schemas in the search path Daniele Varrazzo 2022-10-06 01:58:27 +0100
  • 9535462ce9 fix: correctly handle composites with names or schema requiring escape Daniele Varrazzo 2022-10-06 01:27:10 +0100
  • d88e4c2a3c fix: handle types in the search path in register_composite() Daniele Varrazzo 2022-10-06 01:02:27 +0100
  • 31a80410db chore: bump to next dev release Daniele Varrazzo 2022-10-06 00:21:27 +0100
  • d6c81b4ff0 docs: mention MacOS ARM wheel support Daniele Varrazzo 2022-10-05 19:33:51 +0100
  • c6f30880a2 Remove Apple M1 bullet point from issue template Magnus Watn 2022-10-03 09:54:55 +0200
  • 8f3d80eae3
    Remove Apple M1 bullet point from issue template Magnus Watn 2022-10-03 09:54:55 +0200
  • e3664380c4 build: fix starting Postgres in macOS build script Daniele Varrazzo 2022-09-25 02:49:16 +0100
  • fdf957dcbd build: use "latest" version of github builders Daniele Varrazzo 2022-07-28 15:31:16 +0200
  • 3e7bb8d1aa Remove __nonzero__ method Nikita Sobolev 2022-07-30 14:34:04 +0300
  • cd77d0c96f
    Remove __nonzero__ method Nikita Sobolev 2022-07-30 14:34:04 +0300
  • 07c83ef8bb Link to the right PR for adding alpine wheels Tim Tisdall 2022-07-28 08:32:05 -0400
  • 165c4f5958
    Link to the right PR for adding alpine wheels Tim Tisdall 2022-07-28 08:32:05 -0400
  • f07b3ad0a6 Merge branch 'build-macos-arm64' Daniele Varrazzo 2022-07-28 13:30:32 +0200
  • 611c610041 docs: fixed quote_ident() example Daniele Varrazzo 2022-07-27 02:54:17 +0200
  • 25c40f8ac3 build: add scripts to build macOS arm64 packages 2_9_3-macos-arm64 Daniele Varrazzo 2022-07-16 23:02:46 +0100