Commits

DateSubjectAuthorReleases
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 8.0.25
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 8.1.21
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 8.2.17
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 8.3.11
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 8.4.4
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 9.0.0
2009-11-12 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer Tom Lane 9.0.0
2009-09-27 Sync psql's scanner with recent changes in backend scanner's flex rules. Tom Lane 9.0.0
2008-11-26 Adjust the behavior of the PQExpBuffer code to make it have well-defined Tom Lane 8.4.0
2007-10-13 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the Tom Lane 8.3.0
2006-05-31 Fix seriously broken patch for psql '' ... per its comment, emit() is Tom Lane 8.2.0
2006-05-11 Code review for standard_conforming_strings patch. Fix it so it does not Tom Lane 8.2.0
2005-06-26 Code review for escape-strings patch. Sync psql and plpgsql lexers Tom Lane 8.1.0
2005-06-02 The no-lexer-backup speedup hadn't been there a week before somebody Tom Lane 8.1.0
2005-05-26 Tweak the backend scanner (and psqlscan.l, which must track the backend Tom Lane 8.1.0
2004-12-19 Prevent evaluation of backticks while discarding unwanted arguments Tom Lane 8.0.0
2004-08-04 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments Tom Lane 8.0.0
2004-05-07 Solve the 'Turkish problem' with undesirable locale behavior for case Tom Lane 8.0.0
2004-02-24 Implement dollar-quoting in the backend lexer and psql. Documentation Tom Lane 8.0.0
2004-02-19 Re-implement psql's input scanning to use a flex-generated lexer, as per Tom Lane 8.0.0