summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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-30Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom 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-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-02Instead of sending application_name as a SET command after the connectionTom Lane
2009-11-29Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut
2009-11-29Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
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-23Add missing library to standalone libpq build on Win32.Magnus Hagander
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-27Make libpq reject non-numeric and out-of-range port numbers with a suitableTom Lane
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