]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg
Translation updates, some messages tweaked.
[postgresql] / src / interfaces / ecpg /
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneFix breakage introduced by evidently-completely-unteste...
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-21 Michael MeskesFixed some minor typos.
2002-07-21 Michael MeskesRe-Committed old file.
2002-07-20 Michael MeskesSynced parser yet again.
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-01 Michael MeskesCommit old versions into main branch again.
2002-06-30 Michael MeskesCommitting parser changes. Note, however, that the...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-17 Michael MeskesFixed parser bug concerning octal numbers in single...
2002-06-12 Michael MeskesApplied Lee Kindness' patch to fix one of memory alloca...
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-20 Michael Meskes - Fixed some parser bugs.
2002-05-19 Michael Meskes - Fixed reduce/reduce conflict in parser.
2002-04-28 Michael Meskes - Synced yet again.
2002-04-22 Michael MeskesSynced preproc.y and keywords.c.
2002-04-21 Thomas G. LockhartInclude stdio.h and stdlib.h for completeness.
2002-04-20 Peter EisentrautAdd missing include.
2002-04-16 Michael MeskesFixed typo in preproc/type.h
2002-04-14 Michael Meskes- Synced preproc.y with gram.y
2002-04-05 Bruce MomjianWhen a macro is replaced by the preprocessor, pgc.l...
2002-03-24 Tom LaneIndenting #if commands is not portable, is it?
2002-03-21 Tom LaneFix minor syntax error.
2002-03-21 Michael MeskesAdded typedef patches and a new option '-c' to automati...
2002-03-20 Michael MeskesJust one more test case.
2002-03-19 Bruce MomjianAdd missing trailing semicolons to ecpg rules.
2002-03-15 Bruce MomjianManually clean up indenting of ecpg lex/yacc files...
2002-03-11 Michael MeskesChanged the version numbers, but did not commit the...
2002-03-10 Michael MeskesFixed two bugs in define command in pgc.l
2002-03-10 Bruce MomjianDisable brackets in multi-statement rules, as discussed.
2002-03-06 Michael MeskesSynced parser with backend.
2002-03-06 Bruce MomjianChange made to elog:
2002-02-23 Peter EisentrautAdd -Wno-error to CFLAGS, so the rest of the tree can...
2002-02-15 Peter EisentrautRemove warning about automatic inclusion of sqlca.
2002-01-23 Michael MeskesAdded patch to temporarily disable locale for descripto...
2002-01-18 Michael MeskesAccept subsequent commits. This should have been just...
2002-01-14 Tom LaneEnsure that ecpg/test is cleaned by higher-level 'make...
2002-01-13 Michael Meskes - Fixed variable handling for struct members.
2002-01-11 Michael MeskesAdded Christof's fixes.
2002-01-10 Michael MeskesInclude sqlca.h automatically.
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2002-01-09 Tom LaneFix include paths for case of VPATH build.
2002-01-08 Tom LaneFix copy-and-paste mistake exposed by gcc warning.
2002-01-08 Peter EisentrautRevert last change (CFLAGS+=-g). Probably was a mistake...
2002-01-08 Tom LaneRemove shift/reduce conflicts introduced by last change.
2002-01-08 Michael MeskesFixed array pointers, no longer using void * in arithme...
2002-01-07 Michael MeskesFixed parser to accept initializing expressions startin...
2002-01-07 Peter EisentrautEditorial review
2001-12-23 Michael Meskes- Removed space_or_nl and line_end from pgc.l.
2001-12-10 Michael Meskescommitted the missing files
2001-12-09 Michael MeskesFixed several bugs concerning indicators and added...
2001-12-08 Michael MeskesFix ecpg to allow pointer to structs.
2001-12-06 Michael Meskes - Removed debug message from preproc.y.
2001-12-05 Michael Meskes - Fixed variable handling in AT statement.
2001-12-04 Michael Meskes Fixed dumping of structs without indicators.
2001-11-21 Tom LaneSpell 'precedes', 'preceding' correctly in various...
2001-11-21 Bruce Momjian// -> /* */, per Tatsuo.
2001-11-16 Tom LaneOnce again, Michael has overwritten someone else's...
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-11-16 Michael MeskesCommitted again to add the missing files/patches.
2001-11-16 Tom LaneUpdate keyword lists per suggestions by Peter. There...
2001-11-14 Michael MeskesAdded Christof's patches.
2001-11-10 Tom LaneAllow TIMESTAMP, VARCHAR, et al to be used as unquoted...
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Michael MeskesSync parser yet again.
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-30 Bruce MomjianFix small problem Tom Lane found with pgindent run.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Tom LaneRemove 294 reduce/reduce conflicts.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Michael Meskessynced preproc.y with gram.y
2001-10-19 Michael Meskesremoved "not fully implemented" warning for nullif
2001-10-18 Bruce MomjianDocument all the ecpg error codes.
2001-10-18 Michael MeskesAdded Lee Kindness' patches.
2001-10-15 Tom LaneDoesn't anyone test stuff before they commit it?
2001-10-15 Bruce Momjian > Uh, isn't the correct fix
2001-10-15 Tom LaneSynchronize with main parser's keyword list (someone...
2001-10-14 Michael Meskes - Fixed GRANT statement.
2001-10-08 Michael Meskes Fix include file so library is binary compatible again.
2001-10-05 Michael MeskesMake sure each call to ECPGraise is logged.
2001-10-05 Michael MeskesFixed typo in proproc.y
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-10-02 Michael MeskesRe-added Tom's patch fixing my setlocale patch. I accid...
2001-10-01 Michael Meskes - Fixed truncate bug.
2001-09-29 Tom LaneFix the setlocale problem in a way that actually works...
2001-09-25 Michael Meskes - Synced preproc.y with gram.y.
2001-09-19 Michael Meskes- Synced preproc.y with gram.y.
2001-09-07 Tom LaneChange addlit() to not assume its input is null-termina...
2001-08-28 Tom LaneAvoid #ifdef inside printf() ... that loses on platform...
2001-08-24 Peter EisentrautAdd ecpg --help and --version. Renumber the exit statu...
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-21 Bruce MomjianAdd ECPGd_cardinality to end of enum list so ecpg compiles.
2001-08-19 Michael Meskes- Synced preproc.y with gram.y.
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-11 Peter EisentrautClean up some warnings and bugs and make things build...
next