aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAge
* Clean up #include's.Bruce Momjian2000-06-15
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane2000-05-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* transformExpr() did the Wrong Thing if applied to a SubLink node thatTom Lane2000-03-19
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-17
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Someone (probably me) forgot about handling of typecasts applied toTom Lane2000-03-07
* Fix exprTypmod to recognize length-coercion function expressions,Tom Lane2000-02-26
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-21
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-20
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Add:Bruce Momjian2000-01-26
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-17
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* Fix passing of atttypmod that Tom found.Bruce Momjian2000-01-16
* Clean up handling of explicit NULL constants. Cases likeTom Lane1999-12-24
* Reverse out nextval patch.Bruce Momjian1999-12-17
* >Turning nextval and currval into keywords is not an acceptable way toBruce Momjian1999-12-16
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-15
* Allow CASE statement to contain *only* untyped result clauses or nulls.Thomas G. Lockhart1999-09-13
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-25
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-05
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Support subscripts on bare column names.Tom Lane1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Ignore resjunk targetlist entries when matching arguments toTom Lane1999-07-11
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Fix for DEFAULT ''.Bruce Momjian1999-05-22
* Add Aggref and ArrayRef to the set of node types that transformExprTom Lane1999-05-18
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Handle conversion of floating point constants to internal strings.Thomas G. Lockhart1999-05-12
* Add disk space message to "can not extend" message.Bruce Momjian1999-04-23
* Fix problems seen when result of a subselect was used in anTom Lane1999-04-19
* After transforming a CASE expr with a default argument,Tom Lane1999-04-18
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* Improve CASE statement support.Thomas G. Lockhart1998-12-13
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* the following little patch adds array references to queryBruce Momjian1998-10-02
* Fix for constbyval.Bruce Momjian1998-10-01
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12