summaryrefslogtreecommitdiff
path: root/psycopg/pqpath.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Merge branch 'fix-951'Daniele Varrazzo2019-10-191-3/+3
|\
| * [psycopg/pqpath.c] sys/time.h include for non mac & WindowsSamuel Marks2019-08-051-3/+3
* | Merge branch 'bugfix/940'Daniele Varrazzo2019-10-191-1/+3
|\ \
| * | Don't advance replication cursor when the message wasn't confirmedAlexander Kukushkin2019-07-051-1/+3
| |/
* | Fixed handling large Oid valuesfix-961Daniele Varrazzo2019-09-041-6/+6
|/
* Smart replication feedbackAlexander Kukushkin2019-05-061-28/+30
* Address code review feedbackgrunskis-bonial2019-03-301-1/+2
* Store WAL end pointer in the replication cursorMartins Grunskis2019-03-301-0/+5
* Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-3/+3
* Dropped whole "critical" storyDaniele Varrazzo2019-03-171-90/+0
* Use the error on the connection instead of passing it explicitly aroundDaniele Varrazzo2019-03-171-54/+36
* Added helper methods to set a result into a connection/cursorDaniele Varrazzo2019-03-171-18/+13
* Use the connection's PGresult to pass results through callsDaniele Varrazzo2019-03-171-79/+78
* Fixed handling of internal query too largeDaniele Varrazzo2019-03-171-0/+2
* Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-171-51/+69
* Dropped locking version of pq_is_busy()Daniele Varrazzo2019-03-161-44/+3
* Dropped no_begin handling in async executeDaniele Varrazzo2019-03-161-13/+2
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-124/+0
* Dropped PSYCOPG_DISPLAY_SIZE build parameterDaniele Varrazzo2019-01-251-141/+149
* Assign the PGresult to the cursor in the execute critical sectionexecute-locksDaniele Varrazzo2019-01-221-4/+9
* Split pq_execute into sync/async partsDaniele Varrazzo2019-01-221-92/+119
* Don't call CLEARPGRES on the cursor state without holding the gilDaniele Varrazzo2019-01-021-2/+2
* Merge branch 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-151-37/+39
|\
| * Added table_oid, table_column on cursor.description itemsdescription-extra-attrsDaniele Varrazzo2018-10-111-1/+14
| * Added C implementation for a Column typeDaniele Varrazzo2018-10-111-34/+18
| * Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-101-3/+8
| * Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
* | Generating the whole errors file from scriptDaniele Varrazzo2018-08-171-0/+4
* | Read exceptions to raise from a Python moduleDaniele Varrazzo2018-08-171-0/+40
|/
* Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-291-1/+2
* Emulate timeradd and timersub on SolarisMy Karlsson2017-10-261-0/+4
* Check return code from decoding the connection statusDaniele Varrazzo2017-06-151-2/+6
* Don't clobber a Python exception with an unknown errorDaniele Varrazzo2017-04-051-0/+4
* Always raise OperationalError when connection was closed externally.Greg Ward2017-03-141-4/+6
* Always detect when a connection is closed behind psycopg2's back.Greg Ward2017-03-141-0/+6
* Fixed MSVC compiler error and warningJason Erickson2017-02-091-2/+2
* Dropped compiler warning about signed/unsigned comparisonsDaniele Varrazzo2017-02-081-2/+2
* Fixed BEGIN; SET TRANSACTION with PG 7.4no-set-default-sessionDaniele Varrazzo2017-02-071-8/+16
* Set default_transaction_* GUC if session state is changed in autocomitDaniele Varrazzo2017-02-041-2/+4
* Don't use default_transaction_* for session characteristicsDaniele Varrazzo2017-02-041-2/+13
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-8/+29
* Use -1 instead of 0 to say "calculate the length" in many funcsDaniele Varrazzo2016-12-271-2/+2
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-6/+6
* Enforce dependency on libpq version >= 9.1Daniele Varrazzo2016-08-151-1/+1
* Use inttypes.h definitionsDaniele Varrazzo2016-08-141-1/+1
* Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-071-5/+9
|\
| * Fix scattered grammar/spelling errors in comments, debug output, etc.Greg Ward2016-06-301-4/+4
| * Fixed read() exception propagation in copy_fromDaniele Varrazzo2016-03-101-1/+5