aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_agg.h
Commit message (Expand)AuthorAge
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* 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
* Parser cleanup.Bruce Momjian1998-01-20
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25