summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2009-09-08Remove outside-the-scanner references to "yyleng".Tom Lane
2008-10-10Optional argument should be optional.Michael Meskes
2008-04-10Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to...Michael Meskes
2007-11-06Added missing clause to parser.Michael Meskes
2007-08-29Fixed bug in Informix define handling.Michael Meskes
2007-02-27Backported bug fix for #2956.Michael Meskes
2007-02-06Backported va_list handling cleanupMichael Meskes
2006-11-08Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes
2006-08-18Backported buffer overrun fix from HEADMichael Meskes
2006-08-18Applied the connect patch from HEADMichael Meskes
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
2006-06-26Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes
2006-06-26Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes
2006-06-25Moved some free() calls that coverity correctly complains about.Michael Meskes
2006-06-21Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes
2006-06-21Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-06-19Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes
2006-06-06Fixed two memory leaks in ecpglib.Michael Meskes
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-04-24Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes
2006-03-19Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes
2006-01-15When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway
2005-11-30- Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes
2005-10-14[ Backpatch to 8.0.X.]Bruce Momjian
2005-09-12Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes
2005-08-24 - Check for NULL before checking whether argument is an array.Michael Meskes
2005-06-02Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware.Michael Meskes
2005-06-02Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes
2005-04-14Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes
2005-03-18Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes
2005-03-13Increment all major version numbers in 8.0.X to force recompile ofBruce Momjian
2005-02-10Fixed more parsing bugs in other CREATE statements.Michael Meskes
2005-02-09Fixed bug in parsing of CREATE AS statement.Michael Meskes
2005-01-26Propagate ecpg core dump fix into 8.0 branch.Tom Lane
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2005-01-10Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-30Fixed segfault in connect when specifying no database name.Michael Meskes
2004-12-23Add missing ecpg prototype for newly added functions.Bruce Momjian
2004-12-23Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes
2004-12-06Fixed bug in parsing of typedef'ed array sizes.Michael Meskes
2004-11-20Fix up makefile dependencies for pg_config_paths.h.Tom Lane
2004-11-10List VALUE as a keyword.Michael Meskes
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane