Commit Graph

73 Commits (341b328b180e65d1fa5c8f2235cf101c8a12824f)

Author SHA1 Message Date
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Tom Lane 9606f36210 Someone (probably me) forgot about handling of typecasts applied to 26 years ago
Tom Lane 7173c485c8 Fix exprTypmod to recognize length-coercion function expressions, 26 years ago
Tom Lane 393f313227 Change parse-time representation of float literals (which include oversize 26 years ago
Tom Lane 57b30e8e22 Create a new expression node type RelabelType, which exists solely to 26 years ago
Thomas G. Lockhart a344a6e7b5 Carry column aliases from the parser frontend. Enables queries like 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane ac4878a060 Pass atttypmod to CoerceTargetExpr, so that it can pass it on to 26 years ago
Tom Lane 49528361f5 Create a new parsetree node type, TypeCast, so that transformation of 26 years ago
Bruce Momjian faff1b776b Fix passing of atttypmod that Tom found. 26 years ago
Tom Lane 350cb386af Clean up handling of explicit NULL constants. Cases like 26 years ago
Bruce Momjian 21992ed10a Reverse out nextval patch. 26 years ago
Bruce Momjian cf374febf5 >Turning nextval and currval into keywords is not an acceptable way to 26 years ago
Tom Lane 18c3000286 Teach grammar and parser about aggregate(DISTINCT ...). No implementation 26 years ago
Tom Lane f68e11f373 Implement subselects in target lists. Also, relax requirement that 26 years ago
Thomas G. Lockhart f0f73b316d Allow CASE statement to contain *only* untyped result clauses or nulls. 26 years ago
Tom Lane 42af56e1ea Revise implementation of SubLinks so that there is a consistent, 26 years ago
Tom Lane fd19a350ea Revise parse_coerce() to handle coercion of int and float 26 years ago
Tom Lane 7f76eab140 Rewrite parser's handling of INSERT ... SELECT so that processing 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Tom Lane 36ce6d439f Support subscripts on bare column names. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Tom Lane eeb3abe017 Ignore resjunk targetlist entries when matching arguments to 26 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian a8d2820e6d Fix for DEFAULT ''. 26 years ago
Tom Lane 77ebed09f5 Add Aggref and ArrayRef to the set of node types that transformExpr 26 years ago
Tom Lane 507a0a2ab0 Rip out QueryTreeList structure, root and branch. Querytree 27 years ago
Thomas G. Lockhart 575c40a61f Handle conversion of floating point constants to internal strings. 27 years ago
Bruce Momjian 35b168656b Add disk space message to "can not extend" message. 27 years ago
Tom Lane a58843b49a Fix problems seen when result of a subselect was used in an 27 years ago
Tom Lane 2deef968f4 After transforming a CASE expr with a default argument, 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 17467bb7fb Rename Aggreg to Aggref. 27 years ago
Thomas G. Lockhart 2b189aa953 Improve CASE statement support. 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Bruce Momjian 9b21a18cee the following little patch adds array references to query 27 years ago
Bruce Momjian c17b2d1b16 Fix for constbyval. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 683f399391 Change atttypmod from int16 to int32, for Thomas. 27 years ago
Thomas G. Lockhart 92ed9294de Allow floating point constants for "def_arg" numeric arguments. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Thomas G. Lockhart 8536c96261 Do type conversion to match columns in UNION clauses. 27 years ago
Thomas G. Lockhart 3ace5fd082 Add capabilities for automatic type conversion. 28 years ago
Bruce Momjian 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Bruce Momjian 0d8a7dc6a4 BETWEEN and LIKE patch from Thomas 28 years ago