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