summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAgeFilesLines
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-8/+4
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-1/+8
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-27/+34
* Add:Bruce Momjian2000-01-261-2/+3
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-171-3/+3
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-171-6/+66
* Fix passing of atttypmod that Tom found.Bruce Momjian2000-01-161-2/+2
* Clean up handling of explicit NULL constants. Cases likeTom Lane1999-12-241-23/+27
* Reverse out nextval patch.Bruce Momjian1999-12-171-25/+1
* >Turning nextval and currval into keywords is not an acceptable way toBruce Momjian1999-12-161-1/+25
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-101-5/+11
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-151-12/+35
* Allow CASE statement to contain *only* untyped result clauses or nulls.Thomas G. Lockhart1999-09-131-2/+3
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-251-20/+46
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-051-160/+10
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-191-35/+44
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Support subscripts on bare column names.Tom Lane1999-07-161-116/+73
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Ignore resjunk targetlist entries when matching arguments toTom Lane1999-07-111-22/+33
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+3
* pgindent run over code.Bruce Momjian1999-05-251-31/+56
* Fix for DEFAULT ''.Bruce Momjian1999-05-221-3/+5
* Add Aggref and ArrayRef to the set of node types that transformExprTom Lane1999-05-181-7/+13
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-131-7/+10
* Handle conversion of floating point constants to internal strings.Thomas G. Lockhart1999-05-121-3/+6
* Add disk space message to "can not extend" message.Bruce Momjian1999-04-231-3/+3
* Fix problems seen when result of a subselect was used in anTom Lane1999-04-191-10/+15
* After transforming a CASE expr with a default argument,Tom Lane1999-04-181-3/+10
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-13/+7
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-3/+3
* Improve CASE statement support.Thomas G. Lockhart1998-12-131-13/+10
* Implement CASE expression.Thomas G. Lockhart1998-12-041-2/+154
* the following little patch adds array references to queryBruce Momjian1998-10-021-2/+34
* Fix for constbyval.Bruce Momjian1998-10-011-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+8
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-4/+4
* Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart1998-07-081-1/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* Do type conversion to match columns in UNION clauses.Thomas G. Lockhart1998-05-291-3/+3
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-091-6/+12
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-2/+2
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-2/+2
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-2/+2
* BETWEEN and LIKE patch from ThomasBruce Momjian1998-03-261-1/+16
* In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted toVadim B. Mikheev1998-02-271-2/+6
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-42/+45
* gram.y: ALL_SUBLINK type was returned for x Op (subquery).Vadim B. Mikheev1998-02-131-2/+13