]> granicus.if.org Git - postgresql/history - src/backend/executor/execAmi.c
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
[postgresql] / src / backend / executor / execAmi.c
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-08-05 Tom LaneDo not allow Unique nodes to be scanned backwards....
2008-07-26 Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-07-10 Tom LaneFix mis-calculation of extParam/allParam sets for plan...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-02-19 Tom LanePut function expressions and values lists into Function...
2007-02-15 Tom LaneRepair oversight in 8.2 change that improved the handli...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-02 Tom LaneJunkfilter logic to force a projection step during...
2003-12-18 Tom LaneEnsure set-returning functions in the targetlist of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
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-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
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 MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
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-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-07-25 Tom LaneExecRestrPos() really needs to raise ERROR, not a wimpy...
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-15 Bruce MomjianFinal #include cleanup.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
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-07-13 Bruce MomjianRemove S*I comments from Stephan.
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-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-18 Bruce MomjianHi!
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-14 Marc G. FournierMany more cleanups...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-16 Bruce MomjianPatch for ReScan of Group.
1998-07-15 Bruce MomjianAllow UNION/UNION ALL in subselects.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-27 Vadim B. MikheevExecReScan for MergeJoin.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-23 Vadim B. MikheevExecReScan for Unique & Sort nodes.
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-16 Bruce MomjianTemporary varchar patch.
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_create to heap_create_and_catatlog, rename...
1997-11-27 Bruce MomjianCleaups of comments.
1997-11-21 Bruce MomjianRemove unused files.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. Fournieradd #include "postgres.h", as required by all .c files
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01