]> granicus.if.org Git - postgresql/history - src/bin/psql/psqlscanslash.l
Support \if ... \elif ... \else ... \endif in psql scripting.
[postgresql] / src / bin / psql / psqlscanslash.l
2017-03-30 Tom LaneSupport \if ... \elif ... \else ... \endif in psql...
2017-03-13 Tom LaneAdd a "void *" passthrough pointer for psqlscan.l's...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-08 Noah MischSort out paired double quotes in \connect, \password...
2016-04-17 Tom LaneAvoid code duplication in \crosstabview.
2016-03-25 Tom LaneMove psql's psqlscan.l into src/fe_utils.
2016-03-21 Tom LaneUse %option bison-bridge in psql/pgbench lexers.
2016-03-19 Tom LaneSync backend/parser/scan.l with bin/psql/psqlscan.l.
2016-03-19 Tom LaneSplit psql's lexer into two separate .l files for SQL...