Commit Graph

  • 8341792c5b Added script to create manylinux1 wheels Daniele Varrazzo 2017-01-04 04:39:53 +0100
  • 651f1b6c97 Consider Python 3.6 and Postgres 9.6 supported Daniele Varrazzo 2017-01-03 19:12:44 +0100
  • a8a3a298f8 Autonumbered args not available in Python 2.6 Daniele Varrazzo 2017-01-03 17:53:02 +0100
  • 71a168797c Several improvements to the sql objects Daniele Varrazzo 2017-01-03 17:27:01 +0100
  • a76e665567 Use {} instead of %s placeholders in SQL composition Daniele Varrazzo 2017-01-03 15:02:34 +0100
  • 49461c2c39 More doc love for the sql module Daniele Varrazzo 2017-01-01 18:04:51 +0100
  • 9926942260 Added missing doc file Daniele Varrazzo 2017-01-01 16:01:55 +0100
  • 077328c1a2 Using the new name of the old doc template Daniele Varrazzo 2017-01-01 16:01:09 +0100
  • d97399daa5 sql module docs wordsmithing Daniele Varrazzo 2017-01-01 09:23:09 +0100
  • cf40bff2e2 Dropped sql.compose Daniele Varrazzo 2017-01-01 08:37:41 +0100
  • 4a55b8018a Adding sql module documentation Daniele Varrazzo 2017-01-01 08:12:05 +0100
  • 41b9bfe401 Added test for sql percents treatment Daniele Varrazzo 2017-01-01 06:37:09 +0100
  • 828415d476 Typo: composible -> composable Daniele Varrazzo 2017-01-01 06:32:18 +0100
  • ad2643266f Fixed sql.compose with no args and added tests Daniele Varrazzo 2017-01-01 06:26:54 +0100
  • 8c020ca47a Fixed sql.Composed representation Daniele Varrazzo 2017-01-01 06:25:53 +0100
  • 600416aafc Fixed sql stuff in Py3 Daniele Varrazzo 2017-01-01 05:59:21 +0100
  • c4a67fc1c1 Added sql.compose() implementation Daniele Varrazzo 2017-01-01 05:23:42 +0100
  • f11e6d82b0 Added basic sql module implementation Daniele Varrazzo 2017-01-01 03:50:32 +0100
  • fad5100079 Adding some boilerplate for the new module Daniele Varrazzo 2016-12-31 22:36:24 +0100
  • 21f38a4c07 Don't try to write bytes in the LoggingConnection file Daniele Varrazzo 2016-12-29 22:36:04 +0100
  • 449bd4485f Merge branch 'fast-codecs' Daniele Varrazzo 2016-12-29 22:15:46 +0100
  • f3e47a72ed Brag about encoding/decoding speedup Daniele Varrazzo 2016-12-29 20:47:24 +0100
  • cb5293be1f Use the proper API functions to look up codec functions Daniele Varrazzo 2016-12-29 21:13:19 +0100
  • 3295beb777 Don't look up for Python encoding Daniele Varrazzo 2016-12-26 19:47:48 +0100
  • a81f12f9bd Don't set tp_compare on Python 3 Daniele Varrazzo 2016-12-29 21:43:04 +0100
  • dfe547856e Use -1 instead of 0 to say "calculate the length" in many funcs Daniele Varrazzo 2016-12-26 20:01:19 +0100
  • a255e4e1c6 Store python encoding and decoding functions in the connection Daniele Varrazzo 2016-12-26 17:40:08 +0100
  • 17a74cc771 Setting connection encoding refactored Daniele Varrazzo 2016-12-26 16:41:46 +0100
  • f439ca61d6 conn->codec rename to pyenc Daniele Varrazzo 2016-12-26 12:25:13 +0100
  • 7caba160b7 Merge branch 'master' into fast-codecs Daniele Varrazzo 2016-12-26 12:06:21 +0100
  • b179645ff7 Fixed travis test: unset green mode Daniele Varrazzo 2016-12-26 04:31:18 +0100
  • e9577e9b89 Merge branch 'named-callproc' Daniele Varrazzo 2016-12-26 04:57:07 +0100
  • c46b6ea719 Fixed travis test: unset green mode Daniele Varrazzo 2016-12-26 04:31:18 +0100
  • 64342fcff0 Less verbose travis tests Daniele Varrazzo 2016-12-26 03:47:13 +0100
  • ffeb7001eb Fixed refcount problems in named callproc Daniele Varrazzo 2016-12-26 04:12:18 +0100
  • 70e14323f9 Less verbose travis tests Daniele Varrazzo 2016-12-26 03:47:13 +0100
  • d13521a6ce Mention named callproc in news, fixed docs. Daniele Varrazzo 2016-12-26 03:39:28 +0100
  • 1957389bea Merge branch 'master' into named-callproc Daniele Varrazzo 2016-12-26 03:16:11 +0100
  • a53b39efe8 Dropped internal escape identifier function Daniele Varrazzo 2016-12-26 02:37:36 +0100
  • faaef61c27 Merge branch 'master' into named-callproc Daniele Varrazzo 2016-12-26 01:49:42 +0100
  • 17698c4815 Fixed REst error in newsfile Daniele Varrazzo 2016-12-25 20:55:15 +0100
  • 4c99cadabe Fixed intersphinx links to Pyton docs Daniele Varrazzo 2016-12-25 20:55:01 +0100
  • 3ef995a793 Fixed REst error in newsfile Daniele Varrazzo 2016-12-25 20:55:15 +0100
  • a174b08133 Fixed intersphinx links to Pyton docs Daniele Varrazzo 2016-12-25 20:55:01 +0100
  • c743da0405 fix wait_select sample to be extras not extensions Luke Nezda 2016-09-12 09:19:20 -0500
  • dcb198e8b7 fix wait_select sample to be extras not extensions Luke Nezda 2016-09-12 09:19:20 -0500
  • 0e69b4de18 Fix "invalid escape sequence" warning in Python 3.6 Tim Graham 2016-09-17 15:36:19 -0400
  • 35b4a01b6d Fix "invalid escape sequence" warning in Python 3.6 Tim Graham 2016-09-17 15:36:19 -0400
  • ecb1ef2353 Fixed tests failures on Python != 2.7 Daniele Varrazzo 2016-12-24 00:18:22 +0100
  • ce0d63babb Merge branch 'fix-453' into maint_2_6 Daniele Varrazzo 2016-12-25 20:04:01 +0100
  • 9e4f5cb76e Added empty options in setup.cfg Daniele Varrazzo 2016-07-07 12:05:29 +0100
  • 1c3e2be224 Merge branch 'fix-453' Daniele Varrazzo 2016-12-25 19:56:40 +0100
  • 934f30db1b Added travis config to test branch 2.6 Daniele Varrazzo 2016-12-25 19:55:24 +0100
  • d48d4bab05 Added empty options in setup.cfg Daniele Varrazzo 2016-07-07 12:05:29 +0100
  • c9798ecb15 Merge branch 'dont_set_datestyle_in_replication_mode' Daniele Varrazzo 2016-12-25 19:28:23 +0100
  • c22093ddd4 Skip replication tests in green mode Daniele Varrazzo 2016-12-25 19:00:30 +0100
  • 874705db42 Configure Travis to test replication Daniele Varrazzo 2016-12-25 17:49:58 +0100
  • b73115ac41 Added test to verify bug #482 Daniele Varrazzo 2016-12-25 17:46:11 +0100
  • e27579292a Avoid deadlock on close if set datestyle failed Daniele Varrazzo 2016-12-25 17:45:01 +0100
  • c2d405116b Dropped testing print Daniele Varrazzo 2016-12-25 17:44:25 +0100
  • b77de74f72 Merge branch 'master' into dont_set_datestyle_in_replication_mode Daniele Varrazzo 2016-12-25 16:31:33 +0100
  • f451d35aae Merge branch 'travis' Daniele Varrazzo 2016-12-24 04:51:30 +0100
  • feebc8f689 Don't use separate databases for tests Daniele Varrazzo 2016-12-24 04:42:07 +0100
  • 1463bdb86d Added build badge to readme Daniele Varrazzo 2016-12-24 04:28:34 +0100
  • 6758ce5eef Test Python versions in a more relevant order Daniele Varrazzo 2016-12-24 04:27:51 +0100
  • def22982fb Run the tests against all the available server versions Daniele Varrazzo 2016-12-24 02:15:24 +0100
  • 11ad1005e0 Added python3 supported versions Daniele Varrazzo 2016-12-24 01:09:57 +0100
  • a478ba9a47 Fixed tests failing on Python 2.6 Daniele Varrazzo 2016-12-24 00:18:22 +0100
  • b3cd125d27 Create the hstore extension in the trevis db Daniele Varrazzo 2016-12-24 00:18:09 +0100
  • 0be783c454 Disable email notification Daniele Varrazzo 2016-12-24 00:12:07 +0100
  • 3971ee6d1f Testing CI with Travis Daniele Varrazzo 2016-12-24 00:07:23 +0100
  • 2b3ac6a947 Fix "invalid escape sequence" warning in Python 3.6 Tim Graham 2016-09-17 15:36:19 -0400
  • fb1dbc2a9b do not "SET datestyle" on replication connections Christoph Moench-Tegeder 2016-10-21 15:32:11 +0200
  • 121cf3b8f8 Optimize UTF8 and Latin1 decoding Daniele Varrazzo 2016-10-12 01:10:31 +0100
  • 584c7e6890 Dropped compiler warning in debug mode Daniele Varrazzo 2016-10-12 00:28:25 +0100
  • 51aa166d52 Merge branch 'networking-improvement' Daniele Varrazzo 2016-10-11 04:55:09 +0100
  • 643ba70bad Added ipaddress objects conversion Daniele Varrazzo 2016-10-11 03:58:09 +0100
  • 706ad2f177 Conver network array types into array of strings by default Daniele Varrazzo 2016-10-11 02:31:45 +0100
  • 86198c1c21 inet adapters deprecated Daniele Varrazzo 2016-10-11 01:33:04 +0100
  • 05627ac0f9 Fix unicode mogrify test on python 2 Daniele Varrazzo 2016-10-11 00:22:23 +0100
  • 91d2158de7 Python source cleanup using flake8 Daniele Varrazzo 2016-10-11 00:10:53 +0100
  • e1c850ce2f lib/pool -- quick_cursor -- shouldnt b a property diabolo-dan 2016-09-19 21:29:18 +0100
  • c54083a883 lib/pool -- quick_cursor -- put connection back if there is an exception when connecting diabolo-dan 2016-09-19 21:29:00 +0100
  • 895b21a27a fix wait_select sample to be extras not extensions Luke Nezda 2016-09-12 09:19:20 -0500
  • d0d28313a9 Merge cb6b6d0e68 into 4458c9b4c9 Federico Di Gregorio 2016-08-20 17:10:58 +0000
  • 4458c9b4c9 Merge branch 'drop-libpq-pre-91' Daniele Varrazzo 2016-08-15 02:58:36 +0100
  • b3792c7f02 Mention dropping Pre 9.1 libpq support in NEWS file Daniele Varrazzo 2016-08-15 02:38:20 +0100
  • 5ddc952dbb Dropped ifdef guards against obsolete libpq versions Daniele Varrazzo 2016-08-15 02:31:39 +0100
  • 3d4f6df0de Enforce dependency on libpq version >= 9.1 Daniele Varrazzo 2016-08-15 02:17:47 +0100
  • b006190312 Merge branch 'drop-py25' Daniele Varrazzo 2016-08-15 02:51:10 +0100
  • 47a312cf83 Mention dropping Py 2.5 support in NEWS file Daniele Varrazzo 2016-08-15 02:39:26 +0100
  • 78649f8e90 Dropped use of b() "macro" and 2to3 fixer Daniele Varrazzo 2016-08-15 01:55:57 +0100
  • 3b41c3a6f3 Stop compiling with Python 2.5 Daniele Varrazzo 2016-08-15 01:06:42 +0100
  • 1d950748af Merge branch 'replication-protocol' Daniele Varrazzo 2016-08-14 21:09:54 +0100
  • 01c552baa3 Mention replication support in the NEWS file Daniele Varrazzo 2016-08-14 21:09:00 +0100
  • e0883f1967 Name the db in the replication test like the unit test one Daniele Varrazzo 2016-08-14 19:57:29 +0100
  • e5390fed98 Use inttypes.h definitions Daniele Varrazzo 2016-08-14 19:48:31 +0100
  • 12ecb4b2ce Dropped import of postgres internal/c.h Daniele Varrazzo 2016-08-14 19:34:24 +0100
  • 9a6b7e8b10 Merge branch 'nul-terminator' into maint_2_6 Daniele Varrazzo 2016-08-07 02:53:01 +0100
  • ffc0446b25 Mention NULL characters guard in NEWS file Daniele Varrazzo 2016-08-07 02:50:50 +0100