]> granicus.if.org Git - postgresql/history - src/backend/rewrite/rewriteHandler.c
Implement an API to let foreign-data wrappers actually be functional.
[postgresql] / src / backend / rewrite / rewriteHandler.c
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...
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-18 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianI started adding the Having Clause and it works quite...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-21 Marc G. FournierFirst step done,
1998-01-21 Bruce MomjianMake subqueries rewrite properly.
1998-01-09 Bruce MomjianYohoo UNIONS of VIEWS.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
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-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1996-11-24 Bryan HendersonFix access through null pointer info->rule_action....
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01