summaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
AgeCommit message (Expand)Author
2004-01-14Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane
2004-01-14Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-29Coerce unknown-literal-constant default values to the column type duringTom Lane
2003-07-25Error message editing in backend/optimizer, backend/rewrite.Tom Lane
2003-07-16Add defenses against trying to attach qual conditions to a setOperationTom Lane
2003-07-03Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane
2003-06-25UPDATE ... SET <col> = DEFAULTBruce Momjian
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-29Infrastructure for deducing Param types from context, in the same wayTom Lane
2003-02-25Remove REWRITE_INVOKE_MAX in favor of making an accurate check forTom Lane
2003-02-13Repair rule permissions-checking bug reported by Tim Burgess 10-Feb-02:Tom Lane
2003-01-17Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane
2002-12-17To suppress memory leakage in long-lived Lists, lremove() should pfreeTom Lane
2002-12-12Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane
2002-10-20Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane
2002-10-19Fix rewrite code so that rules are in fact executed in order by name,Tom Lane
2002-10-14Adjust handling of command status strings in the presence of rules,Tom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-11Tweak querytree-dependency-extraction code so that columns of tablesTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-29Rephrase 'Cannot insert into a view' and related messages, perTom Lane
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-05Undo not-so-hot decision to postpone insertion of default values intoTom Lane
2002-03-22A little further progress on schemas: push down RangeVars intoTom Lane
2002-03-12Restructure representation of join alias variables. An explicit JOINTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-07-09Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane
2001-07-06Fire rule actions ON INSERT after original statement (if not INSTEAD).Jan Wieck
2001-06-13Remove some dead code, simplify calling convention.Tom Lane
2001-06-12Repair problem with multi-action rules in combination with any nontrivialTom Lane
2001-05-03Permissions were not checked correctly when one view invokes another.Tom Lane
2001-04-17Add some defenses to guard against case where a rule refers to a tableTom Lane
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-27Repair bug reported by Huxton, 1/24/01. We need to include a rule'sTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-03Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane
2000-12-07Make application of FOR UPDATE to a view work exactly like the parser'sTom Lane
2000-12-06Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane
2000-12-05Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane