| Commit message (Expand) | Author | Age |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 |
* | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Thinking further, it seems we had better also copy down resorigtbl/resorigcol | Tom Lane | 2005-11-03 |
* | Fix the recently-added code that eliminates unnecessary SubqueryScan nodes | Tom Lane | 2005-11-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Back out prior patch and instead just suppress SubqueryScan elimination | Tom Lane | 2005-09-05 |
* | For non-projecting plan node types such as Limit, set_plan_references | Tom Lane | 2005-09-05 |
* | Fix two separate bugs in setrefs.c. set_subqueryscan_references needs | Tom Lane | 2005-08-27 |
* | Revise searching of subplan target lists to use something more efficient | Tom Lane | 2005-06-10 |
* | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 |
* | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 |
* | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 |
* | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Fix oversights in processing of LIMIT expressions during planning. | Tom Lane | 2004-05-11 |
* | Instead of rechecking lossy index operators by putting them into the | Tom Lane | 2004-01-06 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane | 2003-11-25 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 |
* | Now that switch_outer processing no longer relies on being run after | Tom Lane | 2003-01-15 |
* | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 |
* | Reconsider mechanism for marking sub-selects that are at top level of | Tom Lane | 2003-01-13 |
* | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane | 2003-01-10 |
* | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 |
* | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 |
* | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Change set_plan_references and join_references to take an rtable List | Tom Lane | 2002-05-18 |
* | Add missing fix_expr_references() step for the funcexpr of a | Tom Lane | 2002-05-18 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |
* | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane | 2001-10-30 |