summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2011-03-08Fix parallel make when running make install before make allPeter Eisentraut
2011-03-08Added new version of ecpg's parser test script which was written by Andy Cols...Michael Meskes
2011-03-03Added new version of ecpg's parser generator script. This one was written byMichael Meskes
2011-02-18Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-01-09There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes
2011-01-08In ecpg's parser removed a fixed length limit for constants defining an array...Michael Meskes
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan
2010-12-23Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quotedMichael Meskes
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-17Additional fixes for parallel makePeter Eisentraut
2010-11-15Cleanup various comparisons with the constant "true".Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-02Some cleanup in ecpg code:Michael Meskes
2010-10-20Fix ecpg test building process to not generate *.dSYM junk on Macs.Tom Lane
2010-10-14Applied patch by Itagaki Takahiro to fix incorrect status calculation inMichael Meskes
2010-10-13Remove executable permission from files where it doesn't belongPeter Eisentraut
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-22Add gitignore files for ecpg regression tests.Magnus Hagander
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-19Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane
2010-09-10Cursor names in the backend are not case-sensitve. This change makes sure thatMichael Meskes
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-17Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes
2010-08-02Fix an ancient typo that prevented the detection of conflicting fields whenTom Lane
2010-07-20Make ECPG regression tests independent of standard_conforming_strings.Robert Haas
2010-07-12Bump minor library version numbers, for 9.1 release.Bruce Momjian
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-06-16Refactor sprintf calls with computed format strings into multiple calls withPeter Eisentraut
2010-06-04Added variable handling for RETURNING clause to ecpg.Michael Meskes
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-25Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes
2010-05-20Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes
2010-05-13Translation updatePeter Eisentraut
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-07ECPG connect routine only checked for NULL to find empty parameters, but user...Michael Meskes
2010-04-03Make ecpg in line with other compilers in that it deletes its output if there...Michael Meskes
2010-04-03Message quoting style tuningPeter Eisentraut
2010-04-02FATAL errors are meant to stop ecpg immediately, e.g. because the syntax isMichael Meskes
2010-04-01Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...Michael Meskes
2010-04-01Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...Michael Meskes
2010-03-31Give a more precise error message if a variable is re-used as cursor name in ...Michael Meskes
2010-03-23Remove useless double assignmentPeter Eisentraut
2010-03-22Fixed ECPG regression test to make sure it uses absolute paths for includeMichael Meskes