summaryrefslogtreecommitdiff
path: root/connection.h
AgeCommit message (Expand)Author
2024-05-19Fixed typos in all source code and documentations (#11)Hunaid Sohail
2020-07-01Hold the first and last result for parametrized SQL statements with array of ...Hiroshi Inoue
2020-05-20Improve execution of parameterized SQL statements with arrays of parameters b...Hiroshi Inoue
2020-05-16Handle notice messages in libpq_bind_and_exec(). Sets and resets a notify rec...Hiroshi Inoue
2018-05-17Reduce DB access to pg_class or pg_index by caching relhasoids, relhassubclas...Hiroshi Inoue
2018-04-18Put back the handling of lock_CC_for_rb variable.Hiroshi Inoue
2017-09-20Fix "unrecognized format function type" warnings in old GCC.Hiroshi Inoue
2017-09-18Improve @@identty handling.Hiroshi Inoue
2017-09-12Handle PG 10 identity columns.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-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-07Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro S...Hiroshi Inoue
2017-06-06For debug, change SQLSetConnectAttr(.., SQL_ATTR_PGOPT_USE_DECLAREFETCH, ..) ...Hiroshi Inoue
2017-03-25Introduce locale_encoding which corresponds to the locale. For non-Windows pl...Hiroshi Inoue
2017-03-22Revise the handling of client encoding so as not to forget the update of rela...Hiroshi Inoue
2017-03-04The failure of libpq_bind_exec() which returns NULL doesn't mean a FATAL erro...Hiroshi Inoue
2016-11-04Make sure the isolation level is SQLUINTEGER and add the declaration of CC_ge...Hiroshi Inoue
2016-11-02Added to commit 7849ba( was a patch by Tsunakawa,Takayuki).Hiroshi Inoue
2016-10-18Allow setting isolation level before the establishment of connection.Hiroshi Inoue
2016-10-17Fix the bug reported by Shinji Mecha.Hiroshi Inoue
2016-09-20Separate the functionality of setup program.Hiroshi Inoue
2016-06-17Implement SQL_QUERY_TIMEOUT. Patch by Tsunakawa, Takayuki.Hiroshi Inoue
2016-02-27Fix NULL dereferences which causes application crash. Patch by Tsunakawa, Tak...Hiroshi Inoue
2015-04-09Fix segfault when "SELECT current_schema()" returns NULL.Heikki Linnakangas
2015-01-29Don't do premature execution.Heikki Linnakangas
2015-01-23More miscellaneous cleanup.Heikki Linnakangas
2015-01-19Remove long-since obsolete FAR/NEAR decorations from pointers.Heikki Linnakangas
2015-01-19Misc cleanup, mostly dead code removal.Heikki Linnakangas
2015-01-15Don't reset autocommit attribute at SQLDriverConnect.Heikki Linnakangas
2014-12-31Use libpq for everything.Heikki Linnakangas
2014-10-29Remove some remnants of ODBCVER < 3.51 support.Heikki Linnakangas
2014-10-29Remove support for ODBC versions < 3.51.Heikki Linnakangas
2014-10-29Remove support for protocol versions older than 3.Heikki Linnakangas
2014-09-25Add '#ifdef USE_LIBPQ' around the code which use PreferLibpq optionHiroshi Inoue
2014-09-23Add an option to explicitly force/avoid the use of libpq library.Hiroshi Inoue
2014-07-03Add KeepaliveTime and KeepaliveInterval options to specify time orHiroshi Inoue
2014-03-11Whitespace and indentation fixes.Heikki Linnakangas
2014-01-14Set TCP keepalive by default.Hiroshi Inoue
2013-07-10Revise MSDTC support.Hiroshi Inoue
2013-06-21Reduce the memory usage of ConnectinClass objects by changing their largeHiroshi Inoue
2013-04-18Fix references to 'notice.txt'.Heikki Linnakangas
2012-05-11Fix a compilation error etc when MULTITHREAD support is disabled.Hiroshi Inoue
2010-01-171) Allow password which contains special characters like {,},=,;.Hiroshi Inoue
2009-10-25Cleanups about the handing of unnamed parsed statements and the handlingHiroshi Inoue