Commits

Showing commits that first shipped in 8.4 (backpatches included). Clear

DateSubjectAuthorReleases
2009-02-02 Fixed auto allocation for binary data types. Michael Meskes 8.4.0
2009-02-02 Fixed bug in %s handling. Michael Meskes 8.4.0
2008-12-17 Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to Michael Meskes 8.4.0
2008-12-15 Do not try to change a const variable. Michael Meskes 8.4.0
2008-11-26 Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new Michael Meskes 8.4.0
2008-11-26 When creating a varchar struct name braces must be discarded. Michael Meskes 8.4.0
2008-11-01 Do not eat memory even in case of an out-of-memory error. Michael Meskes 8.4.0
2008-10-14 Fixed parsing of parameters. Added regression test for this. Michael Meskes 8.4.0
2008-10-10 Fixed "create role" parsing to accept optional "with" argument. Michael Meskes 8.4.0
2008-10-07 Synced parser. Michael Meskes 8.4.0
2008-08-20 Synced parser. Michael Meskes 8.4.0
2008-08-19 Fixed incorrect argument handling in SET command if argument is a variable. Michael Meskes 8.4.0
2008-06-26 Synced parser Michael Meskes 8.4.0
2008-06-04 Added lost sysmbol SQL_SQL to list of allowed variable names. Michael Meskes 8.4.0
2008-05-20 Synced parser. Michael Meskes 8.4.0
2008-05-12 Check for non-existant connection in prepare statement handling. Michael Meskes 8.4.0
2008-04-10 PGTYPEStimestamp_sub should use the values and not the pointers to substract. Michael Meskes 8.4.0
2008-03-27 - Moved from PQsetdbLogin to PQconnectDB. Michael Meskes 8.4.0
2008-03-25 added ECPGget_PGconn to exports.txt Michael Meskes 8.4.0
2008-03-20 Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. Michael Meskes 8.4.0
2008-03-20 Changed statement escaping to not escape continuation line markers. Michael Meskes 8.4.0
2008-03-02 Fixed bug that caused arrays of varchar to be output with incomplete name. Michael Meskes 8.4.0
2008-02-17 - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. Michael Meskes 8.4.0
2008-02-15 Changed the way symbols are defined in C in INFORMIX mode. Michael Meskes 8.4.0
2008-02-14 - EXECUTE can return NOT FOUND so it should be checked here too. Michael Meskes 8.4.0