]> granicus.if.org Git - postgresql/history - src/backend/executor/execMain.c
Add a Gather executor node.
[postgresql] / src / backend / executor / execMain.c
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-02 Tom LaneJunkfilter logic to force a projection step during...
2004-01-22 Tom LaneFix oversight in optimization that avoids an unnecessar...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
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-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
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-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
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...
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-27 Tom LaneGetTupleForTrigger must use outer transaction's command...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-01-23 Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
2003-01-12 Peter EisentrautReplace RelidGetNamespaceId() by get_rel_namespace().
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-08 Tom LaneGuard against stopping when numberTuples=0 and counter...
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-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-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-11-29 Tom LaneSuppress compiler warning from newer gcc.
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-10-14 Tom LaneArrange to copy relcache's trigdesc structure at the...
2002-09-23 Tom LaneFurther thinking about heap_mark4update: in HeapTupleSe...
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-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-07 Tom LaneFix permission checking for temp-table namespace.
2002-08-04 Bruce MomjianChange messages like this:
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-11 Bruce MomjianChange error messages ExecAppend->ExecInsert and ExecRe...
2002-06-26 Bruce MomjianRestore error message I accidentally changed.
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 LaneSince COPY fires triggers, it seems like a good idea...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...
2002-04-08 Bruce MomjianUpdate comment to clarify fetch limit and LIMIT.
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
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-09-17 Tom LaneSuppress compiler warning.
2001-09-08 Hiroshi InoueApply 7.1.3 changes to the current tree also.
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
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-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-15 Tom LaneEvalPlanQual was thoroughly broken for concurrent updat...
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-27 Tom LaneLooks like I broke cases involving combinations of...
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...
2001-01-01 Tom LaneUpdate comment.
2000-12-05 Tom LaneIn SELECT FOR UPDATE, silently ignore null CTIDs, rathe...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
next