]> granicus.if.org Git - postgresql/history - src/backend/rewrite
Sort reference of include files, "A" - "F".
[postgresql] / src / backend / rewrite /
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
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.
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-06 Tom LaneFix failure to apply domain constraints to a NULL const...
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-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
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-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
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...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
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-17 Tom LaneStandardize on the assumption that the arguments of...
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-18 Tom LanesetRuleCheckAsUser has to be applied to any subqueries...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
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-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-20 Tom LaneIt is possible for ResolveNew to be used to insert...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-17 Tom LaneDisallow converting a table to a view if it has trigger...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
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-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
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-06-06 Tom LaneImplement outer-level aggregates to conform to the...
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-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
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-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
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-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
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-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
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-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
next