]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util/clauses.c
Update CVS HEAD for 2007 copyright. Back branches are typically not
[postgresql] / src / backend / optimizer / util / clauses.c
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-10-25 Tom Laneexpression_tree_walker failed to let walker function...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-04 Tom LaneTeach eval_const_expressions to simplify BooleanTest...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
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-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
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-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-03 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-04-23 Tom LaneTurns out that my recent elimination of the 'redundant...
2005-04-14 Tom LaneDon't try to constant-fold functions returning RECORD...
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-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-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-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
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-01 Tom LaneJust about there on de-FastList-ification.
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-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-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
2004-01-28 Tom Lanesimplify_function() mustn't try to evaluate functions...
2004-01-12 Tom LanePreserve AND/OR flatness during eval_const_expressions...
2004-01-10 Tom LaneImprove has_nullable_targetlist() to allow strict funct...
2004-01-05 Tom LaneImprove UniquePath logic to detect the case where the...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-09 Tom Lanequery_tree_mutator should copy RangeTblEntry nodes...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-29 Tom LaneGive a useful error message if a RangeVar is encountere...
2003-08-17 Tom LaneFix ARRAY[] construct so that in multidimensional case...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-03 Tom LaneTighten inline_function's test for overly complex param...
2003-07-28 Tom LaneAdd error stack traceback support for SQL-language...
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-07-03 Tom LaneDo honest transformation and preprocessing of LIMIT...
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-07-01 Tom LaneDept. of second thoughts: supporting inlining of polymo...
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-22 Tom LaneAdjust subquery qual pushdown rules to be more forgivin...
2003-03-14 Tom LaneMake eval_const_expressions simplify FieldSelect from...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
next