]> granicus.if.org Git - postgresql/history - src/backend/rewrite/rewriteHandler.c
Wording cleanup for error messages. Also change can't -> cannot.
[postgresql] / src / backend / rewrite / rewriteHandler.c
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-02 Tom LaneApply a simple solution to the problem of making INSERT...
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-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-23 Tom LaneFix problems with rewriter failing to set Query.hasSubL...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-05-29 Tom LaneAvoid unnecessary call of rangeTableEntry_used() for...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-26 Tom LaneRewrite rewriteTargetList() to avoid O(N^2) behavior...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-20 Tom LaneFix one more place where we were expecting lcons()...
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-07 Tom LaneDon't try to rewrite NEW references in a utility statem...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-29 Tom LaneFix another place that assumed 'x = lcons(y, z)' would...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-14 Tom LaneRevert ill-starred change of 13-Feb-02: it appeared...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
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-29 Tom LaneCoerce unknown-literal-constant default values to the...
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-07-16 Tom LaneAdd defenses against trying to attach qual conditions...
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.
next