]> granicus.if.org Git - postgresql/history - src/backend/executor/execMain.c
Add a Gather executor node.
[postgresql] / src / backend / executor / execMain.c
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
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-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-22 Tom LaneFix a many-legged critter reported by chifungfan@yahoo...
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-07-05 Jan WieckChanged TOAST relations to have relkind RELKIND_TOASTVALUE.
2000-07-05 Jan WieckAutomatically create toast tables on ALTER TABLE ....
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-10 Tom LanenodeAppend tried to deal with multiple result relations...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Vadim B. MikheevCommebts & one check in EndEvalPlanQual().
2000-04-07 Tom LaneFix (I hope) resource leakage in EvalPlanQual: open...
2000-03-09 Tom LaneRedo permissions-checking code so that it does the...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-02-03 Tom LaneRepair relation refcount leakage caused by SELECT FOR...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
2000-01-05 Bruce MomjianFix it's and its to be correct.
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 MomjianRename heap_replace to heap_update.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-01 Tom LaneDon't call ExecOpenIndices if pg_class relhasindex...
1999-10-30 Tom LaneAvoid duplicate ExecTypeFromTL() call in ExecInitJunkFi...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-17 Bruce MomjianRemove QUERY_LIMIT and documenation on same. Change...
1999-06-09 Vadim B. MikheevReset evaluation plan tuple table next free slot counte...
1999-06-06 Vadim B. MikheevI used bad style of comments and ... commented out...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-03-20 Bruce MomjianFix for aggregate memory leaks from Erik Riedel.
1999-03-19 Bruce MomjianI suggest the following portability patch, which does not
1999-02-22 Bruce Momjiancomment cleanup.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-07 Jan WieckChanged ExecConstraints() and ExecRelCheck() to cache...
1999-02-07 Jan WieckMissing semicolon in last fix :-}
1999-02-07 Jan WieckOne more fix to QuerySnapshot usage in ExecutorStart...
1999-02-07 Jan WieckFixed problem with multiple portals shown up in portals...
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-29 Vadim B. MikheevSmall fix for READ COMMITTED isolevel.
1999-01-29 Vadim B. MikheevHope that execMain.c good merged.
1999-01-29 Vadim B. MikheevTrying to fix bad merging...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1999-01-27 Tom LaneQuick fix for subplan-related crash.
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1999-01-25 Vadim B. MikheevSELECT FOR UPDATE is implemented...
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-16 Vadim B. MikheevSerialized mode works!
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-14 Bruce MomjianNew QUERY_LIMIT set command.
1998-10-01 Tom LaneGet rid of some long-dead code that thinks NOTIFY is...
1998-09-25 Thomas G. LockhartClean up existing debugging print statements.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-20 Bruce MomjianCleanup Name usage.
1998-07-19 Bruce MomjianConditionally execute Junk filter only when ORDER BY...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-26 Bruce MomjianFix for drop database and junk filters.
1998-05-21 Marc G. FournierFrom: David Hartwig <daveh@insightdist.com>
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-21 Marc G. FournierFirst step done,
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-19 Bruce MomjianFix for SELECT INTO TABLE for varchar().
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-14 Bruce MomjianCleanup of prototypes. FIx for PQtrace start/stop...
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-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianRemove archive stuff.
next