summaryrefslogtreecommitdiff
path: root/connection.c
AgeCommit message (Expand)Author
2024-10-16fix small memory leak of 'encoding' char array in 'CC_initial_log' function (...iobnc
2024-09-27Fix for issue #47 - double free of COL_INFO object (#48)Alexandr Kuznetsov
2024-05-24Fixed bugs, reported in issue #8. (#25)Alexandr Kuznetsov
2024-05-19Fixed typos in all source code and documentations (#11)Hunaid Sohail
2021-04-08Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on.Hiroshi Inoue
2021-02-18Refactor check for SSL connectionDaniel Gustafsson
2020-07-19Fix compilation errors with vc10 caused by the previous commit.Hiroshi Inoue
2020-07-01Hold the first and last result for parametrized SQL statements with array of ...Hiroshi Inoue
2020-07-01Revise the handling of QResultClass list.Hiroshi Inoue
2020-05-20Improve execution of parameterized SQL statements with arrays of parameters b...Hiroshi Inoue
2020-05-17Ignore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_update_transaction_status().Hiroshi Inoue
2020-05-16Handle notice messages in libpq_bind_and_exec(). Sets and resets a notify rec...Hiroshi Inoue
2020-03-02Add a new *Display Optional Error Message* option. This option allows toHiroshi Inoue
2020-01-05Cope with the removal of pg_class.relhasoids in PG12 correctly when retrievin...Hiroshi Inoue
2018-05-23Fix compiler warnings in i386-linux-gnu.Hiroshi Inoue
2018-05-23Fix compiler warnings.Hiroshi Inoue
2018-03-26Handle MALLOC/REALLOC errors while fetching tuples more effectively.Hiroshi Inoue
2018-03-14Avoid replacing effective notice messages.Hiroshi Inoue
2018-01-12Fix a bug in is_setting_search_path. A pointer might be incremented to point ...Hiroshi Inoue
2017-12-26Review the level of MYLOG, QLOG.Hiroshi Inoue
2017-09-27Use macro IS_NOT_SPACE() instead of !isspace() to ensure that !isspace() is a...Hiroshi Inoue
2017-09-27Correct CC_set_error_if_not_set().Hiroshi Inoue
2017-09-24Change QLOG() so that it calls corresponding MYLOG() as well.Hiroshi Inoue
2017-09-21Review the use of encoded_nextchar().Hiroshi Inoue
2017-09-17Add some QLOGs.Hiroshi Inoue
2017-09-10Fix multibyte handling of ansi driver.Hiroshi Inoue
2017-09-03Fix compiler warnings.Hiroshi Inoue
2017-09-01Improve QLOG.Hiroshi Inoue
2017-08-29Detect fast shutdown while connecting.Hiroshi Inoue
2017-08-27Further Mylog renewal.Hiroshi Inoue
2017-08-25Fix bug that calls strdup() for NULL pointers.Hiroshi Inoue
2017-08-24Remove the GssAuthUseGssapi option completely.Hiroshi Inoue
2017-08-23The second cut of QLOG renewal.Hiroshi Inoue
2017-08-22Use macro QLOG instead of function qlog.Hiroshi Inoue
2017-08-21The 1st cut of qlog renewal.Hiroshi Inoue
2017-08-16Modify one MYLOG() and one MYPRINTF().Hiroshi Inoue
2017-08-16Implement myprintf() which prints logs according to printf format and make lo...Hiroshi Inoue
2017-08-15Review the use of mylog().Hiroshi Inoue
2017-08-15Reduce the use of snprintfcat(or SPRINTFCAT_FIXED macro) as much as possible.Hiroshi Inoue
2017-07-19Fix buffer truncations reported by Pavel Raiskup.Hiroshi Inoue
2017-07-04Fix some compiler warnings.Hiroshi Inoue
2017-06-30Review CC_send_query_append(.., .., ROLLBACK_ON_ERROR | IGNORE_ABORT_ON_CONN,...Hiroshi Inoue
2017-06-19Fix an infinite loop of CC_on_commit. The loop occurs when checking whether c...Hiroshi Inoue
2017-06-19Don't call CC_send_query() so as to ROLLBACK to the internal savepoint.Hiroshi Inoue
2017-06-17Reduce roundtrips when using SAVEPOINTs by issuing multiple commands after pr...Hiroshi Inoue
2017-06-14Reduce SAVEPOINT calls especially in use declare/fetch mode by omitting SAVEP...Hiroshi Inoue
2017-06-12Reduce the number of roundtrips in the implementation of statement rollack.Hiroshi Inoue
2017-06-10Clean up the use of 'internal' member of StatementClass.Hiroshi Inoue
2017-06-09Rename snprintf_add() snprintfcat().Hiroshi Inoue
2017-06-07Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro S...Hiroshi Inoue