postgresql/src/include/parser
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
return true for exactly the characters treated as whitespace by their flex
scanners.  Per report from Victor Snezhko and subsequent investigation.

Also fix a passel of unsafe usages of <ctype.h> functions, that is, ye olde
char-vs-unsigned-char issue.  I won't miss <ctype.h> when we are finally
able to stop using it.
2006-09-22 21:39:58 +00:00
..
analyze.h Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
gramparse.h Re-introduce the yylex filter function formerly used to support UNION 2006-05-27 17:38:46 +00:00
keywords.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_agg.h Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
parse_clause.h Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
parse_coerce.h Code review for bigint-LIMIT patch. Fix missed planner dependency, 2006-07-26 19:31:51 +00:00
parse_expr.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_func.h Support the syntax 2006-04-15 17:45:46 +00:00
parse_node.h Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
parse_oper.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parse_relation.h Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
parse_target.h Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
parse_type.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parser.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parsetree.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
scansup.h Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 2006-09-22 21:39:58 +00:00