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