]> granicus.if.org Git - postgresql/history - src/backend/executor/execTuples.c
Change do_tup_output() to take Datum/isnull arrays instead of a char * array,
[postgresql] / src / backend / executor / execTuples.c
2009-07-22 Tom LaneChange do_tup_output() to take Datum/isnull arrays...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-07 Tom LaneFix a couple of lingering references to POSTQUEL query...
2005-11-25 Tom LaneImprove ExecStoreTuple to be smarter about replacing...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-17 Tom LaneUpdate obsolete comment.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
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-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
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-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-01 Bruce MomjianThis patch refactors execTuples.c in two ways.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Bruce MomjianI discovered that TupleDescGetAttInMetadata and BuildTu...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
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-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...
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-09-28 Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
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-07-18 Bruce MomjianHere is a patch for the Table Function API. It fixes...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianHere is a patch for Composite and Set returning functio...
2002-03-21 Tom LaneRemove long-dead 'fix for SELECT NULL' to stop current...
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-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
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...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
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-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-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
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.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-04-24 Bruce MomjianInline some small functions called for every row.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
next