summaryrefslogtreecommitdiff
path: root/src/include/parser/gramparse.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-7/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Re-refactor the core scanner's API, in order to get out from under the problemTom Lane2009-11-091-69/+11
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-051-3/+1
* Unicode escapes in E'...' stringsPeter Eisentraut2009-09-221-1/+4
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-141-2/+12
* Convert the core lexer and parser into fully reentrant code, by making useTom Lane2009-07-131-9/+75
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-121-15/+10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-1/+2
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-041-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-291-2/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-271-1/+4
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-211-1/+9
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-1/+6
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-1/+10
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-6/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-3/+2
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-271-3/+2
* pgindent run.Bruce Momjian2002-09-041-2/+2
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-3/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-031-4/+4
* Scanner performance improvementsPeter Eisentraut2002-04-201-2/+5
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-1/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+2
* Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut2001-09-201-1/+2
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-091-1/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-7/+10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up longstanding gcc warnings by adding missing externTom Lane2000-01-201-1/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Make parser functions static where possible.Bruce Momjian1997-11-261-1/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-4/+4