]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util
Change LIMIT/OFFSET to use int8
[postgresql] / src / backend / optimizer / util /
2006-07-22 Tom LaneIn the recent changes to make the planner account bette...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-07 Tom LaneFix make_restrictinfo_from_bitmapqual() to preserve...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-06 Tom LaneImprove the tests to see if ScalarArrayOpExpr is strict...
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-02-04 Tom LaneFix constraint exclusion to work in inherited UPDATE...
2006-02-03 Tom LaneTeach planner to convert simple UNION ALL subqueries...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-27 Tom LaneTeach predtest.c how to reason about ScalarArrayOpExpr...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-16 Tom Lanemake_restrictinfo() failed to attach the specified...
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Tom LaneDon't try to remove duplicate OR-subclauses in create_b...
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-22 Tom LaneFix compare_fuzzy_path_costs() to behave a bit more...
2005-07-15 Tom LaneFix overenthusiastic optimization of 'x IN (SELECT...
2005-07-03 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-10 Tom LaneSeparate predicate-testing code out of indxpath.c,...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-08 Tom LaneMarginal hack to avoid spending a lot of time in find_j...
2005-06-06 Tom LaneNab some low-hanging fruit: replace the planner's base_...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-06-03 Tom LaneJust noticed that you can't Query-Cancel a long planner...
2005-05-30 Tom LaneAdd support for FUNCTION RTEs to build_physical_tlist...
2005-05-23 Tom LaneAvoid redundant relation lock grabs during planning...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-04-25 Tom LaneReplace slightly klugy create_bitmap_restriction()...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-23 Tom LaneTurns out that my recent elimination of the 'redundant...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-14 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-10 Tom LaneMake constant-folding produce sane output for COALESCE...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-27 Tom LaneTeach const-expression simplification to simplify boole...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-03-24 Tom LaneTweak planner to use a minimum size estimate of 10...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-02-02 Tom LaneAdjust constant-folding of CASE expressions so that...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-12-02 Tom LaneMake some adjustments to reduce platform dependencies...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-09 Tom LaneAllow planner to fold "stable" functions to constants...
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-10-02 Tom LaneClean up handling of inherited-table update queries...
2004-10-01 Tom LaneFallout from changing index locking rules: we can reduc...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-01 Tom LaneJust about there on de-FastList-ification.
2004-06-01 Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-03-29 Tom LaneUse fuzzy comparison of path costs in add_path(), so...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
next