| Commit message (Expand) | Author | Age |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 |
* | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 |
* | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Constant-expression simplifier now knows how to simplify strict functions | Tom Lane | 2000-05-28 |
* | get_relattval() should treat a NULL constant as a non-constant expression, | Tom Lane | 2000-04-16 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane | 2000-04-04 |
* | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 |
* | Minor code rearrangement & doc improvement in eval_const_expressions(). | Tom Lane | 2000-03-19 |
* | Fix performance bug in constant-expression simplifier. After finding | Tom Lane | 2000-03-12 |
* | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 |
* | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | Replace generic 'Illegal use of aggregates' error message with one that | Tom Lane | 1999-12-09 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 |
* | Fix make_clause and make_opclause to record valid type info | Tom Lane | 1999-10-02 |
* | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 |
* | Repair error noticed by Roberto Cornacchia: selectivity code | Tom Lane | 1999-09-09 |
* | Clean up some mistakes in handling of uplevel Vars in planner. | Tom Lane | 1999-08-26 |
* | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | Clean up optimizer's handling of indexscan quals that need to be | Tom Lane | 1999-08-12 |
* | Minor cleanups and code beautification; eliminate some | Tom Lane | 1999-08-10 |
* | Create a standardized expression_tree_mutator support routine | Tom Lane | 1999-08-09 |
* | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 |
* | Further work on planning of indexscans. Cleaned up interfaces | Tom Lane | 1999-07-25 |
* | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | On second thought, expression_tree_walker should handle bare | Tom Lane | 1999-06-21 |
* | Create a generic expression-tree-walker subroutine, which | Tom Lane | 1999-06-19 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | Fix optimizer coredump with unary-operator WHERE clauses. | Tom Lane | 1999-02-14 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 |
* | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |