aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc
Commit message (Expand)AuthorAge
* Protect from null param on ecpg disconnect, verified by Roland KarchBruce Momjian2002-12-13
* While porting my TPC-C implementation from Oracle, I discovered theBruce Momjian2002-12-12
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-04
* Synced parser with backendMichael Meskes2002-11-27
* Synced parser.Michael Meskes2002-11-15
* Synced parser one more time.Michael Meskes2002-11-07
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-07
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Add guards against double inclusion.Peter Eisentraut2002-10-21
* Remove obsoleted stuff merged in from branch.Peter Eisentraut2002-10-21
* Merged ecpg_big_bison back into HEADMichael Meskes2002-10-21
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Remove commas for compatibility with newer bisons.Tom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Fix breakage introduced by evidently-completely-untested snprintf patch.Tom Lane2002-09-02
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-30
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Fixed some minor typos.Michael Meskes2002-07-21
* Re-Committed old file.Michael Meskes2002-07-21
* Synced parser yet again.Michael Meskes2002-07-20
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Commit old versions into main branch again.Michael Meskes2002-07-01
* Committing parser changes. Note, however, that the development bison seems ot...Michael Meskes2002-06-30
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fixed parser bug concerning octal numbers in single quotes.Michael Meskes2002-06-17
* Katherine Ward wrote:Jan Wieck2002-06-11
* - Fixed some parser bugs.Michael Meskes2002-05-20
* - Fixed reduce/reduce conflict in parser.Michael Meskes2002-05-19
* - Synced yet again.Michael Meskes2002-04-28
* Synced preproc.y and keywords.c.Michael Meskes2002-04-22
* Fixed typo in preproc/type.hMichael Meskes2002-04-16
* - Synced preproc.y with gram.yMichael Meskes2002-04-14
* When a macro is replaced by the preprocessor, pgc.l reaches a end ofBruce Momjian2002-04-05
* Indenting #if commands is not portable, is it?Tom Lane2002-03-24
* Fix minor syntax error.Tom Lane2002-03-21
* Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes2002-03-21
* Add missing trailing semicolons to ecpg rules.Bruce Momjian2002-03-19
* Manually clean up indenting of ecpg lex/yacc files, OK'ed by MichaelBruce Momjian2002-03-15
* Changed the version numbers, but did not commit the Makefiles.Michael Meskes2002-03-11
* Fixed two bugs in define command in pgc.lMichael Meskes2002-03-10
* Disable brackets in multi-statement rules, as discussed.Bruce Momjian2002-03-10
* Synced parser with backend.Michael Meskes2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* Add -Wno-error to CFLAGS, so the rest of the tree can compile withPeter Eisentraut2002-02-23
* Remove warning about automatic inclusion of sqlca.Peter Eisentraut2002-02-15
* - Fixed variable handling for struct members.Michael Meskes2002-01-13
* Include sqlca.h automatically.Michael Meskes2002-01-10
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-10
* Fix include paths for case of VPATH build.Tom Lane2002-01-09