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