| Commit message (Expand) | Author | Age |
* | Change case-folding of keywords to conform to SQL99 and fix misbehavior | Tom Lane | 2001-02-21 |
* | Use elog() instead of exit() for fatal scanner errors. | Peter Eisentraut | 2001-02-03 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Make a pstrdup copy of the literalbuf when scanning a bit string. Other- | Peter Eisentraut | 2000-11-16 |
* | Peter forgot to fix {operator} rule to match modified definition of | Tom Lane | 2000-11-02 |
* | Change internal string representation of BitString node to include a | Peter Eisentraut | 2000-10-31 |
* | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 |
* | Disallow zero-length delimited identifier (per SQL). | Peter Eisentraut | 2000-10-30 |
* | Remove special treatment of '|' operator, in the spirit of "sane" binary | Peter Eisentraut | 2000-10-29 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | Make scanner multibyte aware. Currently it may produce an incorrect | Tatsuo Ishii | 2000-08-22 |
* | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 |
* | Support SQL99 embedded double-quote syntax for quoted identifiers. | Thomas G. Lockhart | 2000-08-06 |
* | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart | 2000-07-14 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Lexer defended us against overlength plain identifiers, but not against | Tom Lane | 2000-06-01 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not | Tom Lane | 2000-05-27 |
* | Modify lexing of multi-char operators per pghackers discussion around | Tom Lane | 2000-03-18 |
* | Performance improvement for lexing long strings: increase flex's | Tom Lane | 2000-03-13 |
* | Finish cleaning up backend's handling of /* ... */ and -- comments, | Tom Lane | 2000-03-11 |
* | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 |
* | Clean up scan.l's handling of \r vs \n --- they are reliably treated as | Tom Lane | 2000-02-19 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | updated install file | Peter Eisentraut | 2000-01-23 |
* | Clean up longstanding gcc warnings by adding missing extern | Tom Lane | 2000-01-20 |
* | Remove fixed-size literal buffer from scan.l, and repair | Tom Lane | 1999-10-18 |
* | Allow \r as whitespace. | Bruce Momjian | 1999-10-09 |
* | Fix for "--" comment and no trailing newline, as seen in Perl. | Bruce Momjian | 1999-10-08 |
* | Reverse out last scan.l patch for minus handling.\ | Bruce Momjian | 1999-09-28 |
* | Sorry, guys. Here is the ultimate patch which keeps the entire | Bruce Momjian | 1999-09-27 |
* | Following advice from Michael Ansley, I broke up the patch in | Bruce Momjian | 1999-09-27 |
* | Eliminate token length assumption in scanstr(). | Tom Lane | 1999-09-11 |
* | Mike Ansley's fixes for long queries. This change just | Tom Lane | 1999-09-07 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Add ^ precidence. | Bruce Momjian | 1999-07-08 |
* | Keep long non-quoted numeric strings *as* untyped strings if they fail | Thomas G. Lockhart | 1999-05-12 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
* | Have % operator have precedence like /. | Bruce Momjian | 1999-03-17 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Simplify lexer's rules for string constants, eliminate potential buffer overrun. | Tom Lane | 1999-02-07 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Fix scanner name length trimming. | Bruce Momjian | 1998-08-29 |
* | Truncate identifiers at NAMEDATALEN length. | Bruce Momjian | 1998-08-29 |
* | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 |
* | Allow more variations on valid floating point numbers (e.g. ".1", "1e6"). | Thomas G. Lockhart | 1998-05-09 |
* | Temporarily back out fixes for unary minus parsing. | Thomas G. Lockhart | 1998-04-08 |