summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean egg-info before running teststest_i686Daniele Varrazzo2019-03-181-0/+1
* Make sure setuptools is installedDaniele Varrazzo2019-03-181-10/+6
* Install setuptools in the build environmentDaniele Varrazzo2019-03-181-0/+1
* Try harder to test Python 3.7Daniele Varrazzo2019-03-181-2/+2
* Added Python 3.7 to the test gridDaniele Varrazzo2019-03-181-1/+0
* Run an apt-get update to fix libpq downloadDaniele Varrazzo2019-03-181-1/+5
* Skipped test 64 bit not debug modeDaniele Varrazzo2019-03-181-1/+1
* Run both 32 and 64 tests on travisDaniele Varrazzo2019-03-181-26/+14
* Run travis tests on linux 32 platformDaniele Varrazzo2019-03-183-18/+49
* Merge branch 'naming'Daniele Varrazzo2019-03-1834-305/+302
|\
| * Windows doesn't like the name "connect" for a functionDaniele Varrazzo2019-03-171-5/+5
| * Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-1722-76/+76
| * Several function names shortenedDaniele Varrazzo2019-03-1718-234/+231
* | Merge branch 'fix-829'Daniele Varrazzo2019-03-185-10/+83
|\ \
| * | Mention closed #829 in NEWS fileDaniele Varrazzo2019-03-181-4/+9
| * | Don't close connections from forked processesDaniele Varrazzo2019-03-183-3/+28
| * | subprocess test function moved into a moduleDaniele Varrazzo2019-03-171-11/+26
| * | Added test to reproduce ticket #829Daniele Varrazzo2019-03-171-0/+28
* | | Allow incorrect result for pgconn_ptr test on OSXDaniele Varrazzo2019-03-181-0/+3
* | | Run tests on windows using the same library versions of the packagesDaniele Varrazzo2019-03-182-5/+4
* | | Appveyor tests in order of sort what I careDaniele Varrazzo2019-03-181-6/+6
|/ /
* | Allow 0 as key in the poolDaniele Varrazzo2019-03-171-3/+3
* | Merge branch 'use-conn-pgres'Daniele Varrazzo2019-03-178-321/+196
|\ \ | |/
| * Dropped whole "critical" storyDaniele Varrazzo2019-03-173-93/+1
| * Use the error on the connection instead of passing it explicitly aroundDaniele Varrazzo2019-03-176-132/+105
| * Added helper methods to set a result into a connection/cursorDaniele Varrazzo2019-03-175-20/+32
| * Dropped pgconn argument from conn_setup()Daniele Varrazzo2019-03-173-17/+16
| * Use the connection's PGresult to pass results through callsDaniele Varrazzo2019-03-174-132/+113
| * Fixed handling of internal query too largeDaniele Varrazzo2019-03-171-0/+2
|/
* Merge branch 'fix-856'Daniele Varrazzo2019-03-1720-183/+219
|\
| * Make sure to free the connection's pgres on deletefix-856Daniele Varrazzo2019-03-171-0/+1
| * Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-179-69/+167
| * Retrieving the async cursor moved out of conn_poll() bodyDaniele Varrazzo2019-03-161-18/+39
| * Simplified interactions between asyc functionsDaniele Varrazzo2019-03-161-5/+14
| * Dropped locking version of pq_is_busy()Daniele Varrazzo2019-03-163-55/+4
| * Dropped no_begin handling in async executeDaniele Varrazzo2019-03-161-13/+2
| * Dropped debug info for microprotocols/adapters initializationDaniele Varrazzo2019-03-169-33/+2
| * Shorter timeout in the async tests selectDaniele Varrazzo2019-03-161-2/+2
|/
* Merge branch 'version-check-cleanup'Daniele Varrazzo2019-03-1625-141/+119
|\
| * Py2/3 compatibility macro definitions rationalizedDaniele Varrazzo2019-03-162-36/+32
| * Fixed check for type == int on Py2Daniele Varrazzo2019-03-161-1/+1
| * Added PY_2, PY_3 macros and used uniformlyDaniele Varrazzo2019-03-1613-35/+38
| * Dropped conditional compiling dealing with unsupported versionsDaniele Varrazzo2019-03-162-12/+1
| * Use PY2, PY3 for conditional code instead of sys.version_infoDaniele Varrazzo2019-03-1610-61/+47
| * Added PY2, PY3 to compat moduleDaniele Varrazzo2019-03-161-0/+4
|/
* Merge branch 'fix-imports'Daniele Varrazzo2019-03-1613-101/+54
|\
| * Use errors module to catch a specific postgres errorDaniele Varrazzo2019-03-161-6/+3
| * Other import moved to top level in testsDaniele Varrazzo2019-03-1612-77/+44
| * Dropped repeated conditional import of reload in testDaniele Varrazzo2019-03-161-8/+0
| * TextIOBase moved to tests compat importsDaniele Varrazzo2019-03-162-11/+8
|/