]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeSubplan.c
pgindent run for 8.2.
[postgresql] / src / backend / executor / nodeSubplan.c
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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-07-21 Tom LaneError message editing in backend/executor.
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2002-12-26 Tom LaneDon't try to free executor state of an InitPlan early...
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-11-26 Tom LaneUse Params, rather than run-time-modified Const nodes...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-23 Tom LaneExecSubPlan needs to be able to cope with RelabelType...
2000-03-21 Tom LaneCorrect typo in error message.
2000-03-09 Tom LaneRedo permissions-checking code so that it does the...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Bruce MomjianUpdate subquery error message.
1999-12-29 Bruce MomjianImprove subquery error message, now says "More than...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-15 Tom LaneClean up possible memory leakage in nodeSubplan
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-11-12 Tom LaneFix ExecSubPlan to handle nulls per the SQL spec -...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-19 Tom LaneFix problems seen when result of a subselect was used...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-01 Vadim B. MikheevInitialize es_snapshot.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-02-27 Vadim B. MikheevCheck SELECT permissions in subqueries.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-19 Vadim B. MikheevFix for InitPlan-s: have to copy subselect' result...
1998-02-13 Vadim B. MikheevSupport for subselects.