summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2010-01-12Removed ecpg Changelog file that was only there for historical reasons and is...Michael Meskes
2010-01-08Also update ChangerLog file.Michael Meskes
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-06Replaced int64_t with int64 as Andrew suggested.Michael Meskes
2010-01-06Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes
2010-01-06Removed test case using nan as float value because printf's output for nan isMichael Meskes
2010-01-06Removed more inttypes.h stuff.Michael Meskes
2010-01-06Applied Zoltan's patch to remove hardware dependant offset logging andMichael Meskes
2010-01-05And another oneMichael Meskes
2010-01-05And another one of the same problem.Michael Meskes
2010-01-05And then forgot to commit the fixed files. ARGH!Michael Meskes
2010-01-05Ah, should read the file completely. I got so used to git that I almost forgo...Michael Meskes
2010-01-05Thrid try. It seems my two checkouts need some cleaning up.Michael Meskes
2010-01-05Still not correct.Michael Meskes
2010-01-05Adjusted CVS headers.Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-12-19Translation updatesPeter Eisentraut
2009-12-19Update ecpg regression tests to plpgsql installed by default.Alvaro Herrera
2009-12-17Reverting accidently commited changes.Michael Meskes
2009-12-16Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes
2009-11-27Remove */ characters from declare cursor statements before putting them into aMichael Meskes
2009-11-27If no result is given NOTFOUND should be returned. Check for empty resultMichael Meskes
2009-11-27Added script to check if all rule re-definition in ecpg.addons are indeed usedMichael Meskes
2009-11-26Added missing files.Michael Meskes
2009-11-26Forgot to add dynamic cursors to Changelog.Michael Meskes
2009-11-26Synced addon rules after some renamings.Michael Meskes
2009-11-26Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes
2009-11-24Made function better readable.Michael Meskes
2009-11-23Use diff's -w switch only on Windows, to avoid problems with inconsistentTom Lane
2009-11-21Refactor ecpg grammar so that it uses the core grammar's unreserved_keywordTom Lane
2009-11-11Change "name" nonterminal in cursor-related productions to cursor_name.Alvaro Herrera
2009-11-11Support optional FROM/IN in FETCH and MOVEAlvaro Herrera
2009-11-05Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane
2009-10-26Simplify a few makefile rules since install-sh can now install multiplePeter Eisentraut
2009-10-20Translations update for 8.5alpha2Peter Eisentraut
2009-10-15Made ECPG more robust against applications freeing strings, based onMichael Meskes
2009-10-01Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes
2009-09-28Added some explanation about how the parser is generated, taken from an email byMichael Meskes
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-18Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low levelMichael Meskes
2009-09-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to ru...Michael Meskes
2009-09-08Remove outside-the-scanner references to "yyleng".Tom Lane
2009-09-03Fixed incorrect memory management.Michael Meskes
2009-09-03Removed some variables no longer needed.Michael Meskes
2009-09-03Do not set connection values if no connection is open.Michael Meskes
2009-09-02Revert Makefile modification that broke the MSVC build.Magnus Hagander
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut