summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib
AgeCommit message (Expand)Author
2003-03-16Forgot some files...Michael Meskes
2003-02-14- Synced parser and keyword file.Michael Meskes
2003-02-13Suppress gcc warning.Tom Lane
2003-02-13- Applied error reporting patch by Matthew VanecekMichael Meskes
2002-12-11Bump version for 7.3 and 7.4.Bruce Momjian
2002-12-04Stamp minor version numbers for 7.4 release.Bruce Momjian
2002-10-21Add guards against double inclusion.Peter Eisentraut
2002-10-21Merged ecpg_big_bison back into HEADMichael Meskes
2002-09-04pgindent run.Bruce Momjian
2002-07-20Synced parser yet again.Michael Meskes
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-12Applied Lee Kindness' patch to fix one of memory allocation with floating poi...Michael Meskes
2002-03-11Changed the version numbers, but did not commit the Makefiles.Michael Meskes
2002-03-06Change made to elog:Bruce Momjian
2002-01-23Added patch to temporarily disable locale for descriptors too (Christof)Michael Meskes
2002-01-18Accept subsequent commits. This should have been just a warning anyway. IMichael Meskes
2002-01-13 - Fixed variable handling for struct members.Michael Meskes
2002-01-11Added Christof's fixes.Michael Meskes
2002-01-08Fix copy-and-paste mistake exposed by gcc warning.Tom Lane
2002-01-08Revert last change (CFLAGS+=-g). Probably was a mistake...Peter Eisentraut
2002-01-08Fixed array pointers, no longer using void * in arithmetics.Michael Meskes
2002-01-07Editorial reviewPeter Eisentraut
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
2001-12-05 - Fixed variable handling in AT statement.Michael Meskes
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-14Added Christof's patches.Michael Meskes
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-31Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Document all the ecpg error codes.Bruce Momjian
2001-10-05Make sure each call to ECPGraise is logged.Michael Meskes
2001-10-02Re-added Tom's patch fixing my setlocale patch. I accidentlyMichael Meskes
2001-10-01 - Fixed truncate bug.Michael Meskes
2001-09-29Fix the setlocale problem in a way that actually works. setlocaleTom Lane
2001-09-25 - Synced preproc.y with gram.y.Michael Meskes
2001-09-19- Synced preproc.y with gram.y.Michael Meskes
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-19- Synced preproc.y with gram.y.Michael Meskes
2001-08-10Since PQoidStatus is deprecated, we should probably stop using it inTom Lane
2001-06-15fixed bug in connect.cMichael Meskes
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-04-05Hopefully fixed the long long problem.Michael Meskes
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-12Remove // and make /* */Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-31Applied two bug fixes by Christof Petig.Michael Meskes