OSDN Git Service

Update copyrights to 2003.
[pg-rex/syncrep.git] / src / backend / commands / explain.c
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-05-28 Tom LaneKnock down a couple more lappend() hotspots for large...
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-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-03 Tom LanePrevent EXPLAIN (without ANALYZE) SELECT ... INTO from...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-10 Tom LaneAdd code to show join rule (for outer and IN joins...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-02 Tom LaneImplement EXPLAIN EXECUTE. By Neil Conway, with some...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
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-06 Tom LaneExplain's code for showing quals of SubqueryScan nodes...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
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-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-10-14 Bruce MomjianAs Niel so nicely pointed out this morning, the output...
2002-09-19 Tom LaneDepartment of second thoughts: suppressing implicit...
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-07-20 Tom LaneCode review for SHOW output changes; fix horology expec...
2002-07-20 Bruce MomjianFix problems caused by code drift of API for without...
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-13 Tom LaneFurther tweaks to support display of sort keys in EXPLA...
2002-05-18 Tom LaneAdd display of sort keys to the default EXPLAIN output.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-05-03 Tom LaneUse quote_identifier on relation names in EXPLAIN outpu...
2002-03-24 Tom LaneTweak labeling of plan qual conditions for more consist...
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
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-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-27 Tom LaneSuppress coredump when EXPLAINing query that is rewritt...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
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-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
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-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-08-31 Tom LaneMinor improvements to stringinfo package to make it...
1999-08-16 Tom LaneEXPLAIN didn't know about 'Materialize' plan nodes.
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Tom LaneFix incorrect declaration of rtentry as 'ResTarget...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-06-17 Tom LaneExplain didn't handle inheritance correctly (it didn't
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-09 Tom LaneRearrange top-level rewrite operations so that EXPLAIN...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-04-23 Bruce MomjianRename explain's "size" to "rows".
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1998-12-18 Jan WieckFixed nodeToString() to put out "<>" for NULL strings...
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-11-22 Vadim B. MikheevFix using indices in OR.
1998-11-08 Tom LaneEXPLAIN VERBOSE had a very high probability of triggering
1998-10-21 Bruce MomjianThe patch does 2 things:
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-08-04 Bruce MomjianEXPLAIN VERBOSE prints the plan, and now pretty-prints...
1998-08-04 Bruce MomjianMake EXPLAIN show output more clearly.
1998-07-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-04-27 Marc G. Fourniershow the index used in an explain
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevSupport for subselects.
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-09-18 Bruce MomjianInline memset() as MemSet().
next