OSDN Git Service

Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
[pg-rex/syncrep.git] / src / backend / optimizer / plan / subselect.c
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-08-06 Tom LaneCopy sub-Query nodes to avoid trouble when same sub...
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-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-14 Tom LaneRepair bug reported by Wickstrom: backend would crash...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix extremely nasty little bug observed when a sub...
2000-03-21 Tom LaneRestructure planning code so that preprocessing of...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-14 Tom LaneFix some bogosities in the code that deals with estimat...
2000-03-11 Tom LaneFurther tweaking of logic that decides when to material...
2000-03-02 Tom LaneApply a MATERIAL node to the result of an uncorrelated...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-26 Bruce MomjianAdd:
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Tom LaneSeveral routines failed to cope with CASE expressions...
1999-06-21 Tom LaneClean up problems with sublinks + grouping in planner...
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-03 Tom LanePartial fix for copied-plan bugs reported by Hiroshi...
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...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-18 Bruce MomjianHi!
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce MomjianI have found a minor problem with current configure.in.
1998-07-24 Bruce MomjianFix HAVING patch missing cast.
1998-07-24 Bruce MomjianI'm sorry, but I think I introduced a little bug with...
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-07-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevOld planner() becomes union_planner(); new planner...