Commit Graph

  • dc92161dda Delay detection of the compiler in setup.py Daniele Varrazzo 2011-06-07 23:28:17 +0100
  • d0b97feab3 More cleanup in pg_config detection from Windows registry Daniele Varrazzo 2011-06-07 22:15:37 +0100
  • 575afa2e0e Properly detect pg_config.exe on Windows. Steve Lacy 2011-06-07 11:25:59 -0700
  • 46dc7e66f8 Fix pg_config commandline option broken in a previous change Steve Lacy 2011-06-07 10:53:10 -0700
  • 57a6cf3144 Code to find an executable on the current PATH refactored Steve Lacy 2011-06-07 09:50:52 -0700
  • 6d907df14d Fixed documentation for COPY methods Daniele Varrazzo 2011-06-07 10:48:26 +0100
  • 9b5ac79513 Fixed default size for read copy buffer Daniele Varrazzo 2011-06-07 10:46:43 +0100
  • 9a7aee3d05 Fixed compatibility problem in setup for Python 2.4 Daniele Varrazzo 2011-06-07 08:58:54 +0100
  • ef18915396 Unify the way the MSVC compiler is detected Steve Lacy 2011-06-06 14:30:47 -0700
  • c826446ff8 Clean up a bunch of lint from pylint/pyflakes/pep8 checking Steve Lacy 2011-06-06 14:19:27 -0700
  • f3526d0630 Refactoring of the pg_config detection code in setup.py Steve Lacy 2011-06-06 14:01:52 -0700
  • 816b5dda33 Merge branch 'copy-refcount-bug' into devel Daniele Varrazzo 2011-06-07 01:20:37 +0100
  • 679af4a975 Fixed copyfile refcount in copy_expert Daniele Varrazzo 2011-06-07 01:20:25 +0100
  • e9a485e30b Merge branch 'copy-refcount-bug' into devel Daniele Varrazzo 2011-06-07 00:14:11 +0100
  • b6e710b0fc Fixed refcount bug in copy_to() and copy_expert() methods too Daniele Varrazzo 2011-06-07 00:07:59 +0100
  • 1888bf41c0 Added patch for refcount bug in copy_from Daniele Varrazzo 2011-06-06 23:47:13 +0100
  • 2a1b2b5713 Added script to demonstrate the refcount bug during copy Daniele Varrazzo 2011-06-06 23:41:31 +0100
  • dd7ee7093a No strcasecmp function with MSVC Jason Erickson 2011-06-05 15:20:19 -0600
  • 442a0606fe Merge branch 'guc-cleanup' into devel Daniele Varrazzo 2011-06-05 16:31:25 +0100
  • 709df38d79 Don't clobber an eventual Python exception set by a green thread Daniele Varrazzo 2011-06-05 16:30:37 +0100
  • 869d48b6f0 Use the pqpath functions to get/set GUC parameters Daniele Varrazzo 2011-06-05 16:26:01 +0100
  • 8f876d4b5d Avoid a deadlock using concurrent green threads on the same connection Daniele Varrazzo 2011-06-05 16:22:54 +0100
  • cf6a4ec062 Added pqpath functions to get/set the value for GUC parameters Daniele Varrazzo 2011-06-05 15:36:02 +0100
  • dcc9e84a68 Don't encode the pg_config path on Python 3 on Windows Daniele Varrazzo 2011-06-04 22:26:21 +0100
  • a0d16fcfb2 Avoid a ton of warnings when building on mingw Daniele Varrazzo 2011-06-04 22:19:56 +0100
  • 62a8ef308a Fixed version check Daniele Varrazzo 2011-06-04 14:21:18 +0100
  • c8ec747903 Don't fail import if mx.DateTime module is not found at import time Daniele Varrazzo 2011-06-04 14:16:24 +0100
  • 05659c0d16 Cleanup of notice processing Daniele Varrazzo 2011-06-04 01:49:03 +0100
  • d9c0b8166f Process notifies when data is received, not when the result is parsed Daniele Varrazzo 2011-06-04 01:31:36 +0100
  • 3aad3d3143 Fixed test to run on Python <= 2.5 Daniele Varrazzo 2011-06-03 09:31:06 +0100
  • 0eb5e0430e Merge branch 'transaction-control' into devel Daniele Varrazzo 2011-06-03 01:48:24 +0100
  • 530ba78881 Documentation for set_transaction() and autocommit improved Daniele Varrazzo 2011-06-03 01:46:56 +0100
  • 5748ae14bf Test tweaked to deal with missing usecs in BC timestamps Daniele Varrazzo 2011-06-03 00:54:33 +0100
  • 4d3c6865ee Use only the isolation levels available on old PG versions Daniele Varrazzo 2011-06-03 00:40:54 +0100
  • c2d1f1f2e6 Dropped isolation level from the connection object Daniele Varrazzo 2011-06-03 00:10:24 +0100
  • 389f2cf1d0 Added autocommit property on connection Daniele Varrazzo 2011-06-02 01:16:22 +0100
  • ea03ffbf76 Added partial implementation for set_transaction Daniele Varrazzo 2011-06-01 09:07:02 +0100
  • a69facc7f0 Adding docs for the planned set_transaction/autocommit features Daniele Varrazzo 2011-05-31 00:05:50 +0100
  • 531292bca5 Merge branch 'neg-escape' into devel Daniele Varrazzo 2011-05-30 22:09:23 +0100
  • 281427f450 Fixed escape for negative numbers prefixed by minus operator Daniele Varrazzo 2011-05-30 22:00:20 +0100
  • 19ec8809fd Use all the isolation levels accepted by PostgreSQL Daniele Varrazzo 2011-05-11 12:51:44 +0100
  • 834c7d1288 Fixed a few docstrings mixed up Daniele Varrazzo 2011-05-04 01:15:46 +0100
  • af424821b7 Don't build mx.DateTime support if the module can't be imported Daniele Varrazzo 2011-05-04 01:07:07 +0100
  • c687f1d816 Bump to next development release Daniele Varrazzo 2011-05-11 12:58:38 +0100
  • ab685c2fc0 Merge branch 'devel' 2_4_1 Federico Di Gregorio 2011-05-11 09:58:49 +0200
  • 9080b30741 Preparing release 2.4.1 Federico Di Gregorio 2011-05-11 09:58:34 +0200
  • de6aff31b8 Skip a test on the proper PG function Daniele Varrazzo 2011-04-27 12:18:50 +0100
  • c61ec094a3 Don't fetch all the records iterating a NamedTuple cursor on a named cursor Daniele Varrazzo 2011-04-26 19:26:19 +0100
  • ffa7a62b93 Fixed interaction between NamedTuple and named cursor Daniele Varrazzo 2011-04-26 19:18:39 +0100
  • 80891e64b3 Dropped unused import Daniele Varrazzo 2011-04-26 19:16:10 +0100
  • c08799b0b0 Fixed SystemError clobbering libpq errors raised without SQLSTATE Daniele Varrazzo 2011-04-24 02:57:04 +0100
  • 746afdf69f Added missing vertical spaces in NEWS Daniele Varrazzo 2011-04-15 01:11:22 +0100
  • e316d7bcd4 Merge branch 'fix-encoding' into devel Daniele Varrazzo 2011-04-09 14:47:07 +0100
  • e3605b33c1 Updated NEWS with the connection encoding fix Daniele Varrazzo 2011-04-08 14:36:49 +0100
  • 19653a88ec Store a normalized version of the PG encoding in the connection Daniele Varrazzo 2011-04-08 13:27:11 +0100
  • 88803695ac Normalize the encoding name at connection Daniele Varrazzo 2011-04-08 11:27:45 +0100
  • bf48706868 Don't check the test db exists at psycopg2.tests import time Daniele Varrazzo 2011-03-30 15:52:49 +0100
  • 2dab7d52f2 Fixed bytea encoding tests skipping when ctypes is not available Daniele Varrazzo 2011-03-26 14:27:58 +0000
  • 7716cc6a0c Allow to specify --static-libpq on setup.py command line Daniele Varrazzo 2011-03-26 13:48:37 +0000
  • 90536a187d Merge branch 'bytea-parser' into devel Daniele Varrazzo 2011-03-26 13:02:57 +0000
  • da58bee70a Added documentation for the bytea parser Daniele Varrazzo 2011-03-26 11:19:01 +0000
  • e0cd6f0f00 Added tests for our own bytea parser Daniele Varrazzo 2011-03-26 12:57:14 +0000
  • 66c543b16c Parse bytea output format ourselves instead of using the libpq Daniele Varrazzo 2011-03-26 10:59:27 +0000
  • f34e44b3f4 Merge branch 'empty-query' into devel Daniele Varrazzo 2011-03-04 20:33:51 +0000
  • fcbe0466a6 Correctly detect an empty query sent to the backend Daniele Varrazzo 2011-03-04 20:30:43 +0000
  • f1d69f6dec Fixed detection of empty error from pq_raise Daniele Varrazzo 2011-03-04 20:20:56 +0000
  • 4a8b5f98f3 Bump to work on 2.4.1 Daniele Varrazzo 2011-03-04 20:18:22 +0000
  • 29f83f05c4 Merge branch 'devel' 2_4_0 Federico Di Gregorio 2011-02-27 13:03:48 +0100
  • 2212ea96a6 Preparing release 2.4 Federico Di Gregorio 2011-02-27 12:52:00 +0100
  • 194447fbbf Merge branch 'msvc-cleanup' into devel Daniele Varrazzo 2011-02-25 10:29:19 +0000
  • 2997c0eb6c Windows MSVC: 64bit compiler sees 2 export symbols Jason Erickson 2011-02-24 14:12:40 -0700
  • 7c2fa77c4b Windows MSVC: Fixed warning of incompatible types Jason Erickson 2011-02-23 17:32:45 -0700
  • 961e855bbd Windows MSVC: Fix Compiler Warning: getpid Jason Erickson 2011-02-23 15:16:35 -0700
  • 631883f62f Windows MSVC: Fix data loss compiler warnings Jason Erickson 2011-02-23 15:11:27 -0700
  • 9e00196165 Fixed use of the new return value of HstoreAdapter.get_oids() Daniele Varrazzo 2011-02-25 01:37:02 +0000
  • 5211e1474b Don't limit the hstore search to the public schema only Daniele Varrazzo 2011-02-25 00:19:49 +0000
  • 29ac03ef04 Check for failed allocation in the notice callback Daniele Varrazzo 2011-02-24 10:14:06 +0000
  • 343687ebc8 Fixed runtests -> check in INSTALL file Daniele Varrazzo 2011-02-24 10:10:27 +0000
  • 6f0dfe6d2d Windows MSVC: Remove /Wp64 compiler flag Jason Erickson 2011-02-23 14:29:44 -0700
  • f9862211b1 NEWS for release 2.4 ordered in groups Daniele Varrazzo 2011-02-23 14:16:22 +0000
  • 894d3f653c Raise an exception if the libpq fails to decode bytea in hex format Daniele Varrazzo 2011-02-23 14:04:27 +0000
  • c01a7edbf4 Fixed test for execution with older PostgreSQL versions Daniele Varrazzo 2011-02-23 08:43:01 +0000
  • f96b68d8c6 Fixed docstring for connection.lobject() Daniele Varrazzo 2011-02-23 01:53:56 +0000
  • 1db9c9b8ce The cursor name can be a non-valid PostgreSQL identifier Daniele Varrazzo 2011-02-23 01:53:25 +0000
  • 66555c5f11 Fixed call of memory functions without the GIL Daniele Varrazzo 2011-02-23 00:48:10 +0000
  • 20f714f17c Added error checking to _pq_fetch_tuples() Daniele Varrazzo 2011-02-23 00:31:38 +0000
  • c1715f66fe More careful memory management Daniele Varrazzo 2011-02-23 00:28:11 +0000
  • 143dc2e911 Added oid parameter to register_hstore() Daniele Varrazzo 2011-02-21 00:58:52 +0000
  • beffb02d56 Stricter declaration and correct use of psyco_set_error Daniele Varrazzo 2011-02-20 23:43:25 +0000
  • a97e2a842d Tweaks to test timing to avoid errors on test VMs Daniele Varrazzo 2011-02-20 19:33:22 +0000
  • d74f777339 Check for memory errors in the connection init Daniele Varrazzo 2011-02-20 18:57:04 +0000
  • 7996333ee7 Added regression test to check {} is also a valid string Daniele Varrazzo 2011-02-20 12:23:48 +0000
  • 5ee60571a5 Add a type converter to handle untyped empty arrays. Benjamin Poulain 2011-02-20 02:34:54 +0100
  • 4bc4f85229 Merge remote branch 'jason/devel' into devel Daniele Varrazzo 2011-02-19 16:25:31 +0000
  • 556b4d461e Documentation cleanup Daniele Varrazzo 2011-02-19 16:16:28 +0000
  • 75c61c2e80 Added complete roundtrip test with copy_expert and Unicode Daniele Varrazzo 2011-02-19 14:28:59 +0000
  • 6098ced761 Assume there may be files returning Unicode in Python 2 too Daniele Varrazzo 2011-02-19 14:23:58 +0000
  • 8a08114314 Correctly handle exceptions with non-ascii chars in the message Daniele Varrazzo 2011-02-19 14:13:32 +0000
  • 4bc47d47a5 Python 3.2 hash() return value is arch dependant Jason Erickson 2011-02-18 23:57:25 -0700
  • d263ecfee7 Display a note as a note in the cursor.lastrowid docs Daniele Varrazzo 2011-02-19 00:52:26 +0000