| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 1 | -1/+2 |
| * | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 | 1 | -1/+3 |
| * | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 | 2 | -39/+21 |
| * | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane | 2005-06-08 | 2 | -2/+15 |
| * | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane | 2005-06-06 | 1 | -7/+14 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 3 | -19/+44 |
| * | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 | 1 | -6/+6 |
| * | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 | 1 | -3/+9 |
| * | Minor refactoring to eliminate duplicate code and make startup a | Tom Lane | 2005-05-14 | 1 | -1/+5 |
| * | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane | 2005-05-13 | 1 | -10/+16 |
| * | Adjust nodeBitmapIndexscan to keep the target index opened from plan | Tom Lane | 2005-05-05 | 1 | -1/+5 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 2 | -5/+10 |
| * | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 | 3 | -72/+64 |
| * | Adjust nodeBitmapIndexscan.c to not keep the index open across calls, | Tom Lane | 2005-04-24 | 1 | -5/+1 |
| * | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 | 1 | -13/+6 |
| * | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 | 2 | -4/+32 |
| * | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane | 2005-04-21 | 1 | -4/+13 |
| * | Minor performance improvement: avoid unnecessary creation/unioning of | Tom Lane | 2005-04-20 | 1 | -1/+3 |
| * | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 | 4 | -5/+180 |
| * | Initial implementation of lossy-tuple-bitmap data structures. | Tom Lane | 2005-04-17 | 2 | -4/+64 |
| * | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 | 1 | -1/+2 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 4 | -84/+65 |
| * | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane | 2005-03-29 | 1 | -2/+15 |
| * | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane | 2005-03-27 | 1 | -1/+2 |
| * | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 | 1 | -1/+3 |
| * | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 | 1 | -17/+28 |
| * | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 | 2 | -2/+10 |
| * | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 | 1 | -1/+2 |
| * | Revise hash join code so that we can increase the number of batches | Tom Lane | 2005-03-06 | 1 | -6/+11 |
| * | Trivial fix: change the reference to further documentation of pathkeys to | Neil Conway | 2005-02-21 | 1 | -3/+3 |
| * | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 | 1 | -2/+2 |
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 2 | -4/+4 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 13 | -26/+26 |
| * | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 3 | -3/+43 |
| * | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 1 | -2/+2 |
| * | RelOptInfo.pages should really be declared as BlockNumber, not long. | Tom Lane | 2004-11-26 | 1 | -2/+3 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -2/+1 |
| * | Trivial fix: clarify a comment. | Neil Conway | 2004-10-27 | 1 | -2/+2 |
| * | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 | 1 | -12/+3 |
| * | A few minor list-related cleanups: | Neil Conway | 2004-09-27 | 1 | -3/+3 |
| * | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 1 | -1/+2 |
| * | Make pltcl work on Win32. Magnus Hagander | Tom Lane | 2004-09-14 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 8 | -82/+81 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 13 | -26/+26 |
| * | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian | 2004-08-20 | 1 | -1/+2 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 2 | -5/+21 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 1 | -2/+15 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 2 | -4/+4 |
| * | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 | 1 | -1/+3 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -2/+11 |