| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -7/+7 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 | 1 | -2/+3 |
| * | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 | 1 | -4/+3 |
| * | Implement "join removal" for cases where the inner side of a left join | Tom Lane | 2009-09-17 | 1 | -1/+81 |
| * | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 | 1 | -1/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -20/+20 |
| * | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 | 1 | -20/+10 |
| * | Improve match_special_index_operator() to recognize that LIKE with an | Tom Lane | 2009-03-11 | 1 | -13/+29 |
| * | Teach the planner to support index access methods that only implement | Tom Lane | 2009-03-05 | 1 | -24/+73 |
| * | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane | 2009-02-15 | 1 | -3/+10 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Switch the planner over to treating qualifications of a JOIN_SEMI join as | Tom Lane | 2008-11-22 | 1 | -2/+2 |
| * | Skip opfamily check in eclass_matches_any_index() when the index isn't a | Tom Lane | 2008-09-12 | 1 | -2/+13 |
| * | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 1 | -4/+4 |
| * | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 | 1 | -5/+3 |
| * | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 | 1 | -30/+47 |
| * | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane | 2008-04-13 | 1 | -6/+3 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -6/+5 |
| * | Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth() | Tom Lane | 2008-02-07 | 1 | -3/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -5/+5 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -68/+68 |
| * | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane | 2007-11-07 | 1 | -6/+8 |
| * | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane | 2007-05-22 | 1 | -30/+39 |
| * | Rewrite choose_bitmap_and() to make it more robust in the presence of | Tom Lane | 2007-04-17 | 1 | -150/+279 |
| * | Avoid running build_index_pathkeys() in situations where there cannot | Tom Lane | 2007-04-15 | 1 | -3/+6 |
| * | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane | 2007-04-06 | 1 | -3/+23 |
| * | Fix some problems with selectivity estimation for partial indexes. | Tom Lane | 2007-03-21 | 1 | -34/+75 |
| * | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 | 1 | -4/+5 |
| * | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 | 1 | -313/+144 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -157/+167 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -59/+60 |
| * | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 | 1 | -13/+17 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 | 1 | -8/+20 |
| * | Remove "fuzzy comparison" logic in qsort comparison function for | Tom Lane | 2006-06-07 | 1 | -8/+6 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -45/+41 |
| * | Fix choose_bitmap_and() so that partial index predicates are considered when | Tom Lane | 2006-05-18 | 1 | -9/+10 |
| * | Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2006-05-18 | 1 | -44/+74 |
| * | Revert my best_inner_indexscan patch of yesterday, which turns out to have | Tom Lane | 2006-04-09 | 1 | -64/+100 |
| * | Fix best_inner_indexscan to actually enforce that an "inner indexscan" use | Tom Lane | 2006-04-08 | 1 | -22/+30 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 1 | -2/+5 |
| * | Fix Assert that's no longer correct now that RowCompareExpr is indexable. | Tom Lane | 2006-01-29 | 1 | -8/+4 |
| * | Fix code that checks to see if an index can be considered to match the query's | Tom Lane | 2006-01-29 | 1 | -3/+4 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -19/+3 |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 1 | -16/+321 |