]> granicus.if.org Git - postgresql/history - src/bin/psql/psqlscan.l
Update copyrights for 2013
[postgresql] / src / bin / psql / psqlscan.l
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-14 Andrew DunstanProvide Assert() for frontend code.
2012-12-02 Tatsuo IshiiFix psql crash while parsing SQL file whose encoding...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-19 Tom LaneSuppress remaining -Waddress warnings from recent gcc...
2011-08-26 Tom LaneClean up weird corner cases in lexing of psql meta...
2011-08-26 Tom LaneSupport non-ASCII letters in psql variable names.
2011-08-25 Tom LaneFix psql lexer to avoid use of backtracking.
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-27 Tom LaneFix up some oversights in psql's Unicode-escape support.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-05 Tom LaneFix psql to not go into infinite recursion when expandi...
2010-01-29 Robert HaasAllow psql variables to be interpolated with literal...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-09-27 Tom LaneSync psql's scanner with recent changes in backend...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-26 Tom LaneAdjust the behavior of the PQExpBuffer code to make...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-02 Peter EisentrautOne-letter backslash commands now need a space before...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-05-31 Tom LaneFix seriously broken patch for psql '' ... per its...
2006-05-31 Bruce MomjianSupport '' for literal ' in psql single-quote strings...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-02 Tom LaneThe no-lexer-backup speedup hadn't been there a week...
2005-06-02 Bruce MomjianAdd support for \x hex strings in psql variables.
2005-05-30 Bruce MomjianUse {xqoctesc} lex macro now that \ddd is standard.
2005-05-30 Bruce MomjianHave psql escape bytes in strings for variables follow...
2005-05-26 Tom LaneTweak the backend scanner (and psqlscan.l, which must...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-19 Tom LanePrevent evaluation of backticks while discarding unwant...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-07-11 Bruce MomjianUse standard macro for psql binary file open. Add...
2004-07-11 Bruce MomjianOpen files in binary mode on Win32 so control-z isn...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-02-24 Tom LaneImplement dollar-quoting in the backend lexer and psql...
2004-02-19 Tom LaneRe-implement psql's input scanning to use a flex-genera...