aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAge
* Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes2006-11-08
* Backported buffer overrun fix from HEADMichael Meskes2006-08-18
* Applied the connect patch from HEADMichael Meskes2006-08-18
* Fixed remaining Coverity bugs.Michael Meskes2006-07-05
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-26
* 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 fixes 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 memory leaks in ecpglib.Michael Meskes2006-06-06
* Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian2006-05-21
* 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-19
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-15
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* [ Backpatch to 8.0.X.]Bruce Momjian2005-10-14
* Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes2005-09-12
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
* Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware.Michael Meskes2005-06-02
* Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-02
* Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes2005-04-14
* Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes2005-03-18
* Increment all major version numbers in 8.0.X to force recompile ofBruce Momjian2005-03-13
* Fixed more parsing bugs in other CREATE statements.Michael Meskes2005-02-10
* Fixed bug in parsing of CREATE AS statement.Michael Meskes2005-02-09
* Propagate ecpg core dump fix into 8.0 branch.Tom Lane2005-01-26
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-26
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-11
* Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes2005-01-10
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fixed segfault in connect when specifying no database name.Michael Meskes2004-12-30
* Add missing ecpg prototype for newly added functions.Bruce Momjian2004-12-23
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-23
* Fixed bug in parsing of typedef'ed array sizes.Michael Meskes2004-12-06
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-20
* List VALUE as a keyword.Michael Meskes2004-11-10
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-09
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* fixed bug in segfault REVOKE statementDave Cramer2004-11-01
* Synced parserMichael Meskes2004-10-18
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-14
* More minor cosmetic improvements:Neil Conway2004-10-13
* Fix vpath build break, induced by Bruce's recent commit.Neil Conway2004-10-12
* Add some pg_config_path.h dependencies for places that includeBruce Momjian2004-10-12
* Cosmetic improvements/code cleanup:Neil Conway2004-10-10
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-09
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* '::' is no longer interpreted as a variable in a prepare statement.Michael Meskes2004-10-05