summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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 <[email protected]> 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 <[email protected]> that adds a low levelMichael Meskes
2009-09-15Applied patch by Boszormenyi Zoltan <[email protected]> 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
2009-08-27exports.txt needs to use spaces as separators, not tabs, to work properlyMagnus Hagander
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-14Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-07Remove unused ecpg variable.Bruce Momjian
2009-08-07Added STRING datatype for Informix compatibility mode. This work isMichael Meskes
2009-08-05Fixed copyright notice.Michael Meskes
2009-08-04Fix an ecpg test, too. Are we there yet?Tom Lane
2009-08-04Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2009-07-24Avoid extra system calls to block SIGPIPE if the platform provides eitherTom Lane
2009-07-22Fix mismatch in const:ness of parameters.Magnus Hagander
2009-07-14Remove duplicate definition of TYPECAST token.Tom Lane
2009-07-14Tweak the core scanner so that it can be used by plpgsql too.Tom Lane
2009-07-13Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian