| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 | 1 | -2/+2 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -2/+1 |
| * | Second try at making examine_variable and friends behave sanely in | Tom Lane | 2005-04-01 | 1 | -36/+35 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 1 | -41/+37 |
| * | Fix a pair of related issues with estimation of inequalities that involve | Tom Lane | 2005-03-26 | 1 | -27/+36 |
| * | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 | 1 | -2/+2 |
| * | Revise hash join code so that we can increase the number of batches | Tom Lane | 2005-03-06 | 1 | -4/+4 |
| * | Adjust estimate_num_groups() to not clamp per-relation group count | Tom Lane | 2005-02-01 | 1 | -2/+16 |
| * | When dealing with multiple grouping columns coming from the same table, | Tom Lane | 2005-01-28 | 1 | -8/+25 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane | 2004-12-02 | 1 | -8/+26 |
| * | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 | 1 | -40/+1 |
| * | Fix estimate_num_groups to be able to use expression-index statistics | Tom Lane | 2004-09-18 | 1 | -72/+112 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -149/+145 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 1 | -4/+5 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -16/+16 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -15/+15 |
| * | genericcostestimate() neglected to include qual startup cost in | Tom Lane | 2004-02-27 | 1 | -1/+2 |