summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib
Commit message (Expand)AuthorAgeFilesLines
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-101-3/+2
* Synced parser.Michael Meskes2006-09-051-1/+3
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-291-2/+3
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-281-2/+3
* - Enabled single-quoted connection targets.Michael Meskes2006-08-271-23/+20
* Fixed of by one variable size.Michael Meskes2006-08-241-11/+11
* Somehow my version compiled but the change didn't make it to CVS.Michael Meskes2006-08-231-2/+2
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-232-47/+43
* Descriptor values were quoted twice.Michael Meskes2006-08-221-5/+17
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-181-31/+33
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-151-3/+3
* Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes2006-08-131-3/+4
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-091-3/+5
* Cleaned up log output a little bit more.Michael Meskes2006-08-081-4/+2
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-082-5/+31
* Regression test updates and fixesMichael Meskes2006-08-041-2/+2
* Add missing ecpg function prototype needed when in threaded mode ---Bruce Momjian2006-08-041-1/+4
* ynced parser and keyword list.Michael Meskes2006-08-023-17/+25
* Added missing ECPGget_sqlca() callMichael Meskes2006-07-311-2/+3
* First small patches needed for regression testsMichael Meskes2006-07-311-3/+17
* Variables should be free'ed only once.Michael Meskes2006-07-281-14/+4
* Removed superfluous commentMichael Meskes2006-07-281-2/+1
* And one more:Michael Meskes2006-07-281-4/+13
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-281-4/+24
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-142-5/+2
* Fixed remaining Coverity bugs.Michael Meskes2006-07-052-10/+26
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-261-10/+10
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-252-8/+14
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-213-5/+8
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-215-88/+201
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-191-5/+6
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-061-3/+8
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-4/+9
* We only need to add thread.c on non-WIN32 platforms, since get_home_pathTom Lane2006-04-291-2/+7
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-281-4/+4
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-241-2/+2
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-171-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Added C bit fields to ecpg parserMichael Meskes2006-02-041-1/+3
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-172-7/+53
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-151-1/+5
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-2/+2
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-091-2/+2
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-9/+7
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-305-30/+31
* Standard pgindent run for 8.1.Bruce Momjian2005-10-158-84/+86
* Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes2005-09-121-14/+18
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-241-24/+24
* I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian2005-07-042-4/+4