Commit Graph

  • 28f1013c2a Dropped duplicate import Daniele Varrazzo 2012-01-14 17:27:43 +0000
  • 6f21111a92 Docs/cleanup for the lo_creat patch Daniele Varrazzo 2012-01-10 21:51:34 +0000
  • e1700fe28b Use lo_creat() instead of lo_create() when creating large objects without new_oid. Giovanni Mascellani 2012-01-09 23:32:36 +0100
  • 8ec9b0f3d9 Use lo_creat() instead of lo_create() when creating large objects without new_oid. Giovanni Mascellani 2012-01-09 23:32:36 +0100
  • dcc60131a9 fetchmany accepts None as size, meaning the default arraysize Daniele Varrazzo 2012-01-10 01:32:45 +0000
  • 09a8e7bf1f Fixed cursor.fetchmany docstring Daniele Varrazzo 2012-01-10 01:28:14 +0000
  • 05fb0e2fbf Added tests to verify ticket #84 Daniele Varrazzo 2012-01-10 01:27:43 +0000
  • 702ae0a904 Force GC during weakref tests Daniele Varrazzo 2011-12-26 22:35:33 +0100
  • ede0e145dd Added tests for cursor scroll Daniele Varrazzo 2011-12-26 20:06:23 +0100
  • 7990425801 Bump to next dev version Daniele Varrazzo 2011-12-26 20:06:10 +0100
  • 0bc49147d1 Merge branch 'devel' 2_4_4 Federico Di Gregorio 2011-12-19 11:30:20 +0100
  • c22e8ef808 Preparing release 2.4.4 Federico Di Gregorio 2011-12-19 10:57:38 +0100
  • 56482d3300 Merge remote-tracking branch 'piro/devel' into devel Federico Di Gregorio 2011-12-19 10:55:55 +0100
  • 2af563227a make_errorcodes updated to the current page style Daniele Varrazzo 2011-12-16 14:47:09 +0000
  • 3094371621 Fixed doc for supported PG versions in errorcodes table Daniele Varrazzo 2011-12-16 12:37:38 +0000
  • d6e0b284e7 Map error classes 20 and HV to more specific exceptions Daniele Varrazzo 2011-12-16 12:26:27 +0000
  • 08fa6550ab Docs typo fixed Daniele Varrazzo 2011-12-16 11:09:20 +0000
  • 71a4c2bac9 Fixed rollback on error on Zope (ticket #73) Federico Di Gregorio 2011-12-16 10:37:01 +0100
  • b721421633 A bunch of typos fixed in the examples by Josh Kupershmidt Daniele Varrazzo 2011-12-15 23:58:22 +0000
  • c3914b8aa2 Improvements to the docs homepage after Bucko's proofreading Daniele Varrazzo 2011-12-15 22:13:20 +0000
  • 9e8fc349b9 Docs homepage refreshed with new bragging and links Daniele Varrazzo 2011-12-15 21:42:08 +0000
  • 5f098de7e8 A bunch of changes registered in the NEWS file Daniele Varrazzo 2011-12-15 20:17:36 +0000
  • 2cf35b69de 'register_composite()' also works with tables Daniele Varrazzo 2011-12-15 20:11:17 +0000
  • a4485022b5 Use 'autocommit' to check if to rollback after extra types registration Daniele Varrazzo 2011-12-15 19:28:04 +0000
  • bb8e1e9455 Fixed error in schema mismatch in composite caster Daniele Varrazzo 2011-12-15 19:23:08 +0000
  • ba7a0a3008 Raise DatabaseError instead of error with bad exception informations Daniele Varrazzo 2011-12-15 17:42:11 +0000
  • 424bc310a6 Use isolation level symbolic constants in examples Daniele Varrazzo 2011-12-15 13:10:36 +0000
  • 5a6a303d43 A couple of fixes to psycopg1 Daniele Varrazzo 2011-12-15 13:06:32 +0000
  • b5de04d2ff Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value Daniele Varrazzo 2011-12-15 12:53:48 +0000
  • d2d94e203f Reverted isolation level values to backward compatible values Federico Di Gregorio 2011-12-15 12:22:52 +0100
  • 8473209d24 Named DictCursor/RealDictCursor honour itersize Daniele Varrazzo 2011-12-11 22:04:42 +0000
  • 8606d83507 Bump to next development version Daniele Varrazzo 2011-12-11 22:05:45 +0000
  • ba34b6942f Merge branch 'devel' 2_4_3 Federico Di Gregorio 2011-12-11 22:18:11 +0100
  • 2efe3efdfa Preparing release 2.4.3 Federico Di Gregorio 2011-12-11 22:17:54 +0100
  • 088978e7b1 Typo fixed writeable -> writable Daniele Varrazzo 2011-12-11 02:55:29 +0000
  • ad3a198919 Fixed reference leak with arguments referenced more than once in queries Daniele Varrazzo 2011-12-11 02:52:06 +0000
  • cdb19a2329 Prepare for Linux 3 Daniele Varrazzo 2011-11-26 19:08:20 +0000
  • 0fccc10777 Tests in order Daniele Varrazzo 2011-11-18 00:10:53 +0000
  • 2cf44fdddd Merge branch 'connect-keywords' into devel Daniele Varrazzo 2011-11-18 00:05:44 +0000
  • a6aea38540 Added keywords on connect to news file Daniele Varrazzo 2011-11-17 21:42:10 +0000
  • 417203f68e Added test to check connect() with no parameters Daniele Varrazzo 2011-11-17 21:41:50 +0000
  • e18d27c475 Reproducing/documenting odd behaviours of connect() Daniele Varrazzo 2011-11-17 21:41:22 +0000
  • 625cc1b402 Escape parameters to the connection strings as required by PQconnectdb Daniele Varrazzo 2011-11-17 21:19:01 +0000
  • 99ac79511c Added test module to verify the dsn manipulation Daniele Varrazzo 2011-11-17 20:18:36 +0000
  • d2b67364fd connect() supports generic keyword arguments passed to the dsn Daniele Varrazzo 2011-11-17 01:51:25 +0000
  • 4254fb8566 Documentation for the isolation level constants updated Daniele Varrazzo 2011-11-17 00:41:44 +0000
  • dc94a3cb2d Check for connection closed before getting the isolation level Daniele Varrazzo 2011-11-16 23:51:05 +0000
  • a76d0525d1 Dropped unused variable Daniele Varrazzo 2011-11-01 07:42:22 +0000
  • 865fb2d792 Work around mxDateTime 3.2.0 segfault in tests Daniele Varrazzo 2011-11-01 07:42:08 +0000
  • 00b52c78b3 Docs cleanup by Josh Kupershmidt Daniele Varrazzo 2011-11-01 07:09:51 +0000
  • 5728649944 Merge branch 'fix-copy-on-win' into devel Daniele Varrazzo 2011-10-20 11:12:43 +0100
  • 83d457361e Fixed docs for the copy null parameter Daniele Varrazzo 2011-10-20 11:07:24 +0100
  • 2671472de8 Dropped leftover extra char, already accounted for before Daniele Varrazzo 2011-10-20 11:02:25 +0100
  • 512b41cc9c Fix encoding when Zope explicitly pass empty "enc" argument Federico Di Gregorio 2011-10-20 09:52:22 +0200
  • 6fc167a7b1 Unregister the composite array caster after the test Daniele Varrazzo 2011-10-19 22:00:59 +0100
  • 60b49f5c45 Avoid PyOS_snprintf to calculate the copy command buffer size Daniele Varrazzo 2011-10-19 21:01:53 +0100
  • ff8158d7c0 Simplification in the COPY command composition Daniele Varrazzo 2011-10-19 20:31:09 +0100
  • 0f4fd0d828 Test suite fixed to make it compatible with the ctypes implementation Daniele Varrazzo 2011-10-19 02:25:53 +0100
  • d79661c87f All unit test modules have a test_ prefix Daniele Varrazzo 2011-10-19 02:20:43 +0100
  • 3e39b23835 Notice -> Note in the docs, and a handful of other typo fixed Daniele Varrazzo 2011-10-14 23:59:49 +0100
  • 37a9eb3615 Test and document the named cursor stealing technique Daniele Varrazzo 2011-10-14 23:17:24 +0100
  • dde4c0de3d Decimal adapter registration moved from C to Python Daniele Varrazzo 2011-10-14 22:13:10 +0100
  • 6da39e3a37 Fixed pasto in docs Daniele Varrazzo 2011-10-06 18:38:30 +0100
  • 5fa1729000 Skip test on array of records on PG 8.3 Daniele Varrazzo 2011-10-05 00:44:44 +0100
  • e4424bdfdc Fixed tests to run with antebellum Postgres versions Daniele Varrazzo 2011-10-05 00:12:35 +0100
  • 50b445fa12 Merge branch 'array-typecast' into devel Daniele Varrazzo 2011-09-22 20:00:08 +0200
  • 8963b8adcb Added support for arrays of composite types Daniele Varrazzo 2011-09-22 19:55:33 +0200
  • 2f9ceeac64 Added support for arrays of hstores Daniele Varrazzo 2011-09-22 19:53:21 +0200
  • c4e6d7d982 Fixed typecasting of arrays containing consecutive backslashes Daniele Varrazzo 2011-09-22 18:14:16 +0100
  • e3054ac9f3 Added new_array_type() function Daniele Varrazzo 2011-09-22 15:08:53 +0100
  • 6c8051907c Fixed doc blocks Daniele Varrazzo 2011-09-22 15:50:50 +0100
  • cd6e2cd8f2 Don't leak private variables into the psycopg2.extensions interface Daniele Varrazzo 2011-09-22 14:34:14 +0100
  • 8fb08efae7 Allocate dynamically memory for the list of columns in COPY Daniele Varrazzo 2011-09-12 02:21:59 +0100
  • d67d50b434 Fixed interaction between RealDictCursor and named cursors Daniele Varrazzo 2011-09-12 02:20:53 +0100
  • 29932c488f errorcodes map updated to PostgreSQL 9.1 Daniele Varrazzo 2011-08-22 17:20:56 +0100
  • 880aa07a58 WITH HOLD documentation a argument parsing changes Federico Di Gregorio 2011-08-10 19:21:12 +0200
  • a59d88c703 Merge remote-tracking branch 'piro/devel' into devel Federico Di Gregorio 2011-08-10 18:36:24 +0200
  • 479bdf7458 New 'withhold' parameter for connection.cursor() Federico Di Gregorio 2011-08-10 18:25:46 +0200
  • 1861e0010d Fixed --static-libpq setup option (ticket #64) Daniele Varrazzo 2011-08-09 11:35:45 +0100
  • 9870ca4dce Fixed NamedTupleCursor.executemany() (ticket #65) Daniele Varrazzo 2011-08-09 11:29:15 +0100
  • a2ee25ecfe Check the connection status before putting back into the pool Daniele Varrazzo 2011-06-30 16:44:07 +0100
  • 11ff27b5af Added documentation for putconn's close parameter Daniele Varrazzo 2011-06-30 16:40:35 +0100
  • 4fd5f3267b Raise PoolError when putting a connection not belonging to the pool Daniele Varrazzo 2011-06-30 15:53:31 +0100
  • de6f2ac387 Grab the GIL when checking for errors occurred Daniele Varrazzo 2011-06-30 14:43:21 +0100
  • d9fce1f837 Mention the lazy uuid import in the news file Daniele Varrazzo 2011-06-30 14:48:35 +0100
  • e3b32dcee1 Bump to next dev version Daniele Varrazzo 2011-06-30 14:43:33 +0100
  • 30a046c602 Fixed adaptation doc example Daniele Varrazzo 2011-07-24 20:42:23 +0100
  • 2f6336ea78 First try at curs.withhold implementation Federico Di Gregorio 2011-07-05 10:28:34 +0200
  • cb1d163f4f lazy import for uuid module Marko Kreen 2011-06-28 18:12:43 +0300
  • f8ff2ccc49 Merge branch 'devel' 2_4_2 Federico Di Gregorio 2011-06-13 18:53:48 +0200
  • f8a5dabdc1 Preparing release 2.4.2 Federico Di Gregorio 2011-06-12 21:40:44 +0200
  • 3ec9677978 Aligned casing of isolation levels with PostgreSQL documentation Federico Di Gregorio 2011-06-12 21:40:31 +0200
  • d76d136b4f Introductory docs section on transaction control improved Daniele Varrazzo 2011-06-08 14:38:57 +0100
  • d2b28abced Method set_transaction() renamed to set_session() Daniele Varrazzo 2011-06-08 14:22:11 +0100
  • 1a51cfe274 Better error message if deferrable is used in PG < 9.1 Daniele Varrazzo 2011-06-08 10:59:27 +0100
  • 0a1bbb56cd Dropped redundant semicolons at the end of internal queries Daniele Varrazzo 2011-06-08 09:22:35 +0100
  • 5c13dac5ff Merge branch 'setup-cleanup' into devel Daniele Varrazzo 2011-06-08 08:22:03 +0100
  • 5ee7bac66b No manifest reinsertion into 2.4/2.5 with MSVC Jason Erickson 2011-06-07 21:50:53 -0600
  • 178698f9e8 Merge branch 'setup-cleanup' into devel Daniele Varrazzo 2011-06-07 23:58:58 +0100
  • 7b017e7944 Mention Steve and his work in the NEWS file Daniele Varrazzo 2011-06-07 23:58:37 +0100