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