Age | Commit message (Expand) | Author |
1999-08-05 | Revise parse_coerce() to handle coercion of int and float | Tom Lane |
1999-07-19 | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Support subscripts on bare column names. | Tom Lane |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-07-11 | Ignore resjunk targetlist entries when matching arguments to | Tom Lane |
1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-22 | Fix for DEFAULT ''. | Bruce Momjian |
1999-05-18 | Add Aggref and ArrayRef to the set of node types that transformExpr | Tom Lane |
1999-05-13 | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane |
1999-05-12 | Handle conversion of floating point constants to internal strings. | Thomas G. Lockhart |
1999-04-23 | Add disk space message to "can not extend" message. | Bruce Momjian |
1999-04-19 | Fix problems seen when result of a subselect was used in an | Tom Lane |
1999-04-18 | After transforming a CASE expr with a default argument, | Tom Lane |
1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
1999-01-24 | Rename Aggreg to Aggref. | Bruce Momjian |
1998-12-13 | Improve CASE statement support. | Thomas G. Lockhart |
1998-12-04 | Implement CASE expression. | Thomas G. Lockhart |
1998-10-02 | the following little patch adds array references to query | Bruce Momjian |
1998-10-01 | Fix for constbyval. | Bruce Momjian |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
1998-07-08 | Allow floating point constants for "def_arg" numeric arguments. | Thomas G. Lockhart |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-05-29 | Do type conversion to match columns in UNION clauses. | Thomas G. Lockhart |
1998-05-09 | Add capabilities for automatic type conversion. | Thomas G. Lockhart |
1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |
1998-03-30 | The following uuencoded, gzip'd file will ... | Bruce Momjian |
1998-03-26 | BETWEEN and LIKE patch from Thomas | Bruce Momjian |
1998-02-27 | In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to | Vadim B. Mikheev |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-02-13 | gram.y: ALL_SUBLINK type was returned for x Op (subquery). | Vadim B. Mikheev |
1998-02-13 | Fix for EXISTS. | Vadim B. Mikheev |
1998-02-10 | Pass around typmod as int16. | Bruce Momjian |
1998-02-07 | atttypmod now -1. | Bruce Momjian |
1998-02-06 | FIx hasSubLinks for Vadim. | Bruce Momjian |
1998-02-05 | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian |
1998-02-03 | Parser cleanup for expr and subqueries. | Bruce Momjian |
1998-02-01 | Fix for psort. fixes regression tests. | Bruce Momjian |
1998-02-01 | AIX patch from Darren King and Univel patch from Billy Allie, mostly | Bruce Momjian |
1998-01-20 | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian |
1998-01-20 | Parser cleanup. | Bruce Momjian |
1998-01-19 | Fix problem with nodes handling. | Bruce Momjian |
1998-01-19 | Added code so SubLinks make it to optimizer. | Bruce Momjian |
1998-01-19 | Create SubLink nodes in parser for Vadim. | Bruce Momjian |
1998-01-16 | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian |