aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/analyze.h
Commit message (Expand)AuthorAge
* Update copyright to 2002.Bruce Momjian2002-06-20
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* 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
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-07
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-06
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Add:Bruce Momjian2000-01-26
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* pgindent run over code.Bruce Momjian1999-05-25
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Hi!Bruce Momjian1999-01-18
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-19
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25