Commit Graph

  • a5c6d7fce2 TST: fix PendingDeprecationWarning: Please use assertTrue instead Christoph Gohlke 2017-03-01 10:52:20 -0800
  • 455f51c36c Added docs about making a release Daniele Varrazzo 2017-03-01 15:58:49 +0000
  • 6f7e570a0a Bump away from 2.7 Daniele Varrazzo 2017-03-01 15:56:54 +0000
  • 51591e2c23 Merge branch 'fix-512' 2_7 Daniele Varrazzo 2017-03-01 02:14:40 +0000
  • 3638d349ba Skip test on PG version with bad interval rounding Daniele Varrazzo 2017-03-01 00:44:28 +0000
  • b0e6045b63 Bump to version 2.7 Daniele Varrazzo 2017-02-28 11:57:08 +0000
  • a2bc3c7bcb Fixed doc typo Daniele Varrazzo 2017-02-28 11:28:11 +0000
  • c871c49f55 Dropped reference to "isolation level autocommit" in docs Daniele Varrazzo 2017-02-24 16:53:32 +0000
  • 72f74d1f41 Dropped compiler warning on Windows Daniele Varrazzo 2017-02-24 13:33:42 +0000
  • 451e1e2e73 Merge branch 'fix-512' Daniele Varrazzo 2017-02-24 13:33:36 +0000
  • 691df4952b Handle overflow in interval parsing Daniele Varrazzo 2017-02-24 13:03:54 +0000
  • 3b665d35d5 Make sure to use 64 bits in interval parsing accumulators Daniele Varrazzo 2017-02-24 12:10:54 +0000
  • 834e9996da Parse interval only using integers Daniele Varrazzo 2017-02-24 03:48:41 +0100
  • e351606b69 Display Appveyor build status of master branch Daniele Varrazzo 2017-02-24 02:49:45 +0100
  • a15dfbbd4f Try to fix the same problem in windows Daniele Varrazzo 2017-02-24 02:41:34 +0100
  • 14fe3ad8c9 Fixed integer overflow in interval typecaster Daniele Varrazzo 2017-02-24 02:10:27 +0100
  • f5bd6063fc Fixed link to attribute in news Daniele Varrazzo 2017-02-16 19:48:09 +0000
  • a3193aca2a Bump version number Daniele Varrazzo 2017-02-16 19:52:58 +0000
  • 355d62f084 Url to download VC fix file moved to this repos 2_7_BETA_2 Daniele Varrazzo 2017-02-16 18:31:49 +0000
  • 1cb2721a67 Bumping to 2.7 beta 2 Daniele Varrazzo 2017-02-16 18:26:37 +0000
  • 559dbe7b53 Merge branch 'test-windows' Daniele Varrazzo 2017-02-16 18:23:23 +0000
  • 30efe59af7 Document installation from wheel packages Daniele Varrazzo 2017-02-16 17:17:13 +0000
  • afcae0a61b Download external packages in .zip instead of .tar.gz Daniele Varrazzo 2017-02-16 17:18:19 +0000
  • 089ceb96a8 Download postgres from github instead of ftp.postgresql.org Daniele Varrazzo 2017-02-16 16:32:17 +0000
  • 7819d0fc6c Windows testing tweaks, badge on README Daniele Varrazzo 2017-02-16 15:59:37 +0000
  • 535ff672c0 Added AppVeyor configuration to test building on Windows Daniele Varrazzo 2017-02-16 15:43:11 +0000
  • 82adf8a162 Merge branch 'session-attributes' Daniele Varrazzo 2017-02-16 14:50:21 +0000
  • 61101888e4 Revert default_transaction_* to default only if set Daniele Varrazzo 2017-02-16 13:15:14 +0000
  • d7bba865f3 Check for deferrable unsupported applied to attribute too Daniele Varrazzo 2017-02-16 13:14:45 +0000
  • d50ed48807 Added readonly and deferrable attributes Daniele Varrazzo 2017-02-16 11:04:02 +0000
  • b5d80b609d Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level() Daniele Varrazzo 2017-02-16 02:40:21 +0000
  • 20c9c17457 connection.isolation_level is now writable Daniele Varrazzo 2017-02-16 02:07:05 +0000
  • fb1a47c064 Link COPY from docs index to our docs instead of postgres ones Daniele Varrazzo 2017-02-16 12:45:26 +0000
  • 6c79f936bd SQL links not bold in the docs Daniele Varrazzo 2017-02-16 12:38:04 +0000
  • 75747606d3 Merge branch 'pull-507' Daniele Varrazzo 2017-02-11 20:34:37 +0000
  • 32e81a27b5 Allowed inittype.h's defs all versions of MSVC Jason Erickson 2017-02-10 10:14:17 -0700
  • 7493ea24f2 Defined inttypes.h for older MSVC compilers Jason Erickson 2017-02-09 22:27:18 -0700
  • d52e9100d2 Added support for MSVC compiler Jason Erickson 2017-02-09 20:57:54 -0700
  • 83cf908c88 Fixed MSVC compiler error and warning Jason Erickson 2017-02-09 20:54:29 -0700
  • ee4887b4c5 Download testing servers from upload instead of tarballs Daniele Varrazzo 2017-02-08 18:37:40 +0000
  • 4b78ca4405 Fixed generation of download url from beta version Daniele Varrazzo 2017-02-08 18:09:15 +0000
  • 21fbe2bd2a Fixed argument name in executemany docs Daniele Varrazzo 2017-02-08 14:01:57 +0000
  • b4b8b5f164 Bump version number Daniele Varrazzo 2017-02-08 13:56:50 +0000
  • 6f83c9c87a Bump version to 2.7 beta 1 2_7_BETA_1 Daniele Varrazzo 2017-02-08 10:28:33 +0000
  • d2cafe2684 Dropped references to prepare in cur.execute[many] docs Daniele Varrazzo 2017-02-08 10:15:16 +0000
  • d2cd1236a8 Dropped compiler warning about signed/unsigned comparisons Daniele Varrazzo 2017-02-07 19:07:58 +0000
  • 3e12522bc9 Don't convert '{}'::unknown into an empty list Daniele Varrazzo 2017-02-07 18:52:16 +0000
  • 791befca18 Use pydll to poke into extension library Daniele Varrazzo 2017-02-07 11:37:41 +0000
  • 7210287e76 Stop a docstring generating a warning Daniele Varrazzo 2017-02-07 11:36:37 +0000
  • 28c489f17e Merge branch 'no-set-default-session' Daniele Varrazzo 2017-02-07 00:58:54 +0000
  • 3ff350cd24 Merge branch 'test-dinosaurs' Daniele Varrazzo 2017-02-07 00:58:48 +0000
  • 7485fabe4f Fixed BEGIN; SET TRANSACTION with PG 7.4 Daniele Varrazzo 2017-02-07 00:40:08 +0000
  • 705dda2cba Dropped support for Python 3.1 Daniele Varrazzo 2017-02-06 23:03:48 +0000
  • 7b11b95908 Skipped a couple of tests failing on old dbs Daniele Varrazzo 2017-02-06 21:09:37 +0000
  • 7f593d5eb0 Skip tests with server not supporting NULL in array Daniele Varrazzo 2017-02-06 20:33:35 +0000
  • 2e18b42db0 Don't test with server not implementing INSERT with VALUES list Daniele Varrazzo 2017-02-06 20:16:28 +0000
  • 3873c6c09f Deal consistently with E'' quotes in tests Daniele Varrazzo 2017-02-06 18:43:39 +0000
  • d23fe42873 Work around a race condition in async cancel test Daniele Varrazzo 2017-02-06 18:05:13 +0000
  • e599da6308 assertDsnEqual moved as TestSuite method Daniele Varrazzo 2017-02-06 18:56:50 +0000
  • f5cad47909 Run the test suite with postgres versions not available on travis Daniele Varrazzo 2017-02-06 02:14:06 +0100
  • e9c5f66450 build-manylinux script moved to build-wheels project Daniele Varrazzo 2017-02-06 19:12:17 +0000
  • 9f467231d9 Merge branch 'conform-subclass-adapter' Daniele Varrazzo 2017-02-05 12:13:52 +0100
  • c6af16c3ae Slower timeout for a test that sometimes fail Daniele Varrazzo 2017-02-05 12:04:55 +0100
  • 30a833f57a Dropped compiler warning in debug mode Daniele Varrazzo 2017-02-04 02:32:26 +0000
  • 3fbff5d848 Give precedence to '__conform__()' over superclasses choosing adapter Daniele Varrazzo 2017-02-05 11:54:50 +0100
  • c54a614c6e Added documentation about the changes in transaction control Daniele Varrazzo 2017-02-04 15:55:59 +0000
  • 9054eeccc0 Set default_transaction_* GUC if session state is changed in autocomit Daniele Varrazzo 2017-02-04 15:19:41 +0000
  • 665e9dc665 Exposing ISOLATION_LEVEL_DEFAULT to Python Daniele Varrazzo 2017-02-04 14:43:54 +0000
  • 9448576ba6 Merge pull request #504 from fogzot/pgversion-fix Federico Di Gregorio 2017-02-04 14:32:06 +0100
  • c60682c230 Reuse set_session to implement autocommit, set_isolation_level Daniele Varrazzo 2017-02-04 13:24:41 +0000
  • 8b96bcddff Fixed version regexp to match "10devel" Federico Di Gregorio 2017-02-04 14:21:07 +0100
  • 8527144173 Better separation between interface and state change code Daniele Varrazzo 2017-02-04 11:20:54 +0000
  • ca59fd8b3f Test looking the transactions characteristics instead of the default Daniele Varrazzo 2017-02-04 10:57:30 +0000
  • c1e016e597 Don't use default_transaction_* for session characteristics Daniele Varrazzo 2017-02-04 02:25:48 +0000
  • 9863637f30 Dropped compiler warning in debug mode Daniele Varrazzo 2017-02-04 02:32:26 +0000
  • de8b335d80 Merge branch 'master' into sql-compose Daniele Varrazzo 2017-02-03 04:56:02 +0000
  • ca42306d79 Misplaced NEWS entry fixed. Daniele Varrazzo 2017-02-03 04:52:49 +0000
  • 1911b250e3 Merge branch 'async-keyword' Daniele Varrazzo 2017-02-03 04:45:17 +0000
  • 44c3b77691 Added docs for async_ alias Daniele Varrazzo 2017-02-03 04:39:20 +0000
  • ce9be69615 Added async_ as an alias for async Daniele Varrazzo 2017-02-03 04:28:27 +0000
  • 8baf6aa372 Convert warnings into errors on test Daniele Varrazzo 2017-02-02 19:03:22 +0000
  • 6e89db020c Merge branch 'fast-executemany' Daniele Varrazzo 2017-02-03 04:40:34 +0000
  • 95226baa9b Further minimal performance tweaks to execute_values Daniele Varrazzo 2017-02-02 17:42:06 +0000
  • dc1b4fff90 Avoid an useless encode/decode roundtrip in execute_values() Daniele Varrazzo 2017-02-02 17:29:17 +0000
  • d2fdc5ca9f Better docs for fast executemany functions. Daniele Varrazzo 2017-02-02 16:02:33 +0000
  • d8b1fbd905 Further skipping of slow tests Daniele Varrazzo 2017-02-02 02:58:22 +0000
  • 626e57acda Merge branch 'fast-executemany' Daniele Varrazzo 2017-02-02 02:40:28 +0000
  • 27652ed3b0 Added notes about using execute_batch with prepared statements Daniele Varrazzo 2017-02-02 02:40:03 +0000
  • ad6506ff69 Merge branch 'manylinux' Daniele Varrazzo 2017-02-02 02:15:15 +0000
  • 88a21689ce Added note about finding slow tests Daniele Varrazzo 2017-02-02 02:09:59 +0000
  • f24de0357f Allow skipping the slow test Daniele Varrazzo 2017-02-02 01:53:50 +0000
  • 9ca51e0ed9 Use the server on the host to test Daniele Varrazzo 2017-02-01 17:33:12 +0000
  • 815869375b Merge back manylinux build script from the psycopg2-wheels project Daniele Varrazzo 2017-02-01 17:05:47 +0000
  • 9bac37baf7 Fixed execute_values with unicode Daniele Varrazzo 2017-02-01 02:47:40 +0000
  • 2e2dcd536b Fixed fast execute functions with Python 3 Daniele Varrazzo 2017-02-01 02:36:54 +0000
  • 26952ecee4 Fixed sql docs style with newer Docutils versions Daniele Varrazzo 2017-02-01 02:00:20 +0000
  • a95fd3df1a Added execute_batch and execute_values functions Daniele Varrazzo 2017-02-01 01:59:47 +0000
  • 183ed44d3d Merge 1617a8f364 into b179645ff7 Jason Erickson 2017-01-19 06:23:05 +0000
  • 8ac839ce95 Merge branch 'fix-iter-warning' Daniele Varrazzo 2017-01-05 15:27:26 +0000
  • 9ffb61214c Fix DeprecationWarning: generator '__iter__' raised StopIteration NotSqrt 2017-01-04 09:45:53 +0100