aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib
Commit message (Expand)AuthorAge
* Inlined two functions to get rid of va_list prolems on some archs.Michael Meskes2007-04-27
* Backported bug fix for #2956.Michael Meskes2007-02-27
* Backported va_list handling cleanupMichael Meskes2007-02-06
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-08
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix a couple other places that need to know about (some) src/port/ filesTom Lane2006-09-28
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-11
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-10
* Synced parser.Michael Meskes2006-09-05
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-29
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-28
* - Enabled single-quoted connection targets.Michael Meskes2006-08-27
* Fixed of by one variable size.Michael Meskes2006-08-24
* Somehow my version compiled but the change didn't make it to CVS.Michael Meskes2006-08-23
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-23
* Descriptor values were quoted twice.Michael Meskes2006-08-22
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-18
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
* Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes2006-08-13
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-09
* Cleaned up log output a little bit more.Michael Meskes2006-08-08
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-08
* Regression test updates and fixesMichael Meskes2006-08-04
* Add missing ecpg function prototype needed when in threaded mode ---Bruce Momjian2006-08-04
* ynced parser and keyword list.Michael Meskes2006-08-02
* Added missing ECPGget_sqlca() callMichael Meskes2006-07-31
* First small patches needed for regression testsMichael Meskes2006-07-31
* Variables should be free'ed only once.Michael Meskes2006-07-28
* Removed superfluous commentMichael Meskes2006-07-28
* And one more:Michael Meskes2006-07-28
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-28
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Fixed remaining Coverity bugs.Michael Meskes2006-07-05
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-25
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-21
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-19
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-06
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* We only need to add thread.c on non-WIN32 platforms, since get_home_pathTom Lane2006-04-29
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-28
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-17
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Added C bit fields to ecpg parserMichael Meskes2006-02-04
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-17
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-15
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09