aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/scan.l
Commit message (Expand)AuthorAge
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Mark unescape_single_char() "static": as far as I can see this functionNeil Conway2006-02-18
* Reject operator names >= NAMEDATALEN characters. These will not workTom Lane2005-08-16
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-26
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Improve comment wording.Bruce Momjian2005-06-15
* The no-lexer-backup speedup hadn't been there a week before somebodyTom Lane2005-06-02
* Add support for \x hex escapes in backend strings. Octal was alreadyBruce Momjian2005-06-02
* Tweak the backend scanner (and psqlscan.l, which must track the backendTom Lane2005-05-26
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Added a call to gettext() to fix broken translated error messages.Dennis Bjorklund2004-09-09
* Update copyright to 2004.Bruce Momjian2004-08-29
* Remove some no-longer-needed #includes.Tom Lane2004-06-28
* Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane2004-02-24
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* Cosmetic changes (mostly whitespace) to make it easier to diff theTom Lane2004-02-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make sure that -- comments extend to the end of the line. This fixes thePeter Eisentraut2003-10-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* First bits of work on error message editing.Tom Lane2003-07-18
* Disallow dollar sign in operator names, instead allow it as a non-firstTom Lane2003-06-19
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-29
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-29
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-27
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Add cast to suppress compile warning on Alphas.Tom Lane2002-11-11
* Remove unnecessary inclusion, per Andreas.Tom Lane2002-11-04
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Code review for 'at character n' patch --- point at proper end ofTom Lane2002-08-18
* In that case, attached is a patch which locates the beginning of theBruce Momjian2002-08-17
* Implement hex literal conversion to bit string literal.Thomas G. Lockhart2002-08-04
* Implement SQL99 CREATE CAST and DROP CAST statements.Thomas G. Lockhart2002-06-22
* Update copyright to 2002.Bruce Momjian2002-06-20
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
* Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane2002-05-02
* Improve lexer's error reporting. You get the whole token mentioned nowTom Lane2002-05-01
* Scanner performance improvementsPeter Eisentraut2002-04-20
* Change made to elog:Bruce Momjian2002-03-06
* Change addlit() to not assume its input is null-terminated, so that weTom Lane2001-09-07
* Fix misscanning of """" (an identifier consisting of one double-quote).Peter Eisentraut2001-09-04
* Fix Joubert's complaint that int8-sized numeric literals are mishandledTom Lane2001-03-22
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
* Use elog() instead of exit() for fatal scanner errors.Peter Eisentraut2001-02-03