| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Synced parser. | Michael Meskes | 2006-09-03 | 1 | -1/+2 |
| * | Changed lexer to no longer use the default rule. | Michael Meskes | 2006-08-18 | 1 | -1/+2 |
| * | ynced parser and keyword list. | Michael Meskes | 2006-08-02 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | - Synced parser and keyword list. | Michael Meskes | 2006-01-24 | 1 | -1/+4 |
| * | Protect ADD and HEADER symbols from conflicting with MIPS includes. | Bruce Momjian | 2005-12-27 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -362/+361 |
| * | Somehow I missed some parser changes, so this commit comes pretty late. I jus... | Michael Meskes | 2005-10-04 | 1 | -3/+24 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Synced parser. | Michael Meskes | 2004-09-27 | 1 | -1/+3 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -339/+340 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Synced parser and keyword list. | Michael Meskes | 2004-07-20 | 1 | -4/+1 |
| * | Synced parser and keyword list. | Michael Meskes | 2004-06-20 | 1 | -1/+2 |
| * | Synced parser and keyword list. | Michael Meskes | 2004-04-29 | 1 | -7/+11 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | 2003-06-25 | 1 | -1/+4 |
| * | ecpg now accepts array elements as arguments. | Michael Meskes | 2003-05-23 | 1 | -1/+6 |
| * | Allow interfaces to compile under MingGW/Win32 by adding _P to symbols | Bruce Momjian | 2003-05-16 | 1 | -9/+9 |
| * | - Synced parser and keyword file. | Michael Meskes | 2003-02-14 | 1 | -4/+6 |
| * | Merged ecpg_big_bison back into HEAD | Michael Meskes | 2002-10-21 | 1 | -2/+15 |
| * | Fixed some minor typos. | Michael Meskes | 2002-07-21 | 1 | -10/+1 |
| * | Synced parser yet again. | Michael Meskes | 2002-07-20 | 1 | -1/+10 |
| * | Commit old versions into main branch again. | Michael Meskes | 2002-07-01 | 1 | -11/+1 |
| * | Committing parser changes. Note, however, that the development bison seems ot... | Michael Meskes | 2002-06-30 | 1 | -1/+11 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -7/+7 |
| * | - Fixed reduce/reduce conflict in parser. | Michael Meskes | 2002-05-19 | 1 | -1/+18 |
| * | Synced preproc.y and keywords.c. | Michael Meskes | 2002-04-22 | 1 | -2/+5 |
| * | Synchronize with main parser's keyword list (someone didn't check his | Tom Lane | 2001-10-15 | 1 | -3/+1 |
| * | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 1 | -2/+4 |
| * | - Synced preproc.y with gram.y. | Michael Meskes | 2001-09-19 | 1 | -1/+3 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -2/+1 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -2/+2 |
| * | - Synced preproc.y with gram.y. | Michael Meskes | 2001-06-01 | 1 | -1/+2 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -1/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+8 |
| * | Change case-folding of keywords to conform to SQL99 and fix misbehavior | Tom Lane | 2001-02-21 | 1 | -16/+61 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -6/+4 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 | 1 | -2/+1 |
| * | - Synced gram.y and preproc.y. | Michael Meskes | 2000-12-18 | 1 | -1/+2 |
| * | Remove current->old mapping. | Bruce Momjian | 2000-12-15 | 1 | -3/+1 |
| * | Applied yet another patch by Christof. Thanks Cristof! | Michael Meskes | 2000-11-09 | 1 | -1/+4 |
| * | Third try. Sorry, I had a wrong path in my copy statement. | Michael Meskes | 2000-11-07 | 1 | -3/+3 |
| * | - Synced preproc.y with gram.y. | Michael Meskes | 2000-09-26 | 1 | -1/+2 |
| * | *** empty log message *** | Michael Meskes | 2000-09-19 | 1 | -1/+13 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -2/+4 |