]> granicus.if.org Git - postgresql/history - src/include/executor/executor.h
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
[postgresql] / src / include / executor / executor.h
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneGetAttributeByName and GetAttributeByNum should be...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-21 Tom LaneMove pg_checkretval out of the planner (where it never...
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-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-10-30 Tom LaneAvoid duplicate ExecTypeFromTL() call in ExecInitJunkFi...
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-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
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-05-25 Bruce Momjianpgindent run over code.
1999-04-16 Tom LaneAdd missing function prototypes to stifle gcc warnings.
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...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-14 Bruce MomjianNew QUERY_LIMIT set command.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
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-13 Vadim B. MikheevSubselects...
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-14 Bruce MomjianCleanup of prototypes. FIx for PQtrace start/stop...
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-27 Bruce MomjianMake GetAttributeByNum visible again for external use.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-22 Vadim B. Mikheev+ ExecConstraints ()
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-05-31 Bruce MomjianFix for SELECT * INTO TABLE for char(), varchar() fields.
1996-12-26 Bruce MomjianAdded needed prototype.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-05 Marc G. FournierAnother run through.
1996-11-03 Marc G. FournierMore cleans of the inter-dependencies in the #include...
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...