Commit Graph

  • 751bfa1ea6 Support query cancellation. Jan Urbański 2010-07-24 23:01:27 +0200
  • 9f78141532 Don't consider the kernel not blocking us on write as an error. Daniele Varrazzo 2010-11-25 03:02:58 +0000
  • 5a025825cc Skip test if uuid not available on Python. Daniele Varrazzo 2010-11-24 11:04:18 +0000
  • bb44bcd5b5 Skipped inf test on the platform not supporting it (win32). Daniele Varrazzo 2010-11-24 10:50:28 +0000
  • 1fd6b84068 Added test suite to the distributed package. Daniele Varrazzo 2010-11-24 03:36:57 +0000
  • fdf1ba1aac Dropped notices hack to get COPY errors from V2 protocol. Daniele Varrazzo 2010-11-22 00:49:07 +0000
  • 7fe7b669aa Added instructions about running tests and building docs. Daniele Varrazzo 2010-11-20 01:10:21 +0000
  • 6f51eefac3 Dropped references to psycopg 1 from readme and install. Daniele Varrazzo 2010-11-20 01:07:54 +0000
  • ed3b2188fe Fixed import of test functions from Python 2.7 unittest. Daniele Varrazzo 2010-11-19 18:01:29 +0000
  • bbe28ba75f Add a small delay to receive notification when testing on busy network. Daniele Varrazzo 2010-11-19 14:44:47 +0000
  • f2c5d04f39 Fixed docs: the execute argument must be a sequence, not a tuple. Daniele Varrazzo 2010-11-19 13:13:14 +0000
  • 21dfc2c592 Float test skipped where the server doesn't support inf. Daniele Varrazzo 2010-11-19 10:44:39 +0000
  • a55e50b991 hstore test passes against non-utf8 databases. Daniele Varrazzo 2010-11-19 10:29:07 +0000
  • 19ead4a5cb Test cleanup. Daniele Varrazzo 2010-11-19 03:55:37 +0000
  • 94348bfb78 hstore registration doesn't fail if typarray column not available. Daniele Varrazzo 2010-11-19 03:51:53 +0000
  • 163cf5bfb4 mx.DateTime module initialized as it is supposed to be. Daniele Varrazzo 2010-11-19 00:17:24 +0000
  • 3e3aa676a9 datetime module initialized as it is supposed to be. Daniele Varrazzo 2010-11-18 23:16:40 +0000
  • 576b01f6a3 Functions exported to drop warnings. Daniele Varrazzo 2010-11-18 23:45:16 +0000
  • 67793ed989 Compiler warning dropped. Daniele Varrazzo 2010-11-18 03:23:49 +0000
  • bcacdc8461 Added enum with possilbe isolation level states. Daniele Varrazzo 2010-11-18 00:20:39 +0000
  • 4074635629 Moved links to PG docs from 8.4 to 9.0. Daniele Varrazzo 2010-11-17 02:59:03 +0000
  • 454c6b8915 Moved links to PG docs from 8.4 to 9.0. Daniele Varrazzo 2010-11-17 02:59:03 +0000
  • c3c54aab38 Don't clobber exception if conn_switch_isolation_level fails. Daniele Varrazzo 2010-11-17 01:43:50 +0000
  • 9849083628 Added tests to check the effective isolation level. Daniele Varrazzo 2010-11-17 01:04:34 +0000
  • e1a04bec0e Don't inconditionately run a query at connection to set datestyle to ISO. Daniele Varrazzo 2010-11-16 18:10:58 +0000
  • 15bba2966f Don't run a query at connection to detect client encoding. Daniele Varrazzo 2010-11-16 10:16:52 +0000
  • a88d7ab424 Dropped support for protocol 2. Daniele Varrazzo 2010-11-16 01:06:27 +0000
  • 73265e7ece Refuse connection with server with protocol version 2. Daniele Varrazzo 2010-11-16 00:42:23 +0000
  • 58079c6c91 Fixed dependencies of the sdist target Daniele Varrazzo 2010-11-15 09:35:28 +0000
  • 0a2856477c The Makefile can receive the pg_config location. Daniele Varrazzo 2010-11-14 18:23:09 +0000
  • b25af6311c Makefile included in sdist. Daniele Varrazzo 2010-11-14 02:18:57 +0000
  • 78dfbfb94a Fixed dependencies to build the docs. Daniele Varrazzo 2010-11-13 20:31:53 +0000
  • d07791cfe9 Fixed setuptools installation from scratch. Daniele Varrazzo 2010-11-13 20:01:48 +0000
  • 988861a2d8 runtests.py script dropped. Daniele Varrazzo 2010-11-13 19:50:25 +0000
  • 9ffcb90038 Added flesh to the Makefile. Daniele Varrazzo 2010-11-13 19:45:45 +0000
  • b8ce51d9c2 Mention connection object in debug logs Jean-Baptiste Quenot 2009-09-18 17:16:36 +0200
  • cd19f9115d Fixed notices order (ticket #9). Daniele Varrazzo 2010-11-11 11:54:43 +0000
  • 3cae0f3f5d NamedTupleCursor doesn't change exception when fetching with no result. Daniele Varrazzo 2010-11-11 10:30:01 +0000
  • ef7a5ee8a9 Build the namedtuple only once per execution, not once per fetch. Daniele Varrazzo 2010-11-11 10:26:36 +0000
  • 11c021cb21 Fixed tests to run on Windows. Daniele Varrazzo 2010-11-11 01:39:46 +0000
  • 92ee893f0f Functions unused outside the module marked static. Daniele Varrazzo 2010-11-10 15:50:05 +0000
  • cf07af5ff5 Version bump to 2.3.0-beta2 Federico Di Gregorio 2010-11-09 18:51:46 +0100
  • a39e98f9e5 Check the presence of a mro. Daniele Varrazzo 2010-11-09 14:28:00 +0000
  • f0773d5682 Avoid pointless string manipulation in NamedTupleCursor. Daniele Varrazzo 2010-11-09 11:14:01 +0000
  • ed6a4c8b1a Dropped PyArg_ParseTuple() calls in functions taking no arguments. Daniele Varrazzo 2010-11-09 03:18:54 +0000
  • 2dc28ee7d8 Less lookups and more efficient calls in microprotocols_adapt(). Daniele Varrazzo 2010-11-09 02:38:59 +0000
  • 753b580d72 Less lookups and more efficient calls in microprotocols_getquoted(). Daniele Varrazzo 2010-11-09 02:12:37 +0000
  • 422fede38e Replaced PyObject_CallFunction() with *ObjArgs() where more efficient. Daniele Varrazzo 2010-11-09 01:49:22 +0000
  • 9fe0511711 Silencing other 2 tests failures due to 2pc disabled in the server. Daniele Varrazzo 2010-11-09 01:44:42 +0000
  • c79d20855a Win32 *time_r fix Jason Erickson 2010-11-08 10:23:38 -0700
  • d601ab8239 fixed crash in pdecimal_str with a few Python 2.5.x releases. Daniele Varrazzo 2010-11-09 00:05:13 +0000
  • 0d318179a9 Fixed test syntax for py 2.4. Daniele Varrazzo 2010-11-08 23:53:01 +0000
  • af3681cc1c Fixed repr for Decimal wrapper. Daniele Varrazzo 2010-11-08 23:20:45 +0000
  • 916c172cf7 Dropped file imported by mistake. Daniele Varrazzo 2010-11-08 22:43:55 +0000
  • 62d3a1533b Use the adapter of an object superclass if available. Daniele Varrazzo 2010-11-08 01:35:06 +0000
  • 225b276de5 Use faster function to build tuples in adaptation. Daniele Varrazzo 2010-11-08 00:39:00 +0000
  • df05ea7a33 Py_TYPE defined as it is in Python 2.6. Daniele Varrazzo 2010-11-08 00:24:58 +0000
  • b9e96dbbd2 Added version info to Xid object docs. Daniele Varrazzo 2010-11-06 21:13:20 +0000
  • 2f582da1f0 Notifcation example improved. Daniele Varrazzo 2010-11-06 20:59:10 +0000
  • 7276c4a6b1 Tests fail gracefully if tpc is supported but disabled by the server. Daniele Varrazzo 2010-11-06 15:06:52 +0000
  • 645ab521f3 Preparing release 2.3.0-beta1 2_3_0_BETA1 Federico Di Gregorio 2010-11-06 15:50:39 +0100
  • 4ea9dbdcf0 Typo fixed Daniele Varrazzo 2010-11-06 04:40:47 +0000
  • abad3127ca Added NamedTupleCursor. Daniele Varrazzo 2010-11-06 01:39:43 +0000
  • 985425fb38 Added test to verify the ticket #7 is fixed. Daniele Varrazzo 2010-11-06 02:24:28 +0000
  • 5b65e75122 Docs expansions about thread/processes safety. Daniele Varrazzo 2010-11-05 23:58:10 +0000
  • 4125b3fce0 Added compatibility macro for pre 2.6 Daniele Varrazzo 2010-11-05 12:59:32 +0000
  • 04b4649d03 Updated version 2.2.3 -> 2.3 in the docs. Daniele Varrazzo 2010-11-05 12:38:49 +0000
  • ee71e52269 Added news file for new release. Daniele Varrazzo 2010-11-05 10:07:25 +0000
  • 40377a18af Updated classifier to make the upload work. Daniele Varrazzo 2010-11-05 10:06:54 +0000
  • 274ff8bb1d Dropped reference to removed TODO file: it breaks 'pip'. Daniele Varrazzo 2010-10-24 12:26:34 +0100
  • d6cdc1c7b6 Bump to 2.3.dev0 Daniele Varrazzo 2010-11-05 09:22:40 +0000
  • 2480f587e1 Added warning note about equivalence inconsistence between Notify and tuples. Daniele Varrazzo 2010-11-01 23:10:20 +0000
  • 77c0ab02d8 The Notify type is hashable. Daniele Varrazzo 2010-11-01 22:27:11 +0000
  • 56ae1fe4bf Payload default is the empty string. Daniele Varrazzo 2010-11-01 22:25:15 +0000
  • 9c58c01e0f Added comparison between Notify objects and Notify or tuple. Daniele Varrazzo 2010-11-01 21:56:53 +0000
  • 6cb949d371 Try to install the hstore type in the test database. Daniele Varrazzo 2010-11-01 23:43:38 +0000
  • 1b100b5cbf Skip tests if the hstore type is not in the test database. Daniele Varrazzo 2010-11-01 23:41:45 +0000
  • 01ec120aa8 Hstore documentation improved. Daniele Varrazzo 2010-09-28 00:33:34 +0100
  • 4b98e8941f Added some documentation for the hstore adaptation. Daniele Varrazzo 2010-09-27 02:25:09 +0100
  • d5bf400cb4 The hstore typecast can be registered globally. Daniele Varrazzo 2010-09-27 01:46:54 +0100
  • bb41acd1da Favour the PG9 implementation of the hstore adapter. Daniele Varrazzo 2010-09-27 01:45:16 +0100
  • ed623776f3 Hstore can return unicode keys and values. Daniele Varrazzo 2010-09-27 00:49:31 +0100
  • 00e005b77d Added test to verify dict roundtrip with hstore. Daniele Varrazzo 2010-09-26 23:03:55 +0100
  • af835f8857 Correctly parse escaped quotes from hstore. Daniele Varrazzo 2010-09-26 22:53:02 +0100
  • 70880dde79 Added special cases to store empty dicts. Daniele Varrazzo 2010-09-26 22:30:23 +0100
  • 6d441b6e03 Added hstore typecaster registration. Daniele Varrazzo 2010-09-26 22:11:06 +0100
  • fef9727cce parse_hstore converted in class method. Daniele Varrazzo 2010-09-26 21:59:54 +0100
  • 5844e989c4 Added function to parse an hstore into a dict. Daniele Varrazzo 2010-09-26 16:57:07 +0100
  • 5693c9cab1 Added implementation of python dict adapter to hstore. Daniele Varrazzo 2010-09-25 23:13:51 +0100
  • 90e0e2f47d Added documentation for the Xid object. Daniele Varrazzo 2010-10-16 02:31:51 +0100
  • 3e658c33b5 Ensure unicode is accepted as type for transaction ids. Daniele Varrazzo 2010-10-15 08:27:07 +0100
  • 4f3976681a Added Xid.from_string() constructor. Daniele Varrazzo 2010-10-14 01:27:20 +0100
  • 2f29429e88 Expose the Xid object in the extension module. Daniele Varrazzo 2010-10-14 00:54:16 +0100
  • f0f5f095c7 Fixed handling of commit/rollback prepared in green mode Daniele Varrazzo 2010-10-14 00:41:13 +0100
  • a923a16ae8 Added two-phase commit docunetation. Daniele Varrazzo 2010-10-12 02:46:38 +0100
  • 5dbeeba0f2 Raise NotSuppoertdError if tpc is used with PostgreSQL < 8.1 Daniele Varrazzo 2010-10-13 00:28:42 +0100
  • ab8e145063 Encoding/decoding in base64 refactored. Daniele Varrazzo 2010-10-12 01:13:06 +0100
  • 3312897e5d Added str() and repr() for Xid objects. Daniele Varrazzo 2010-10-12 01:02:13 +0100
  • 4fdcfe365c xid_get_tid returns a Python string, not a buffer. Daniele Varrazzo 2010-10-12 00:27:04 +0100
  • 774be1d616 Dropped XID_UNPARSED: we use format_id = None for PG xact ids. Daniele Varrazzo 2010-10-12 00:12:27 +0100