aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/gramparse.h
Commit message (Expand)AuthorAge
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-27
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-27
* pgindent run.Bruce Momjian2002-09-04
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* Update copyright to 2002.Bruce Momjian2002-06-20
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-03
* Scanner performance improvementsPeter Eisentraut2002-04-20
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut2001-09-20
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-09
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Clean up longstanding gcc warnings by adding missing externTom Lane2000-01-20
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* More compile cleanupsBruce Momjian1996-11-08