OSDN Git Service

Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
[pg-rex/syncrep.git] / src / include / nodes / plannodes.h
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-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-15 Tom LaneClean up possible memory leakage in nodeSubplan
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-18 Tom LaneRemove no-longer-used fields in Hash and HashJoin nodes.
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-03-01 Tom LaneExecutor no longer cares about mergejoinop, mergerighto...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-01-23 Bruce MomjianRemove unused Choose node.
1998-11-22 Vadim B. MikheevAdded indxqualorig to IndexScan: fix for using indices...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-07-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevNew SubPlan node for subselects.
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1997-12-27 Bruce MomjianUNION work for UNION ALL and other union stuff.
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-06 Bruce MomjianAllow internal sorts to be stored in memory rather...
1996-11-05 Marc G. FournierAnother run through.
1996-11-04 Marc G. FournierMake sure all the cleaned up includes are commited
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. FournierMore cleanups of the include files