| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -5/+2 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Add ^ precidence. | Bruce Momjian | 1999-07-08 | 1 | -2/+2 |
| * | Keep long non-quoted numeric strings *as* untyped strings if they fail | Thomas G. Lockhart | 1999-05-12 | 1 | -3/+48 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -1/+6 |
| * | Have % operator have precedence like /. | Bruce Momjian | 1999-03-17 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Simplify lexer's rules for string constants, eliminate potential buffer overrun. | Tom Lane | 1999-02-07 | 1 | -17/+5 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -3/+3 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -22/+23 |
| * | Fix scanner name length trimming. | Bruce Momjian | 1998-08-29 | 1 | -5/+5 |
| * | Truncate identifiers at NAMEDATALEN length. | Bruce Momjian | 1998-08-29 | 1 | -1/+5 |
| * | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -3/+5 |
| * | Allow more variations on valid floating point numbers (e.g. ".1", "1e6"). | Thomas G. Lockhart | 1998-05-09 | 1 | -6/+11 |
| * | Temporarily back out fixes for unary minus parsing. | Thomas G. Lockhart | 1998-04-08 | 1 | -8/+6 |
| * | Allow parsing expressions with ") -" (scan.l, scan.c only). | Thomas G. Lockhart | 1998-03-18 | 1 | -6/+8 |
| * | Fix parsing for <identifier>-<number> which was mis-identified as a unary | Thomas G. Lockhart | 1998-02-18 | 1 | -1/+20 |
| * | Automatically promote out of range integers to floats. | Thomas G. Lockhart | 1998-02-11 | 1 | -4/+20 |
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -13/+13 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -13/+13 |
| * | Fix tolower loops to go in proper direction for cache. | Bruce Momjian | 1997-12-05 | 1 | -2/+2 |
| * | Add comments and move a few declaration blocks to help readability. | Thomas G. Lockhart | 1997-11-30 | 1 | -34/+48 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -10/+2 |
| * | Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F'). | Thomas G. Lockhart | 1997-11-17 | 1 | -2/+64 |
| * | Add flag to supress one compiler warning regarding unused "unput" function | Thomas G. Lockhart | 1997-11-14 | 1 | -1/+2 |
| * | Add support for delimited identifiers. Include new exclusive state "xd". | Thomas G. Lockhart | 1997-10-30 | 1 | -10/+31 |
| * | Fix for international identifiers, from Tatsuo Ishii | Bruce Momjian | 1997-10-30 | 1 | -3/+3 |
| * | Generate error on large integer. | Bruce Momjian | 1997-10-30 | 1 | -4/+9 |
| * | Include SQL/92 string continuation across newlines. | Thomas G. Lockhart | 1997-10-15 | 1 | -1/+4 |
| * | One more change to recover v6.1.1 escaped-text input behavior. | Thomas G. Lockhart | 1997-09-25 | 1 | -3/+3 |
| * | Restore proper behavior for escaped quotes and for escaped literals | Thomas G. Lockhart | 1997-09-24 | 1 | -3/+20 |
| * | Use exclusive state to help fix unary minus parsing. | Thomas G. Lockhart | 1997-09-13 | 1 | -69/+62 |
| * | Quick hack to get CHECK working for incoming betta. | Vadim B. Mikheev | 1997-09-12 | 1 | -3/+15 |
| * | Lex/yacc source cleanup like indent. | Bruce Momjian | 1997-09-08 | 1 | -186/+186 |
| * | Restore CurScanPosition() for flex. | Vadim B. Mikheev | 1997-09-05 | 1 | -5/+2 |
| * | Add // comments. | Bruce Momjian | 1997-09-05 | 1 | -1/+3 |
| * | Remove comment line in rules section. Keith reports trouble on Solaris | Thomas G. Lockhart | 1997-09-02 | 1 | -2/+1 |
| * | Use exclusive states for parsing quoted strings. | Thomas G. Lockhart | 1997-09-01 | 1 | -56/+106 |
| * | CHECK/DEFAULT syntax (some tricks to get current scan position). | Vadim B. Mikheev | 1997-08-20 | 1 | -9/+18 |
| * | Fox case-sensitivity for \d and allow trailing ; on backslash commands. | Bruce Momjian | 1997-06-29 | 1 | -2/+2 |
| * | Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch. | Bruce Momjian | 1997-03-02 | 1 | -1/+7 |
| * | Allow update x =-3, not just x = -3. | Bruce Momjian | 1997-02-28 | 1 | -2/+3 |
| * | Prevent under/over flow of float8 constants in parser. Small regression fix. | Bruce Momjian | 1997-02-19 | 1 | -3/+10 |
| * | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 | 1 | -3/+1 |
| * | Remove duplicate patch for COUNT fix. | Bruce Momjian | 1996-12-04 | 1 | -17/+2 |
| * | Change tests to lowercase for esthetics. | Bruce Momjian | 1996-12-03 | 1 | -11/+11 |
| * | Make COUNT,SUM case insensitive. | Bruce Momjian | 1996-12-03 | 1 | -2/+17 |
| * | Added BETWEEN and IN to grammar. Map != to <>. | Bruce Momjian | 1996-11-30 | 1 | -2/+5 |
| * | Warning removal cleanup | Bruce Momjian | 1996-11-11 | 1 | -1/+4 |
| * | More compile cleanups | Bruce Momjian | 1996-11-08 | 1 | -3/+2 |