| Commit message (Expand) | Author | Age | Files | Lines |
| * | Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. | Tom Lane | 2000-05-12 | 1 | -5/+6 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 8 | -39/+39 |
| * | Reverse out BYTEA type coersion. | Bruce Momjian | 2000-03-20 | 1 | -8/+1 |
| * | Add compatiblity information for bytea. | Bruce Momjian | 2000-03-20 | 1 | -1/+8 |
| * | Add safety check on expression nesting depth. Default value is set by | Tom Lane | 2000-03-17 | 1 | -1/+4 |
| * | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane | 2000-03-16 | 2 | -2/+6 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -1/+4 |
| * | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane | 2000-02-26 | 1 | -1/+2 |
| * | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 | 1 | -14/+11 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 4 | -18/+27 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -2/+4 |
| * | Add: | Bruce Momjian | 2000-01-26 | 16 | -32/+48 |
| * | Clean up longstanding gcc warnings by adding missing extern | Tom Lane | 2000-01-20 | 1 | -1/+3 |
| * | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane | 2000-01-17 | 1 | -2/+2 |
| * | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 | 1 | -3/+5 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -4/+1 |
| * | any_ordering_op()'s argument should be declared Oid not int. | Tom Lane | 1999-12-12 | 1 | -2/+2 |
| * | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 | 2 | -5/+8 |
| * | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane | 1999-11-01 | 1 | -3/+5 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -2/+3 |
| * | Remove bogus code in oper_exact --- if it didn't find an exact | Tom Lane | 1999-08-23 | 2 | -5/+4 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 2 | -6/+11 |
| * | Revise parse_coerce() to handle coercion of int and float | Tom Lane | 1999-08-05 | 2 | -4/+4 |
| * | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane | 1999-07-19 | 5 | -38/+31 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 9 | -19/+19 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 10 | -41/+16 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+4 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -2/+1 |
| * | Defend against function calls with more than 8 arguments (code | Tom Lane | 1999-06-17 | 1 | -3/+6 |
| * | Avoid redundant SysCache searches in coerce_type, for another | Tom Lane | 1999-05-29 | 1 | -3/+3 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 2 | -5/+2 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 2 | -4/+4 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 4 | -13/+12 |
| * | Fix for DEFAULT ''. | Bruce Momjian | 1999-05-22 | 1 | -2/+3 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -3/+3 |
| * | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 | 3 | -11/+5 |
| * | Make type 'regproc' binary-compatible with int4 and oid, | Tom Lane | 1999-03-10 | 1 | -3/+6 |
| * | Add parameters to function calls to pass back table qualifications. | Thomas G. Lockhart | 1999-02-23 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 7 | -15/+15 |
| * | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart | 1999-02-13 | 1 | -3/+4 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -3/+3 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 1 | -1/+4 |
| * | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 | 1 | -5/+7 |
| * | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 1 | -4/+10 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 3 | -8/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 16 | -73/+60 |
| * | Make sure resdomno for update/insert match attribute number for | Bruce Momjian | 1998-08-25 | 1 | -4/+3 |
| * | Include OID as a built-in type. | Thomas G. Lockhart | 1998-08-14 | 1 | -2/+6 |
| * | From: David Hartwig <daybee@bellatlantic.net> | Marc G. Fournier | 1998-08-05 | 1 | -1/+6 |