]> granicus.if.org Git - postgresql/history - src/include/nodes
A visit from the message-style police ...
[postgresql] / src / include / nodes /
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Bruce MomjianUPDATE ... SET <col> = DEFAULT
2003-06-25 Bruce MomjianIncludes:
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
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-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianTodo items:
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-03-09 Tom LaneRevise tuplestore and nodeMaterial so that we don't...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-23 Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-12 Tom LaneRevise cost_qual_eval() to compute both startup (one...
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2003-01-06 Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-18 Tom LaneUpdate EvalPlanQual() to work with new executor memory...
2002-12-16 Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneCode review for IS DISTINCT FROM patch. Fix incorrect...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-27 Tom LaneImprove some comments.
2002-11-26 Tom LaneUse Params, rather than run-time-modified Const nodes...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-25 Tom LaneRestructure outfuncs and readfuncs to use macros in...
2002-11-25 Tom LaneUn-break triggers declared for INSERT OR DELETE OR...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-22 Tom LaneRedesign internal logic of nodeLimit so that it does...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-15 Bruce MomjianNew version attached. The following is implemented:
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-10 Bruce MomjianAdd palloc0 function to inline MemSet for newNode call.
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-10-11 Bruce MomjianOops, back out newNode changes. We are not ready for...
2002-10-11 Bruce MomjianPrevent tv_sec from becoming negative in connection...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-08-19 Tom LaneClean up leftover bugs from recent COPY feature patch...
2002-08-19 Tom LaneImprove obsolete comment.
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-12 Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-04 Bruce MomjianThe attached patch implements START TRANSACTION, per...
2002-07-30 Bruce MomjianThe attached patch removes the last remnants of support for
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-24 Peter EisentrautRemove unused system table columns:
next