index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
psqlscan.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a couple other vestigial yylex() declarations.
Tom Lane
2015-03-29
1
-2
/
+0
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
1
-0
/
+21
*
Clean up the mess from => patch.
Tom Lane
2015-03-10
1
-0
/
+5
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
1
-1
/
+2
*
Switch in psql_scan() must cover all lexer states (except backslash cases).
Tom Lane
2014-02-02
1
-0
/
+2
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Also update psqlscan.l with the UESCAPE error rule changes.
Heikki Linnakangas
2013-03-14
1
-10
/
+32
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Provide Assert() for frontend code.
Andrew Dunstan
2012-12-14
1
-7
/
+7
*
Fix psql crash while parsing SQL file whose encoding is different from
Tatsuo Ishii
2012-12-02
1
-1
/
+1
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
1
-1
/
+1
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Suppress remaining -Waddress warnings from recent gcc versions.
Tom Lane
2011-10-18
1
-1
/
+1
*
Clean up weird corner cases in lexing of psql meta-command arguments.
Tom Lane
2011-08-26
1
-177
/
+170
*
Support non-ASCII letters in psql variable names.
Tom Lane
2011-08-26
1
-17
/
+70
*
Fix psql lexer to avoid use of backtracking.
Tom Lane
2011-08-25
1
-1
/
+32
*
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
1
-0
/
+1
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
1
-5
/
+2
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-3
/
+3
*
Fix up some oversights in psql's Unicode-escape support.
Tom Lane
2010-10-26
1
-22
/
+17
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-30
1
-3
/
+1
*
Fix psql to not go into infinite recursion when expanding a variable that
Tom Lane
2010-05-05
1
-23
/
+74
*
Allow psql variables to be interpolated with literal or identifier escaping.
Robert Haas
2010-01-29
1
-1
/
+79
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Remove plpgsql's separate lexer (finally!), in favor of using the core lexer
Tom Lane
2009-11-12
1
-1
/
+9
*
Sync psql's scanner with recent changes in backend scanner's flex rules.
Tom Lane
2009-09-27
1
-1
/
+43
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Adjust the behavior of the PQExpBuffer code to make it have well-defined
Tom Lane
2008-11-26
1
-1
/
+7
*
Unicode escapes in strings and identifiers
Peter Eisentraut
2008-10-29
1
-6
/
+61
*
Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3
Peter Eisentraut
2008-05-09
1
-1
/
+2
*
One-letter backslash commands now need a space before the first argument.
Peter Eisentraut
2008-05-02
1
-17
/
+1
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-10-13
1
-4
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix seriously broken patch for psql '' ... per its comment, emit() is
Tom Lane
2006-05-31
1
-4
/
+6
*
Support '' for literal ' in psql single-quote strings, documentation update.
Bruce Momjian
2006-05-31
1
-1
/
+4
*
Code review for standard_conforming_strings patch. Fix it so it does not
Tom Lane
2006-05-11
1
-2
/
+2
*
Enable standard_conforming_strings to be turned on.
Bruce Momjian
2006-03-06
1
-18
/
+31
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Code review for escape-strings patch. Sync psql and plpgsql lexers
Tom Lane
2005-06-26
1
-6
/
+11
*
The no-lexer-backup speedup hadn't been there a week before somebody
Tom Lane
2005-06-02
1
-2
/
+2
*
Add support for \x hex strings in psql variables.
Bruce Momjian
2005-06-02
1
-2
/
+12
*
Use {xqoctesc} lex macro now that \ddd is standard.
Bruce Momjian
2005-05-30
1
-2
/
+2
*
Have psql escape bytes in strings for variables follow the backend
Bruce Momjian
2005-05-30
1
-22
/
+3
*
Tweak the backend scanner (and psqlscan.l, which must track the backend
Tom Lane
2005-05-26
1
-19
/
+76
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
[next]