summaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
AgeCommit message (Expand)Author
2002-11-06First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-30Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-04Attached are two patches to implement and document anonymous compositeBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-29Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-27When using a junkfilter, the output tuple should NOT be stored back intoTom Lane
2001-05-15EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-29Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-22Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane
2000-11-12Restructure handling of inheritance queries so that they work with outerTom Lane
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-22Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane
2000-08-13Clean up handling of variable-free qual clauses. System now does theTom Lane
2000-08-06Clean up inefficiency in ExecRelCheck, and cause it to do the rightTom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Add:Bruce Momjian
1999-11-23Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian
1999-10-17Final stage of psort reconstruction work: replace psort.c withTom Lane
1999-09-26Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-07-16More cleanupBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-18Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane
1999-03-23Remove Tee code, move to _deadcode.Bruce Momjian