summaryrefslogtreecommitdiff
path: root/src/bin/psql/psqlscan.h
Commit message (Expand)AuthorAgeFilesLines
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-241-62/+0
* With ancient gcc, skip pg_attribute_printf() on function pointer.Tom Lane2016-03-191-0/+5
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-191-20/+2
* Decouple psqlscan.l from surrounding program.Tom Lane2016-03-181-2/+13
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane2011-08-261-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* One-letter backslash commands now need a space before the first argument.Peter Eisentraut2008-05-021-3/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Prevent evaluation of backticks while discarding unwanted argumentsTom Lane2004-12-191-2/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Re-implement psql's input scanning to use a flex-generated lexer, as perTom Lane2004-02-191-0/+65