| Commit message (Expand) | Author | Age |
* | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane | 2007-11-07 |
* | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane | 2007-08-31 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 |
* | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR | Tom Lane | 2006-04-27 |
* | If we're going to expose VariableStatData for contrib modules to use, | Tom Lane | 2006-04-27 |
* | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 |
* | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane | 2006-01-14 |
* | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 |
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Revise hash join code so that we can increase the number of batches | Tom Lane | 2005-03-06 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Make use of statistics on index expressions. There are still some | Tom Lane | 2004-02-17 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |
* | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 |
* | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 |
* | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane | 2002-10-19 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian | 2002-09-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane | 2002-03-01 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 |