aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAge
...
* AIX patch from Darren King and Univel patch from Billy Allie, mostlyBruce Momjian1998-02-01
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* Parser cleanup.Bruce Momjian1998-01-20
* Fix problem with nodes handling.Bruce Momjian1998-01-19
* Added code so SubLinks make it to optimizer.Bruce Momjian1998-01-19
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-19
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Fix for aggs on views and complex ones. I missed one file.Bruce Momjian1998-01-04
* Fix up some elog error messages.Thomas G. Lockhart1997-12-23
* 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