Commit Graph

  • 0a7261268b Dropped unused notice_filter connection member Daniele Varrazzo 2015-06-02 13:11:46 +0100
  • 526c9ea763 Change "non desiderable" to "undesirable" in docs Pete Hollobon 2015-05-19 14:06:43 +0100
  • d6041271bc Separate parse_dsn test on URI, for libpq >= 9.2 Oleksandr Shulgin 2015-06-02 14:02:29 +0200
  • 5712f30169 Change "non desiderable" to "undesirable" in docs Pete Hollobon 2015-05-19 14:06:43 +0100
  • 7e5715617e Merge branch 'adapt-list-of-none' Daniele Varrazzo 2015-06-02 12:49:15 +0100
  • b0058c0cc8 Fixed adaptation of lists of None Daniele Varrazzo 2015-06-02 12:38:59 +0100
  • 57a4342946 Merge branch 'adapt-list-of-none' into maint_2_6 Daniele Varrazzo 2015-06-02 12:41:10 +0100
  • 6192649d25 Fixed adaptation of lists of None Daniele Varrazzo 2015-06-02 12:38:59 +0100
  • cc08e14162 Merge branch 'master' into feature/parse-dsn Oleksandr Shulgin 2015-06-02 12:42:03 +0200
  • 8d4ac25b56 Merge branch 'libpq-version' Daniele Varrazzo 2015-06-02 11:20:28 +0100
  • c2955fb8fc Version function/constant docs improved Daniele Varrazzo 2015-06-02 11:14:22 +0100
  • 5a21da43ee Mention libpq version inspection in news file Daniele Varrazzo 2015-06-02 11:01:10 +0100
  • 73d17e3c5e Dropped PG_VERSION_HEX constant Daniele Varrazzo 2015-06-02 10:54:08 +0100
  • 80da76d43f Get rid of postgres internal includes; check for Win32 for htonl() Oleksandr Shulgin 2015-06-02 11:42:56 +0200
  • ffd98a82c0 Add test for libpq_version Oleksandr Shulgin 2015-06-02 11:12:16 +0200
  • 4bb6f9cef2 Add libpq version discovery Oleksandr Shulgin 2015-06-01 18:05:11 +0200
  • 3200cd77bf One more parse_dsn test for unquoted space Oleksandr Shulgin 2015-06-01 15:18:03 +0200
  • 6a2f21aa14 Move parse_dsn to extensions, add tests Oleksandr Shulgin 2015-06-01 15:11:12 +0200
  • e32e1b834e Add support for streaming replication protocol Oleksandr Shulgin 2015-06-01 11:35:05 +0200
  • 6c57e4a648 Add parse_dsn module function Oleksandr Shulgin 2015-06-01 10:16:07 +0200
  • 6c95664e94 Notify example should pop the oldest message in conn.notifies, not the newest. btubbs 2015-05-21 01:24:00 -0600
  • 3da7bf2da2 Change "non desiderable" to "undesirable" in docs Pete Hollobon 2015-05-19 14:06:43 +0100
  • ea21acda54 Merge 656480a57e into d66165232e Jan Urbański 2015-05-03 11:28:05 +0000
  • d66165232e OpenSSL deadlock fix noted in NEWSfile Daniele Varrazzo 2015-05-03 12:25:39 +0100
  • a59704cf93 Make sure libcrypto threadsafety callbacks are properly set up Jan Urbański 2015-02-17 10:48:18 +0100
  • 9ee15f9845 OpenSSL deadlock fix noted in NEWSfile Daniele Varrazzo 2015-05-03 12:25:39 +0100
  • 60fe90d531 Make sure libcrypto threadsafety callbacks are properly set up Jan Urbański 2015-02-17 10:48:18 +0100
  • 1b7e3c6da4 Improve docs about connection's with only closing the transaction Daniele Varrazzo 2015-05-03 11:59:06 +0100
  • ad3e91a56f Unlock the connection after PQflush error Daniele Varrazzo 2015-05-03 11:44:10 +0100
  • 76ac3ec34e Improve docs about connection's with only closing the transaction Daniele Varrazzo 2015-05-03 11:59:06 +0100
  • a70a541e0b Unlock the connection after PQflush error Daniele Varrazzo 2015-05-03 11:44:10 +0100
  • 4078b89521 Added makefile target to upload docs Daniele Varrazzo 2013-03-20 12:45:37 +0000
  • 1d006ccbe9 Added note about table names to be escaped in copy_*() methods. Daniele Varrazzo 2015-05-03 10:22:14 +0100
  • 4eee1207f9 Fix several typos Hyunjun Kim 2015-03-16 17:50:20 +0900
  • 2cab752443 Fix to MinTimeLoggingCursor.callproc() noted in NEWSfile Daniele Varrazzo 2015-05-03 09:58:45 +0100
  • 41639c7610 Fixed MinTimeLoggingCursor.callproc() andrew deryabin 2015-04-23 17:00:16 +0300
  • f27ca25d2e Wordsmith on connection.set_session() Daniele Varrazzo 2015-05-03 09:42:32 +0100
  • 70fbc8bf1f Fixed connection.poll() docstring Daniele Varrazzo 2015-05-03 09:30:04 +0100
  • 8739484b61 Added makefile target to upload docs Daniele Varrazzo 2013-03-20 12:45:37 +0000
  • b77a8033d3 Added note about table names to be escaped in copy_*() methods. Daniele Varrazzo 2015-05-03 10:22:14 +0100
  • 00946ae7f4 Fix several typos Hyunjun Kim 2015-03-16 17:50:20 +0900
  • 862f47040c Fix to MinTimeLoggingCursor.callproc() noted in NEWSfile Daniele Varrazzo 2015-05-03 09:58:45 +0100
  • 6a62b4fa1d Fixed MinTimeLoggingCursor.callproc() andrew deryabin 2015-04-23 17:00:16 +0300
  • b2734c2cbd Wordsmith on connection.set_session() Daniele Varrazzo 2015-05-03 09:42:32 +0100
  • a24597d0e0 Fixed connection.poll() docstring Daniele Varrazzo 2015-05-03 09:30:04 +0100
  • 0b523927bc Docs build process and docs cleaned up Daniele Varrazzo 2015-04-28 09:30:59 +0100
  • 44ba7df67f Docs build process and docs cleaned up Daniele Varrazzo 2015-04-28 09:30:59 +0100
  • 1e8be5bd09 Added missing files needed to build the docs Daniele Varrazzo 2015-02-23 10:36:25 +0000
  • c62c292053 Bump to next dev version number for the master branch Daniele Varrazzo 2015-04-28 08:38:41 +0100
  • 9ddc224c69 Added missing files needed to build the docs Daniele Varrazzo 2015-02-23 10:36:25 +0000
  • 7b78354d58 Bump to next dev version number Daniele Varrazzo 2015-02-23 10:28:41 +0000
  • 0a8fc61698 fix andrew deryabin 2015-04-23 17:00:16 +0300
  • cc2a0961c1 Fix several typos Hyunjun Kim 2015-03-16 17:50:20 +0900
  • 002027e4de fix typo in comment Chad Whitacre 2015-03-11 16:03:06 -0400
  • 656480a57e Make sure libcrypto threadsafety callbacks are properly set up Jan Urbański 2015-02-17 10:48:18 +0100
  • 5efe7131ff Version bumped for release 2.6 2_6 Daniele Varrazzo 2015-02-09 09:43:55 +0000
  • 6d63973e08 More portable way to establish Python 32/64 build Daniele Varrazzo 2015-02-08 22:52:50 +0000
  • 569fd0975b Python 3.1 bytes.decode() doesn't support keyword arguments Daniele Varrazzo 2015-02-08 19:40:52 +0000
  • c6d57680aa Version bumped for release 2.5.5 2_5_5 maint_2_5 Daniele Varrazzo 2015-02-08 16:43:56 +0000
  • 296caa4556 More tests tweaks Daniele Varrazzo 2015-02-08 12:50:02 +0000
  • 77df287e14 More tests tweaks Daniele Varrazzo 2015-02-08 12:50:02 +0000
  • a2a5461c28 Make Column picklable on Python >= 3.3 Daniele Varrazzo 2015-02-08 11:27:10 +0000
  • 7ea56b112e Make Column picklable on Python >= 3.3 Daniele Varrazzo 2015-02-08 11:27:10 +0000
  • 9f7cd6b374 Don't test date 24:00 before PG 8.4 Daniele Varrazzo 2015-02-08 10:30:48 +0000
  • 6177823811 Don't test date 24:00 before PG 8.4 Daniele Varrazzo 2015-02-08 10:30:48 +0000
  • afba29480a Added NEWS note about picklable cursor.desciption Daniele Varrazzo 2015-02-08 02:32:47 +0000
  • 28180837bf Allow pickling of cursor.description Owen Raccuglia 2014-10-01 15:57:47 -0400
  • 2a2f306f7b Added NEWS note about picklable cursor.desciption Daniele Varrazzo 2015-02-08 02:32:47 +0000
  • 5af5fb4cc6 Allow pickling of cursor.description Owen Raccuglia 2014-10-01 15:57:47 -0400
  • 54ebf90fc6 Document that LO64 is only available on Py 64 builds Daniele Varrazzo 2015-02-08 02:21:22 +0000
  • f15e9d0cc8 Fixed link in NEWS entry Daniele Varrazzo 2015-02-08 02:14:00 +0000
  • e490e3bfa3 Accept overflow errors testing for LO64 funcs Daniele Varrazzo 2015-02-08 02:04:41 +0000
  • 66fdaeaf09 Propagate read error messages in COPY FROM Daniele Varrazzo 2015-02-08 01:42:21 +0000
  • 7ce7fef322 Propagate read error messages in COPY FROM Daniele Varrazzo 2015-02-08 01:42:21 +0000
  • 7c5bc1b6cf Convert Postgres time 24:00 into 00:00 Daniele Varrazzo 2015-02-08 00:41:50 +0000
  • d3c1ad5945 Convert Postgres time 24:00 into 00:00 Daniele Varrazzo 2015-02-08 00:41:50 +0000
  • 2332f2c99e Merge branch 'timetz' Daniele Varrazzo 2014-12-25 15:09:15 +0100
  • b5ac992944 Merge branch 'lo64' Daniele Varrazzo 2014-12-25 15:08:02 +0100
  • 7139187381 Large object 64 bit API quoted in news file Daniele Varrazzo 2014-12-25 15:01:28 +0100
  • a338da9c19 Fixed typo in tests Daniele Varrazzo 2014-09-11 10:14:22 +0100
  • c008f9d1ce Added documentation about the lo64 support Daniele Varrazzo 2014-09-11 02:40:05 +0100
  • bc5e2aeead Keep into account psycopg build in lo64 tests Daniele Varrazzo 2014-09-11 01:38:45 +0100
  • 2f862972c9 Guard against overflows when using the lo32 api Daniele Varrazzo 2014-09-11 01:06:57 +0100
  • 79df47a146 Fixed mismatched types in debug print Daniele Varrazzo 2014-09-10 23:49:12 +0100
  • 44219bf366 Don't try and compile lo64 support on 32 bits Python Daniele Varrazzo 2014-09-10 23:30:34 +0100
  • b2327b0fc7 Add the flag 'lo64' to the version if psycopg supports the lo_*64 api Daniele Varrazzo 2014-09-10 23:16:29 +0100
  • 0205d6ca2e Use ifdef instead of if to check LO64 Daniele Varrazzo 2014-09-10 23:06:03 +0100
  • 91eabf5fcb Fixed check for PG version Daniele Varrazzo 2014-09-10 23:00:42 +0100
  • e5bbde9554 Check server_version before using lo_*64 functions. If less tahn 9.3 old none 64bit functions will be use. Blake Rouse 2014-09-10 16:31:11 -0400
  • cd67d3d2fe Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 methods. Check size of offset and length for versions without LO64. Blake Rouse 2014-09-08 12:05:28 -0400
  • e13ec67da3 Use lseek64 and ltell64 to support large object greater than 2gb in size. Blake Rouse 2014-09-05 11:55:14 -0400
  • 6bccb05c90 timetz adaptation documented Daniele Varrazzo 2014-12-25 14:57:31 +0100
  • e39bf0fd6e Correct exausted -> exhausted typo Erik Lee 2014-11-17 16:40:53 +0000
  • 141e922d80 Correction to type adaption example, making it more transparent Asmund Tokheim 2014-11-02 14:15:51 +0100
  • d7f820dda9 Merge ee04e4bc54 into 85ba098cd8 Andriy Sokolovskiy 2014-11-28 16:11:22 +0000
  • ee04e4bc54 Python3.4, fix lib python3 issues Andriy Sokolovskiy 2014-11-28 17:50:04 +0200
  • a0d4c3f365 Python3.4, add python 3.0, 3.4 to travis config Andriy Sokolovskiy 2014-11-28 16:37:41 +0200
  • 30fa1e7d29 Python3.4, fix most of failing tests with python3.4+postgres9.3 Andriy Sokolovskiy 2014-11-28 16:27:41 +0200
  • 85ba098cd8 Merge pull request #273 from eriklee/master Federico Di Gregorio 2014-11-17 22:36:47 +0100
  • e9f54a2d6e Correct exausted -> exhausted typo Erik Lee 2014-11-17 16:40:53 +0000