summaryrefslogtreecommitdiff
path: root/src/backend/parser/scan.l
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-1/+4
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-17/+1
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-1/+17
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-211-1/+13
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-11/+6
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-36/+67
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-3/+1
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-39/+61
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Mark unescape_single_char() "static": as far as I can see this functionNeil Conway2006-02-181-3/+3
* Reject operator names >= NAMEDATALEN characters. These will not workTom Lane2005-08-161-1/+10
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-261-18/+38
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-2/+49
* Improve comment wording.Bruce Momjian2005-06-151-6/+4
* The no-lexer-backup speedup hadn't been there a week before somebodyTom Lane2005-06-021-2/+2
* Add support for \x hex escapes in backend strings. Octal was alreadyBruce Momjian2005-06-021-2/+7
* Tweak the backend scanner (and psqlscan.l, which must track the backendTom Lane2005-05-261-22/+85
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-1/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Added a call to gettext() to fix broken translated error messages.Dennis Bjorklund2004-09-091-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Remove some no-longer-needed #includes.Tom Lane2004-06-281-6/+2
* Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane2004-02-241-3/+57
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-211-36/+8
* Cosmetic changes (mostly whitespace) to make it easier to diff theTom Lane2004-02-191-51/+58
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make sure that -- comments extend to the end of the line. This fixes thePeter Eisentraut2003-10-091-14/+14
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* First bits of work on error message editing.Tom Lane2003-07-181-9/+15
* Disallow dollar sign in operator names, instead allow it as a non-firstTom Lane2003-06-191-8/+8
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-291-2/+2
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-291-3/+9
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-271-6/+11
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-6/+13
* Add cast to suppress compile warning on Alphas.Tom Lane2002-11-111-2/+2
* Remove unnecessary inclusion, per Andreas.Tom Lane2002-11-041-2/+3
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-12/+3
* Code review for 'at character n' patch --- point at proper end ofTom Lane2002-08-181-7/+8
* In that case, attached is a patch which locates the beginning of theBruce Momjian2002-08-171-3/+7
* Implement hex literal conversion to bit string literal.Thomas G. Lockhart2002-08-041-34/+40
* Implement SQL99 CREATE CAST and DROP CAST statements.Thomas G. Lockhart2002-06-221-3/+26
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-13/+13
* Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane2002-05-021-2/+5
* Improve lexer's error reporting. You get the whole token mentioned nowTom Lane2002-05-011-46/+71
* Scanner performance improvementsPeter Eisentraut2002-04-201-107/+105
* Change made to elog:Bruce Momjian2002-03-061-5/+5
* Change addlit() to not assume its input is null-terminated, so that weTom Lane2001-09-071-6/+7