]> granicus.if.org Git - postgresql/history - src/backend/rewrite
Message editing: remove gratuitous variations in message wording, standardize
[postgresql] / src / backend / rewrite /
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...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-07 Tom LaneRevert treatment of NOTIFY in rules to its pre-7.1...
2001-08-12 Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
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 LanePermission checking wasn't quite right for insert/updat...
2001-05-03 Tom LanePermissions were not checked correctly when one view...
2001-04-18 Tom LaneMake the world safe for passing whole rows of views...
2001-04-17 Tom LaneAdd some defenses to guard against case where a rule...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
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-27 Tom LaneRefuse to try to attach a condition to a NOTIFY or...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-13 Tom LaneRelax test on typmod matching between a table and its...
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-16 Tom LaneChange SearchSysCache coding conventions so that a...
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-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Tom LaneFix relation-to-view conversion so that it doesn't...
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-12 Bruce MomjianO.K. -
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-30 Tom LaneType lztext is toast.
2000-07-09 Tom LaneMake view/rule permission checking behave properly...
2000-06-30 Tom LaneUse a private memory context to store rule information...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
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...
next