summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2009-01-16WordsmithingPeter Eisentraut
2009-01-15NLS cleanup in ecpglibPeter Eisentraut
2009-01-15Build needed things in src/test/regress/ first. And some build rulesPeter Eisentraut
2009-01-14misc.o depends on pg_config_paths.h when --enable-nls is used.Peter Eisentraut
2009-01-05Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut
2009-01-02Split the ecpg translation support into a separate catalog for the ecpgPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-29Finally the last test.Michael Meskes
2008-12-29First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes
2008-12-17Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> toMichael Meskes
2008-12-15Fix cast-away-const problem as well as bogus calculation of required buffer s...Tom Lane
2008-12-15Do not try to change a const variable.Michael Meskes
2008-12-12Using clause has to accept signed numeric constants too.Michael Meskes
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-01Removed port testing.Michael Meskes
2008-11-29Make sure we give an appropriate user-facing error when attemptingTom Lane
2008-11-28Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane
2008-11-26interval.c needs limits.hMichael Meskes
2008-11-26Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the newMichael Meskes
2008-11-26Removed strchrnulMichael Meskes
2008-11-26When creating a varchar struct name braces must be discarded.Michael Meskes
2008-11-26Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut
2008-11-15Add missing dependencies to preproc.y build ruleTom Lane
2008-11-15Add missing semicolon, per grip from Alex Hunsaker.Andrew Dunstan
2008-11-14ecpg's preproc.y is now generated as needed, so remove from CVS.Tom Lane
2008-11-14Improve comment about when to clean generated files.Tom Lane
2008-11-14Enable script to generate preproc.y in build process.Michael Meskes
2008-11-14Fixed test for output_filename == stdout.Michael Meskes
2008-11-14Added files containing changes between gram.y and preproc.y.Michael Meskes
2008-11-14Adding script that generates preproc.y from gram.y to CVS.Michael Meskes
2008-11-13Updated parser file to the one generated by the latest version of parse.[awk|...Michael Meskes
2008-11-11Replaced manually synced preproc.y by the one created by the new script.Michael Meskes
2008-11-01Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes
2008-11-01Use string component in index structure.Michael Meskes
2008-11-01Do not eat memory even in case of an out-of-memory error.Michael Meskes
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2008-10-28Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut
2008-10-27SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut
2008-10-21Clean regression.outPeter Eisentraut
2008-10-21Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut
2008-10-14Fixed parsing of parameters. Added regression test for this.Michael Meskes
2008-10-10Fixed "create role" parsing to accept optional "with" argument.Michael Meskes
2008-10-07Synced parser.Michael Meskes
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2008-09-19Add additional rules so that make init-po for ecpg gets up to date flex andPeter Eisentraut
2008-09-01Sigh, I missed checking the ecpg tests ...Tom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-20Synced parser.Michael Meskes
2008-08-19Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes