Age | Commit message (Expand) | Author |
2008-08-07 | Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any | Tom Lane |
2008-08-07 | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane |
2008-08-02 | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane |
2008-06-27 | Improve planner's estimation of the size of an append relation: rather than | Tom Lane |
2008-04-17 | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane |
2008-04-13 | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane |
2008-04-13 | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-11-08 | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane |
2007-11-08 | Last week's patch for make_sort_from_pathkeys wasn't good enough: it has | Tom Lane |
2007-11-02 | Ensure that EquivalenceClasses generated from ORDER BY keys contain proper | Tom Lane |
2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |
2007-05-04 | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane |
2007-04-21 | Some further performance tweaks for planning large inheritance trees that | Tom Lane |
2007-04-06 | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane |
2007-02-25 | Put back copyObject() call I removed in a fit of brain fade. This one | Tom Lane |
2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
2007-02-19 | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane |
2007-01-30 | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane |
2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
2007-01-10 | Change the planner-to-executor API so that the planner tells the executor | Tom Lane |
2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
2006-07-26 | Change LIMIT/OFFSET to use int8 | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
2006-07-01 | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane |
2006-05-18 | When a bitmap indexscan is using a partial index, it is necessary to include | Tom Lane |
2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
2006-04-25 | The 8.1 planner removes WHERE quals from the plan when the quals are | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-01-29 | When building a bitmap scan, must copy the bitmapqualorig expression tree | Tom Lane |
2006-01-25 | Allow row comparisons to be used as indexscan qualifications. | Tom Lane |
2005-11-26 | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane |
2005-11-25 | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-19 | Fix oversight in recent changes to enable the 'physical tlist' | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-13 | Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and | Tom Lane |
2005-10-06 | Fix oversight in indexscan plan creation. I recently added code to use | Tom Lane |
2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
2005-08-18 | Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT | Tom Lane |
2005-07-28 | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane |
2005-07-23 | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane |