aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/scan.l
Commit message (Expand)AuthorAge
* Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas2013-03-14
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-20
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
* Fix unportable use of isxdigit() with char (rather than unsigned char)Tom Lane2010-01-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-12
* Re-refactor the core scanner's API, in order to get out from under the problemTom Lane2009-11-09
* Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane2009-09-27
* Prevent isolated second surrogate in U& syntaxPeter Eisentraut2009-09-25
* Remove backup states from Unicode escapes patchPeter Eisentraut2009-09-25
* Unicode escapes in E'...' stringsPeter Eisentraut2009-09-22
* Surrogate pair support for U& string and identifier syntaxPeter Eisentraut2009-09-21
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* Although the flex documentation avers that yyalloc and yyrealloc takeTom Lane2009-07-13
* Convert the core lexer and parser into fully reentrant code, by making useTom Lane2009-07-13
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* Make new complaint about unsafe Unicode literals include an error location.Tom Lane2009-05-05
* Disable the use of Unicode escapes in string constants (U&'') whenPeter Eisentraut2009-05-05
* Fix de-escaping checks so that we will reject \000 as well as other invalidlyTom Lane2009-04-19
* Fix broken {xufailed} production that made HEAD fail onTom Lane2009-04-14
* Clarify to the translator that yyerror() deals with the translation ofPeter Eisentraut2009-03-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Oops, change should go in scan.l to survive a clean checkout and not justMagnus Hagander2008-04-04
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Perform post-escaping encoding validity checks on SQL literals and COPY inputAndrew Dunstan2007-09-12
* Increase the initial size of StringInfo buffers to 1024 bytes (from 256);Tom Lane2007-08-12
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* 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