Commit Graph

  • 5d5159c9d0 Throw an exception when a NUL character is used as a parameter. Alexander Schrijver 2016-07-17 16:32:47 +0200
  • e779fec5f9 Merge branch 'nul-terminator' Daniele Varrazzo 2016-08-07 02:51:27 +0100
  • 478f43f0c8 Mention NULL characters guard in NEWS file Daniele Varrazzo 2016-08-07 02:50:50 +0100
  • bd95269c69 Merge branch 'master' into nul-terminator Daniele Varrazzo 2016-08-07 02:49:13 +0100
  • 9477cd1505 spelling fix SpootDev 2016-07-15 22:17:34 -0500
  • edd51aac25 spelling fix SpootDev 2016-07-15 22:17:34 -0500
  • ab671146de Merge branch 'range-picklable' Daniele Varrazzo 2016-08-07 02:40:05 +0100
  • ec1e578e4b Report range picklable in NEWS file Daniele Varrazzo 2016-08-07 02:33:38 +0100
  • cde19c4d59 Make Range pickleable Jonathan Ross Rogers 2016-08-01 12:40:52 -0400
  • c79953656e Merge branch 'range-picklable' into maint_2_6 Daniele Varrazzo 2016-08-07 02:38:19 +0100
  • cc05451461 Report range picklable in NEWS file Daniele Varrazzo 2016-08-07 02:33:38 +0100
  • 60017fec0e Make Range pickleable Jonathan Ross Rogers 2016-08-01 12:40:52 -0400
  • 86434548a7 Replication docs massaging, mostly formatting Daniele Varrazzo 2016-08-07 02:23:02 +0100
  • 9a4f8f915f Reshuffling and indexing of replication docs Daniele Varrazzo 2016-08-07 02:07:16 +0100
  • 2a4d6027a4 Merge branch 'master' into replication-protocol Daniele Varrazzo 2016-08-07 01:53:21 +0100
  • 154fe12af2 Merge 4e6ab07b30 into 90ee1ebba5 irrelative 2016-08-04 22:11:13 +0000
  • 09d97f8fc1 Merge 352b017fe0 into c6d57680aa Blake Rouse 2016-08-04 22:04:06 +0000
  • 78068ed2f8 Merge 47a492ee0c into 90ee1ebba5 Owen Raccuglia 2016-08-04 22:03:45 +0000
  • 074588d75e Merge 0a8fc61698 into 90ee1ebba5 andrew deryabin 2016-08-04 22:01:59 +0000
  • ae9d26644d Merge 139143ae62 into 90ee1ebba5 mcclurem 2016-08-04 22:00:37 +0000
  • 99973db7c2 Merge 46f138d203 into 90ee1ebba5 ClodoaldoPinto 2016-08-04 22:00:00 +0000
  • 1742d74c31 Merge a2243780b2 into 90ee1ebba5 Kenneth Reitz 2016-08-04 21:57:28 +0000
  • f3446ba878 Make Range pickleable Jonathan Ross Rogers 2016-08-01 12:40:52 -0400
  • 74c8c45795 Added tests for copy_from in support of 'quote' and 'format' parameters now exposed by copy_from(). Sean Harrington 2016-07-29 14:52:16 -0400
  • 1cbe93347b Updaed format_specifier in PyArg_ParseTupleAndKeywords Sean Harrington 2016-07-29 12:48:34 -0400
  • 28c4e47622 Updated 'define psyco_curs_copy_from_doc Sean Harrington 2016-07-29 12:39:28 -0400
  • e61e3d0e7b Added support for CSV and TXT formats Sean Harrington 2016-07-29 12:21:36 -0400
  • a1c7f4bf5d Quotes need to be in the form quote_char Sean Harrington 2016-07-29 11:17:23 -0400
  • ed553cf937 Changed default 'quote' to be '" " Sean Harrington 2016-07-29 11:15:53 -0400
  • 2871d09700 Removed 'FROMAT' from copy_from command Sean Harrington 2016-07-29 11:11:29 -0400
  • 603e462d32 Added '+' to fix syntax Error Sean Harrington 2016-07-29 11:03:59 -0400
  • b6a7470454 Testing functionality of COPY ... FROM ... WITH FORMAT CSV QUOTE AS %s (without paramterizing the function yet...) Sean Harrington 2016-07-29 10:53:26 -0400
  • 03824a1dba Throw an exception when a NUL character is used as a parameter. Alexander Schrijver 2016-07-17 16:32:47 +0200
  • e5ca34455e spelling fix SpootDev 2016-07-15 22:17:34 -0500
  • 605118acd1 add a __str__ method to NoneAdapter Ryan P. Kelly 2016-07-15 14:48:07 -0400
  • dc95b0963e Bump to next dev release Daniele Varrazzo 2016-07-07 11:57:01 +0100
  • 9f032ef233 Mark PG 9.5 supported Daniele Varrazzo 2016-07-07 04:16:55 +0100
  • ed912a3578 news file typo Daniele Varrazzo 2016-07-07 04:12:40 +0100
  • 1690fbace1 Version bumped for released 2.6.2 2_6_2 Daniele Varrazzo 2016-07-07 02:56:27 +0100
  • c5411f67c2 Added link from news file Daniele Varrazzo 2016-07-07 02:47:34 +0100
  • a5970a21a8 Bunch of test tweaks to make the test grid green Daniele Varrazzo 2016-07-04 23:01:49 +0100
  • 98a9203827 Merge branch 'issue443' into maint_2_6 Daniele Varrazzo 2016-07-04 22:07:41 +0100
  • 9886a7210e Connection state fixed noted in the news Daniele Varrazzo 2016-07-04 20:49:21 +0100
  • f4b57822b0 Fixed tests on Py 2.5 Daniele Varrazzo 2016-07-04 21:58:25 +0100
  • 9d4e3a06b7 Skip killing test on brontosaur servers Daniele Varrazzo 2016-07-04 21:49:45 +0100
  • 90ee1ebba5 errorcodes map updated to PostgreSQL 9.5. Daniele Varrazzo 2016-07-01 20:08:53 +0100
  • 7566af145b Merge branch 'conn-get-parameters' Daniele Varrazzo 2016-07-01 20:12:01 +0100
  • 00de4052d1 Mention get_dsn_parameters() in news, improved docs metadata Daniele Varrazzo 2016-07-01 20:04:00 +0100
  • 88af6e790c errorcodes map updated to PostgreSQL 9.5. Daniele Varrazzo 2016-07-01 20:08:53 +0100
  • 5e7a4983c6 Merge branch 'bug-424' into maint_2_6 Daniele Varrazzo 2016-07-01 19:30:01 +0100
  • 230d9d6b1a Mention closing bug #424 in the news Daniele Varrazzo 2016-07-01 19:27:31 +0100
  • e3ba21039c Avoid a possible null deref, tz might be NULL. Gabriel Kihlman 2016-04-18 17:28:50 +0200
  • e41bff8ca4 Merge branch 'bug-424' Daniele Varrazzo 2016-07-01 19:28:02 +0100
  • 80fd14463b Mention closing bug #424 in the news Daniele Varrazzo 2016-07-01 19:27:31 +0100
  • 5bcaf11f9d Allow adapting bytes using QuotedString on Python 3 too Daniele Varrazzo 2016-07-01 19:11:04 +0100
  • 61764ea581 Allow adapting bytes using QuotedString on Python 3 too Daniele Varrazzo 2016-07-01 19:11:04 +0100
  • c585478dd1 Fixed encoding tests on Py3 Daniele Varrazzo 2016-07-01 18:50:24 +0100
  • 70af49c0a2 Fixed encoding tests on Py3 Daniele Varrazzo 2016-07-01 18:50:24 +0100
  • 9c156d41bb Docs wrapping Daniele Varrazzo 2016-07-01 17:56:29 +0100
  • 1442655d3c Merge branch 'qstring-writable-encoding' Daniele Varrazzo 2016-07-01 18:03:12 +0100
  • 4a450b63c4 Don't hope to encode stuff in an arbitrary encoding Daniele Varrazzo 2016-07-01 17:33:12 +0100
  • 2e8e61b8d4 Test moved to the right module, cleanup, but same problem Daniele Varrazzo 2016-07-01 16:57:25 +0100
  • bada1f1f8e Work in progress on writable encoding Daniele Varrazzo 2016-07-01 11:17:55 +0100
  • 2b52469a0b Docs wrapping Daniele Varrazzo 2016-07-01 17:56:29 +0100
  • bbe6414ad3 Suggest installing psycopg2 in windows using pip Udi Oron 2015-11-10 00:35:02 +0200
  • ece7fb43b5 Merge branch 'qstring-writable-encoding' into maint_2_6 Daniele Varrazzo 2016-07-01 17:54:28 +0100
  • f335c46a54 Don't hope to encode stuff in an arbitrary encoding Daniele Varrazzo 2016-07-01 17:33:12 +0100
  • e062404d5c Test moved to the right module, cleanup, but same problem Daniele Varrazzo 2016-07-01 16:57:25 +0100
  • 600c744fba Work in progress on writable encoding Daniele Varrazzo 2016-07-01 11:17:55 +0100
  • c29b5cd46a Fixed build on win32 Daniele Varrazzo 2016-07-01 02:23:59 +0100
  • 556f25153f Fixed build on win32 Daniele Varrazzo 2016-07-01 02:23:59 +0100
  • 7aedc61d41 Fixed segfault on repr() for uninitialized connections Daniele Varrazzo 2016-07-01 02:09:56 +0100
  • 8dff6a38c7 Fixed segfault on repr() for uninitialized connections Daniele Varrazzo 2016-07-01 02:09:56 +0100
  • 05f23df238 Wordsmithing on COPY commands Daniele Varrazzo 2016-07-01 01:39:10 +0100
  • b7330283bc Wordsmithing on COPY commands Daniele Varrazzo 2016-07-01 01:39:10 +0100
  • 5f3be39e0a Document that the libpq must be available at runtime Daniele Varrazzo 2016-07-01 01:18:27 +0100
  • 4d0b449cbf Typo. Gabriel Linder 2016-03-09 21:51:02 +0100
  • 89f2ab9f05 dont claim copyright for future years Bernhard M. Wiedemann 2016-03-09 16:32:38 +0100
  • 52753b23e8 Document that the libpq must be available at runtime Daniele Varrazzo 2016-07-01 01:18:27 +0100
  • 3ed2c54790 Fix scattered grammar/spelling errors in comments, debug output, etc. Greg Ward 2016-06-28 18:14:57 -0400
  • e79949f76e Merge pull request #447 from gward/maint_2_6 Federico Di Gregorio 2016-06-29 08:38:48 +0200
  • 077e1f0e8d Fix scattered grammar/spelling errors in comments, debug output, etc. Greg Ward 2016-06-28 18:14:57 -0400
  • 53c1607644 Always raise OperationalError when connection was closed externally. Greg Ward 2016-06-28 18:03:05 -0400
  • ac14957fbb Always detect when a connection is closed behind psycopg2's back. Greg Ward 2016-06-28 17:46:21 -0400
  • 7fcecd194e Explicitly link with libm Denis Silakov 2016-06-28 11:51:51 +0300
  • a3dface309 syntax update Aleksandar Trifunovic 2016-05-20 15:21:14 +0200
  • d5443c65fd Fix TODOs in ReplicationMessage inline docs Oleksandr Shulgin 2016-04-21 15:32:05 +0200
  • 5ce00f8e5b Avoid a possible null deref, tz might be NULL. Gabriel Kihlman 2016-04-18 17:28:50 +0200
  • 732ea90a4f Merge pull request #373 from nonZero/patch-1 Daniele Varrazzo 2016-03-10 12:25:23 +0000
  • 4fa1b983e7 Merge pull request #415 from bmwiedemann/master Daniele Varrazzo 2016-03-10 12:22:59 +0000
  • caa3e491f2 Merge pull request #416 from dargor/doc_typos Daniele Varrazzo 2016-03-10 12:22:01 +0000
  • 3033361883 Merge branch 'py35' Daniele Varrazzo 2016-03-10 12:14:11 +0000
  • 4fb236e688 Start advertising Py 3.5 support Daniele Varrazzo 2016-03-08 05:13:57 +0000
  • 65ec7e8bcb Fixed read() exception propagation in copy_from Daniele Varrazzo 2016-03-08 05:12:06 +0000
  • 82ef9cfadd Merge branch 'msvc-2015-fix' Daniele Varrazzo 2016-03-10 12:12:40 +0000
  • 48260c6406 Py 3.5 MSVC 2015 build fixed noted in news Daniele Varrazzo 2016-03-08 00:25:19 +0000
  • 654eeec24c Work around late initialization in distutils._msvccompiler. Christian Ullrich 2016-01-06 15:04:33 +0100
  • 1b7cebc41e Merge branch 'setuptools' Daniele Varrazzo 2016-03-10 12:11:29 +0000
  • 006693421d Fixed 'make sdist' to work with setuptools Daniele Varrazzo 2016-03-08 04:34:12 +0000
  • 2d91864977 setuptools in the news Daniele Varrazzo 2016-03-07 10:38:40 +0000