]> granicus.if.org Git - postgresql/history - src/backend/rewrite/rewriteHandler.c
Code review for UPDATE tab SET col = DEFAULT patch ... whack it around
[postgresql] / src / backend / rewrite / rewriteHandler.c
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-06-25 Bruce MomjianUPDATE ... SET <col> = DEFAULT
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-02-25 Tom LaneRemove REWRITE_INVOKE_MAX in favor of making an accurat...
2003-02-13 Tom LaneRepair rule permissions-checking bug reported by Tim...
2003-01-17 Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2002-12-17 Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-10-20 Tom LaneRule rewriter was doing the wrong thing with conditiona...
2002-10-19 Tom LaneFix rewrite code so that rules are in fact executed...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-11 Tom LaneTweak querytree-dependency-extraction code so that...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneRephrase 'Cannot insert into a view' and related messag...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Tom LaneUndo not-so-hot decision to postpone insertion of defau...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-09 Tom LaneFix rule rewriter so that new ordering of ON INSERT...
2001-07-06 Jan WieckFire rule actions ON INSERT after original statement...
2001-06-13 Tom LaneRemove some dead code, simplify calling convention.
2001-06-12 Tom LaneRepair problem with multi-action rules in combination...
2001-05-03 Tom LanePermissions were not checked correctly when one view...
2001-04-17 Tom LaneAdd some defenses to guard against case where a rule...
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-27 Tom LaneRepair bug reported by Huxton, 1/24/01. We need to...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-03 Tom LaneFix breakage of rules using NOTIFY actions, per bug...
2000-12-07 Tom LaneMake application of FOR UPDATE to a view work exactly...
2000-12-06 Tom LaneClean up handling of FOR UPDATE inside views and subsel...
2000-12-05 Tom LaneRepair breakage of rules containing INSERT ... SELECT...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
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-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-06-30 Tom LaneUse a private memory context to store rule information...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-27 Tom LaneExcept_Intersect_Rewrite() failed to ignore resjunk...
2000-04-20 Tom LaneCorrect error in rewriter that caused SELECT count...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneWhen rewriting an aggregate introduced into WHERE,...
2000-03-16 Tom LaneFix some (more) problems with subselects in rules....
2000-03-12 Tom LaneFix performance problem in fireRIRonSubselect: with...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom LanePass atttypmod to CoerceTargetExpr, so that it can...
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-11-01 Tom LaneEliminate RewritePreprocessQuery, which was taking an
1999-10-17 Tom LaneExcept_Intersect_Rewrite() forgot to move LIMIT info...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-10-02 Tom LaneStick finger into a couple more holes in the leaky...
1999-10-01 Tom LaneClean up rewriter routines to use expression_tree_walke...
1999-09-19 Tom LaneRemove incorrect 'Assert(targetList != NULL)'. An
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
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-07-11 Tom LaneRewritePreprocessQuery tried to match resjunk targets...
1999-06-21 Tom LaneReplace rewriter's checkQueryHasAggs and checkQueryHasS...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-25 Jan WieckBugfix - Range table entries that are unused after...
1999-05-17 Bruce MomjianSkip junk nodes when comparing UNION target list lengths.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Jan WieckFixed wrong hasAggs when aggregate columns of view...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-09 Tom LaneRearrange top-level rewrite operations so that EXPLAIN...
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
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-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-25 Vadim B. MikheevSELECT FOR UPDATE is implemented...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-21 Vadim B. MikheevFOR UPDATE is in parser & rules.
1999-01-18 Bruce MomjianHi!
1998-12-14 Thomas G. LockhartAdd support for the CASE statement in the rewrite handling.
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-10-21 Bruce MomjianThe patch does 2 things:
1998-10-20 Bruce MomjianFix for rules system from Jan.
1998-10-02 Bruce Momjian Please apply the patch at the end. Disables use...
next