]> granicus.if.org Git - postgresql/history - src/include/nodes/execnodes.h
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
[postgresql] / src / include / nodes / execnodes.h
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
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-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-25 Tom LaneThe original patch to avoid building a hash join's...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-15 Neil ConwayChange the implementation of hash join to attempt to...
2005-05-14 Tom LaneMinor refactoring to eliminate duplicate code and make...
2005-05-13 Tom LaneRevise nodeMergejoin in light of example provided by...
2005-05-05 Tom LaneAdjust nodeBitmapIndexscan to keep the target index...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-24 Tom LaneAdjust nodeBitmapIndexscan.c to not keep the index...
2005-04-20 Tom LaneMinor performance improvement: avoid unnecessary creati...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-02-28 Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-01-22 Tom LaneFix oversight in optimization that avoids an unnecessar...
2004-01-06 Tom LaneInstead of rechecking lossy index operators by putting...
2003-12-18 Tom LaneUse a shutdown callback to clear setArgsValid in a...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-08-22 Tom LaneTweak processing of multiple-index-scan plans to reduce...
2003-08-19 Tom LaneImprove dynahash.c's API so that caller can specify...
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-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
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-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-23 Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
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...
2002-12-18 Tom LaneUpdate EvalPlanQual() to work with new executor memory...
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-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-22 Tom LaneRedesign internal logic of nodeLimit so that it does...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
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-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
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-04 Bruce MomjianAttached are two patches to implement and document...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2001-11-21 Tom LaneSpell 'precedes', 'preceding' correctly in various...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Hiroshi InoueKeep the contents of ItemPointerData not the pointers...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-27 Tom LaneWhen using a junkfilter, the output tuple should NOT...
2001-05-15 Tom LaneEvalPlanQual was thoroughly broken for concurrent updat...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-22 Tom LaneFix a many-legged critter reported by chifungfan@yahoo...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-06 Tom LaneClean up inefficiency in ExecRelCheck, and cause it...
next