summaryrefslogtreecommitdiff
path: root/src/bin/psql/psqlscan.l
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple other vestigial yylex() declarations.Tom Lane2015-03-291-2/+0
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-111-0/+21
* Clean up the mess from => patch.Tom Lane2015-03-101-0/+5
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix lexing of U& sequences just before EOF.Tom Lane2014-02-031-1/+2
* Switch in psql_scan() must cover all lexer states (except backslash cases).Tom Lane2014-02-021-0/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Also update psqlscan.l with the UESCAPE error rule changes.Heikki Linnakangas2013-03-141-10/+32
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Provide Assert() for frontend code.Andrew Dunstan2012-12-141-7/+7
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-021-1/+1
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-1/+1
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-211-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane2011-10-181-1/+1
* Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane2011-08-261-177/+170
* Support non-ASCII letters in psql variable names.Tom Lane2011-08-261-17/+70
* Fix psql lexer to avoid use of backtracking.Tom Lane2011-08-251-1/+32
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-251-0/+1
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-5/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-3/+3
* Fix up some oversights in psql's Unicode-escape support.Tom Lane2010-10-261-22/+17
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Change the notation for calling functions with named parameters fromTom Lane2010-05-301-3/+1
* Fix psql to not go into infinite recursion when expanding a variable thatTom Lane2010-05-051-23/+74
* Allow psql variables to be interpolated with literal or identifier escaping.Robert Haas2010-01-291-1/+79
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-121-1/+9
* Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane2009-09-271-1/+43
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane2008-11-261-1/+7
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-291-6/+61
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-091-1/+2
* One-letter backslash commands now need a space before the first argument.Peter Eisentraut2008-05-021-17/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-131-4/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix seriously broken patch for psql '' ... per its comment, emit() isTom Lane2006-05-311-4/+6
* Support '' for literal ' in psql single-quote strings, documentation update.Bruce Momjian2006-05-311-1/+4
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-2/+2
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-18/+31
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-261-6/+11
* The no-lexer-backup speedup hadn't been there a week before somebodyTom Lane2005-06-021-2/+2
* Add support for \x hex strings in psql variables.Bruce Momjian2005-06-021-2/+12
* Use {xqoctesc} lex macro now that \ddd is standard.Bruce Momjian2005-05-301-2/+2
* Have psql escape bytes in strings for variables follow the backendBruce Momjian2005-05-301-22/+3
* Tweak the backend scanner (and psqlscan.l, which must track the backendTom Lane2005-05-261-19/+76
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2