Commit Graph

  • 96156727c0 Allow parsing boolean both upper and lowercase Daniele Varrazzo 2019-10-19 16:28:10 +0100
  • 5e9572aff8 Revert testing on Windows to libpq 11.4 Daniele Varrazzo 2019-10-19 16:17:01 +0100
  • 24a8d600bf Test on appveyior with libpq 11.5 and openssl 1.1.1d Daniele Varrazzo 2019-10-19 16:10:15 +0200
  • b2a09fb404 Merge branch 'pg12' Daniele Varrazzo 2019-10-19 16:09:41 +0200
  • b029bd80d4 Merge branch 'py38' Daniele Varrazzo 2019-10-19 16:08:06 +0200
  • 500f438033 Support for Python 3.8 mentioned in news file Daniele Varrazzo 2019-10-19 16:07:35 +0200
  • ade98c1359 Added Py 3.8 support to appveyor build Daniele Varrazzo 2019-10-19 14:35:05 +0200
  • 38a411dc07 Test Python 3.4 on xenial Daniele Varrazzo 2019-10-19 15:50:57 +0200
  • 214a8efe64 Test PG 11 and 12 on travis Daniele Varrazzo 2019-10-19 14:08:29 +0200
  • d5c7ec7ae8 Added Postgres 12 errors Daniele Varrazzo 2019-10-19 14:56:21 +0200
  • 8f11821c17 Use travis test config variable 0/1 instead of blank strings Daniele Varrazzo 2019-10-19 14:49:27 +0200
  • 58654990d6 Install postgres from pgdg on travis if available there Daniele Varrazzo 2019-10-19 14:22:19 +0200
  • 0dec435856 Dropped download url from package metadata Daniele Varrazzo 2019-10-19 14:09:44 +0200
  • 4e13acdc88 Add Python 3.8 to the test matrix Jon Dufresne 2019-10-18 18:05:14 -0700
  • ce14494c33 add another pool test Changaco 2019-09-24 10:44:58 +0200
  • 6e6700b63d skip a pool test if postgres is older than 8.2 Changaco 2019-09-23 17:36:47 +0200
  • 11dc2691f4 clean up the pool tests Changaco 2019-09-23 11:15:10 +0200
  • 6e2ddd26c5 integrate connection caching into the base pool class Changaco 2019-09-23 10:55:21 +0200
  • a3b1fd5195
    Suggest ujson.loads in documentation Federico Ceratto 2019-09-23 12:07:52 +0100
  • 456f6b660b Fix some logic issues and improve test coverage Israel Brewster 2017-06-09 14:03:25 -0800
  • 7280833658 Set connection expiration on getconn rather than connect, so expiration time is based on last use rather than created. Under heavy loads now, some connections may never expire. Israel Brewster 2017-06-09 09:01:01 -0800
  • ba29e326bd Add unit tests for CachingConnectionPool Israel Brewster 2017-06-08 15:41:35 -0800
  • 5c31d2dbc2 Import datetime into _prune function Israel Brewster 2017-06-08 15:12:06 -0800
  • 75fad2d361 Fix issue with class instantiation Israel Brewster 2017-06-08 14:19:11 -0800
  • 27baeab637 Update documentation to show the CachingConnection Pool Israel Brewster 2017-06-08 11:57:00 -0800
  • 74238d52e7 Add inital CachingConnectionPool class Israel Brewster 2017-06-08 09:14:44 -0800
  • 7119298f97 Update issue templates Daniele Varrazzo 2019-09-22 13:09:00 +0200
  • d309918425 add the new row type to the documentation Changaco 2019-09-20 14:47:29 +0200
  • fb3b0bbb02 add tests for the new row type Changaco 2019-09-20 13:12:24 +0200
  • e72f8d9732 create a new row type Changaco 2019-09-19 23:19:28 +0200
  • f08019e356 Added decorator to clean up the adaptation mappings after tests Daniele Varrazzo 2019-09-04 14:58:04 +0100
  • 33d3c074fa Merge branch 'fix-961' Daniele Varrazzo 2019-09-04 13:22:16 +0100
  • 80df0553a6 Fixed handling large Oid values Daniele Varrazzo 2019-09-04 12:27:16 +0100
  • 6cac1a5dd1 Fixed a link to PgBouncer. Alexander Artemenko 2019-08-23 18:02:56 +0300
  • 8b4d3ac965 Added a note about undefined behavior of get_backend_pid when connecting to PgBouncer. Alexander Artemenko 2019-08-23 08:47:50 +0300
  • 333b4edb09
    Fix typo 'againts' Jann Kleen 2019-08-19 16:08:31 +0200
  • a47fcdd508
    [psycopg/pqpath.c] sys/time.h include for non mac & Windows Samuel Marks 2019-08-05 15:07:43 +1000
  • 9097a5b989 Don't advance replication cursor when the message wasn't confirmed Alexander Kukushkin 2019-07-05 08:37:24 +0200
  • 4d10f1235f Merge branch 'obscure-password-before-connect' Daniele Varrazzo 2019-06-24 12:14:29 +0100
  • 6e972200a3 Mention ctrl-c swallowing fixed in news file Daniele Varrazzo 2019-06-24 12:13:47 +0100
  • 3465ce282e Function to obscure password moved to connection_int Daniele Varrazzo 2019-06-24 12:11:12 +0100
  • f40ad0f3ae Obscure the dsn password before storing it into the connection Daniele Varrazzo 2019-06-22 19:22:27 +0100
  • 491296e0f5 Fix typo: "the the" Jon Dufresne 2019-06-20 20:18:23 -0700
  • ee056bc6e8 Bump to next dev version number Daniele Varrazzo 2019-06-21 11:26:29 +0100
  • 3d059acbf5 Fix typo: "the the" Jon Dufresne 2019-06-20 20:18:23 -0700
  • c32dbf357c typo: remove 'a' Kunal Marwaha 2019-06-11 00:29:23 -0700
  • b358bc1e24 sending CTRL_BREAK_EVENT on windown Richard Bann 2019-06-18 22:42:37 +0200
  • ff64a8b409 fix test on windows Richard Bann 2019-06-18 22:26:00 +0200
  • 1c57209144 Take libdir from pg_config --ldflags Michael Haas 2019-06-18 16:51:33 +0200
  • 52fc8bbeda handle the green case in test Richard Bann 2019-06-18 15:33:13 +0200
  • 3bc30f1454 fix comment style Richard Bann 2019-06-18 15:03:06 +0200
  • e83ae9d69f the test should not run in green case Richard Bann 2019-06-18 14:52:57 +0200
  • 7ece08ac7a trying to find test params for Travis Richard Bann 2019-06-18 12:03:26 +0200
  • acd82adad3 test should be more robust Richard Bann 2019-06-18 11:01:37 +0200
  • bf01bbcfca Handle exit exceptions in connect Richard Bann 2019-06-18 08:38:46 +0200
  • 2cdcc99228
    typo: remove 'a' Kunal Marwaha 2019-06-11 00:29:23 -0700
  • bc65c636ae Bump to version 2.8.3 2_8_3 Daniele Varrazzo 2019-06-10 23:21:50 +0100
  • 91a8962770 Added entry about how to ask questions Daniele Varrazzo 2019-06-10 23:18:11 +0100
  • be8e1a2632 Making my linter happy Daniele Varrazzo 2019-06-07 18:20:36 +0100
  • 2635f43788 Merge branch 'fix-namedtuple-cache' Daniele Varrazzo 2019-06-07 18:19:47 +0100
  • 0578c1ab92 Mention #928 fixed Daniele Varrazzo 2019-06-07 18:18:48 +0100
  • 842e383c0c fix NamedTupleCursor._cached_make_nt Changaco 2019-06-04 14:29:06 +0200
  • 527592a0a5 improve the NamedTupleCursor cache test Changaco 2019-06-04 13:44:40 +0200
  • 668d507c34 Merge branch 'feature/smart-feedback' Daniele Varrazzo 2019-05-12 23:55:11 +0900
  • b79895186c Added news entry about smart replication feedback Daniele Varrazzo 2019-05-12 23:29:22 +0900
  • 90755e6f13 Address code-review Alexander Kukushkin 2019-05-07 14:18:09 +0200
  • 5eec11f232 Improve docs Alexander Kukushkin 2019-05-06 15:42:37 +0200
  • f827e49f55 Change the default value of keepalive_interval parameter to None Alexander Kukushkin 2019-05-06 15:26:21 +0200
  • 6cff5a3e08 Smart replication feedback Alexander Kukushkin 2019-05-06 10:27:44 +0200
  • f96982bdfd Merge remote-tracking branch 'origin/appveyor-py' Daniele Varrazzo 2019-05-01 16:30:09 +0100
  • ed7d8ea28c Appveyor: added package_name to options Daniele Varrazzo 2019-04-22 22:39:21 +0100
  • 014097c1af Dropped command line config from appveyor scrips Daniele Varrazzo 2019-04-22 12:33:03 +0100
  • 1b2c1d620f Run tests more quiet/faster building wheels Daniele Varrazzo 2019-04-22 11:10:47 +0100
  • 285c64d101 Better dir names in appveyor build Daniele Varrazzo 2019-04-22 03:10:31 +0100
  • 637a990e09 Added support for wheel building and uploading Daniele Varrazzo 2019-04-21 17:08:35 +0100
  • 9eec303cf7 Configure postgres to run appveyor tests on ssl Daniele Varrazzo 2019-04-21 13:33:15 +0100
  • b1078b1b92 Setup build environment only before building Daniele Varrazzo 2019-04-21 13:14:37 +0100
  • 1178501aaf appveyor: added logging level configuration Daniele Varrazzo 2019-04-21 12:41:09 +0100
  • 5c72203180 Using pathlib to manipulate paths Daniele Varrazzo 2019-04-15 03:58:38 +0100
  • 591476621c Dropped problematic init step Daniele Varrazzo 2019-04-15 03:51:31 +0100
  • fda738c90d All together now, let's make this real Daniele Varrazzo 2019-04-15 02:37:39 +0100
  • 5858b0b9b4 Test packages from Python Daniele Varrazzo 2019-04-15 02:26:18 +0100
  • 169ce22228 Build psycopg from Python Daniele Varrazzo 2019-04-15 02:07:03 +0100
  • c875197432 Build libpq from Python Daniele Varrazzo 2019-04-15 00:38:51 +0100
  • 73f6a0cd95 Build openssl from Python Daniele Varrazzo 2019-04-14 22:43:28 +0100
  • 37ce131d2c Added setenv to log env vars changes Daniele Varrazzo 2019-04-14 22:02:52 +0100
  • 00fc2820a0 Added script to implement appveyor functionality in Python Daniele Varrazzo 2019-04-14 20:10:51 +0100
  • 325aadbf2c Check return code of pthread_mutex_init Daniele Varrazzo 2019-04-21 11:53:34 +0100
  • 39b1994c26 Bump to next dev version number Daniele Varrazzo 2019-04-21 11:53:13 +0100
  • 324cded166 Bumping to version 2.8.2 2_8_2 Daniele Varrazzo 2019-04-14 15:11:31 +0100
  • 6b740df704 Added FAQ entry about the change in binary packages in 2.8 Daniele Varrazzo 2019-04-14 15:08:07 +0100
  • 4821a6294e Merge branch 'openssl-1.1-windows' Daniele Varrazzo 2019-04-14 14:49:41 +0100
  • 26b61e809f Mention building openssl 1.1 on windows in news file Daniele Varrazzo 2019-04-11 01:42:54 +0100
  • 14bfc54344 Mention fix to repeated fields in RealDictCursor in news file Daniele Varrazzo 2019-04-11 00:53:57 +0100
  • 72fe91c02e Build and test with openssl 1.1 on windows Daniele Varrazzo 2019-04-10 23:46:05 +0100
  • c9d938e9a8 Require OpenSSL 1.1.x library names on Windows Matthew Brett 2019-04-10 11:13:08 +0100
  • 5e01c47818 Highlight in docs that the context manager doesn't close the connection Daniele Varrazzo 2019-04-07 11:19:56 +0100
  • 4058f363d6 More robust RealDictRow population Daniele Varrazzo 2019-04-06 21:17:28 +0100
  • 63e4bc961e Version bumped to next dev release Daniele Varrazzo 2019-04-06 21:16:42 +0100
  • 3357477fde Fixed debug title level in news Daniele Varrazzo 2019-04-06 20:49:00 +0100