| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -2/+2 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -2/+2 |
| * | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 | 1 | -3/+3 |
| * | Revert gincostestimate changes. | Teodor Sigaev | 2007-01-31 | 1 | -115/+1 |
| * | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev | 2007-01-31 | 1 | -1/+115 |
| * | Dept of second thoughts: the IQ of estimate_array_length() needs to be | Tom Lane | 2007-01-28 | 1 | -1/+4 |
| * | Fix scalararraysel() to cope with binary-compatible cases, such as text[] | Tom Lane | 2007-01-28 | 1 | -8/+83 |
| * | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane | 2007-01-22 | 1 | -5/+26 |
| * | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 | 1 | -6/+5 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -2/+19 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 | 1 | -44/+93 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -65/+83 |
| * | Fix some planner bugs exposed by reports from Arjen van der Meijden. These | Tom Lane | 2006-12-15 | 1 | -9/+47 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -94/+97 |
| * | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 1 | -108/+202 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 1 | -2/+3 |
| * | Work around bug in strxfmt() but in MS VS2005. | Bruce Momjian | 2006-07-26 | 1 | -2/+10 |
| * | Add a fudge factor to genericcostestimate() to prevent the planner from | Tom Lane | 2006-07-24 | 1 | -1/+19 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -12/+1 |
| * | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 | 1 | -8/+81 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -34/+74 |
| * | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 | 1 | -3/+3 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 1 | -1/+19 |
| * | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane | 2006-05-02 | 1 | -5/+13 |
| * | Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR | Tom Lane | 2006-04-27 | 1 | -14/+14 |
| * | If we're going to expose VariableStatData for contrib modules to use, | Tom Lane | 2006-04-27 | 1 | -13/+5 |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 1 | -204/+2 |
| * | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 | 1 | -1/+180 |
| * | Eliminate some no-longer-needed workarounds for palloc's old behavior | Tom Lane | 2006-04-20 | 1 | -37/+21 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 1 | -1/+12 |
| * | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane | 2006-01-14 | 1 | -1/+60 |
| * | Improve patternsel() by applying the operator itself to each value | Tom Lane | 2006-01-10 | 1 | -92/+180 |
| * | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 | 1 | -9/+212 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -26/+28 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -19/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -385/+363 |
| * | Document that get_attstatsslot/free_attstatsslot only need to be passed | Tom Lane | 2005-10-11 | 1 | -8/+3 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -1/+2 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -30/+29 |
| * | Remove unnecessary parentheses in assignments. | Bruce Momjian | 2005-07-21 | 1 | -6/+6 |
| * | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 | 1 | -3/+3 |
| * | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 | 1 | -4/+5 |
| * | Improve comments for AdjustIntervalForTypmod. | Bruce Momjian | 2005-07-12 | 1 | -2/+2 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -1/+2 |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 1 | -15/+107 |
| * | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 | 1 | -7/+6 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -36/+37 |
| * | patternsel() was improperly stripping RelabelType from the derived | Tom Lane | 2005-06-01 | 1 | -8/+10 |