]> granicus.if.org Git - postgresql/history - src/include/executor
Add --help-config facility to dump information about GUC parameters
[postgresql] / src / include / executor /
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-03-27 Bruce MomjianAdd new file.
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
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...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-30 Tom LaneBetter solution to integer overflow problem in hash...
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 LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-12-01 Tom LaneFix ExecMakeTableFunctionResult() to work with generic...
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-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-10-14 Tom LaneMake SPI's execution of querystrings follow the rules...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
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-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-20 Tom LaneCode review for SHOW output changes; fix horology expec...
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-12 Tom LaneRemove duplicate extern declaration.
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Tom LaneFix coredump in plpgsql when trying to return a rowtype...
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-20 Tom LaneRemove some dead code and obsolete, misleading comments.
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-08-02 Tom LaneAdd a SPI_copytupledesc function that parallels SPI_cop...
2001-06-11 Tom LaneMake planner compute the number of hash buckets the...
2001-05-27 Tom LaneWhen using a junkfilter, the output tuple should NOT...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
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-16 Tom LaneChange SearchSysCache coding conventions so that a...
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 LaneGetAttributeByName and GetAttributeByNum should be...
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-21 Tom LaneMove pg_checkretval out of the planner (where it never...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-08-06 Tom LaneClean up inefficiency in ExecRelCheck, and cause it...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-15 Bruce Momjian#include cleanups
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-18 Tom LaneCorrect oversight in hashjoin cost estimation: nodeHash...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Tom LaneRemove duplicate extern declaration.
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-12 Tom LaneFix ExecSubPlan to handle nulls per the SQL spec -...
1999-10-30 Tom LaneAvoid duplicate ExecTypeFromTL() call in ExecInitJunkFi...
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
next