summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2000-11-09Applied yet another patch by Christof. Thanks Cristof!Michael Meskes
2000-11-08Add dependencies required for parallel makePeter Eisentraut
2000-11-07Undo incorrectly committed Makefile.Michael Meskes
2000-11-07Third try. Sorry, I had a wrong path in my copy statement.Michael Meskes
2000-11-07Added more patches by Cristif Petig.Michael Meskes
2000-11-03Parser sync.Michael Meskes
2000-10-31Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs i...Michael Meskes
2000-10-30Sync preproc.y with gram.y.Michael Meskes
2000-10-29Removed multibyte stuff since client does not know about encoding in the back...Michael Meskes
2000-10-25Synced preproc.y with gram.y.Michael Meskes
2000-10-25Added some more C constructs to the parser.Michael Meskes
2000-10-22Fixed mixing of two enum datatypes.Michael Meskes
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-17Fixed some bugs in C language parsing.Michael Meskes
2000-10-17Simplified parsing of connect rule.Michael Meskes
2000-10-16Fixed handling of variables in connect rule.Michael Meskes
2000-10-12Replace constants by C variables wherever possible.Michael Meskes
2000-10-11Synced preproc.y with gram.yMichael Meskes
2000-10-04Added patch by Cristof for catching yet another NOTICE.Michael Meskes
2000-10-04removed binary fileMichael Meskes
2000-10-02In the meaning of bug-fix, the patch is not needed. Because youBruce Momjian
2000-09-26- Synced preproc.y with gram.y.Michael Meskes
2000-09-26Fix compile error in ecpg when enable-multibyte is on. This is due toTatsuo Ishii
2000-09-25Change // to /*.Bruce Momjian
2000-09-21*** empty log message ***Michael Meskes
2000-09-20*** empty log message ***Michael Meskes
2000-09-19*** empty log message ***Michael Meskes
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-28New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut
2000-08-26Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane
2000-08-07TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane
2000-07-19Add distprep target to take some of the job of the release_prep script.Peter Eisentraut
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-12Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-07Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-17*** empty log message ***Michael Meskes
2000-05-15*** empty log message ***Michael Meskes
2000-05-02Update SCO FAQ. Billy G. AllieBruce Momjian
2000-04-29Clean up ecpg test files.Bruce Momjian
2000-04-18Make ECPGraise's str parameter const to suppress warnings from gccTom Lane
2000-04-14Remove bogus extern for 'descriptors' variable, which is in fact static.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-08*** empty log message ***Michael Meskes