Age | Commit message (Expand) | Author |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-09-05 | Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. | Tom Lane |
2012-09-01 | Drop cheap-startup-cost paths during add_path() if we don't need them. | Tom Lane |
2012-08-26 | Fix up planner infrastructure to support LATERAL properly. | Tom Lane |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-04-19 | Revise parameterized-path mechanism to fix assorted issues. | Tom Lane |
2012-03-09 | Revise FDW planning API, again. | Tom Lane |
2012-01-27 | Use parameterized paths to generate inner indexscans more flexibly. | Tom Lane |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-10-14 | Measure the number of all-visible pages for use in index-only scan costing. | Tom Lane |
2011-09-03 | Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. | Tom Lane |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-11-28 | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane |
2009-10-12 | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-10-21 | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane |
2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
2008-08-14 | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-04-21 | Some further performance tweaks for planning large inheritance trees that | Tom Lane |
2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-19 | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane |
2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-02-05 | Improve my initial, rather hacky implementation of joins to append | Tom Lane |
2006-02-03 | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane |
2006-01-31 | Restructure planner's handling of inheritance. Rather than processing | Tom Lane |
2005-12-20 | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-07-28 | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane |
2005-06-09 | Simplify the planner's join clause management by storing join clauses | Tom Lane |
2005-06-08 | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane |
2005-06-06 | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane |
2005-06-05 | Remove planner's private fields from Query struct, and put them into | Tom Lane |
2005-05-23 | Avoid redundant relation lock grabs during planning, and make sure | Tom Lane |
2005-04-22 | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-12-01 | Change planner to use the current true disk file size as its estimate of | Tom Lane |