aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-20
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-19
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Tweak querytree-dependency-extraction code so that columns of tablesTom Lane2002-09-11
* pgindent run.Bruce Momjian2002-09-04
* Rephrase 'Cannot insert into a view' and related messages, perTom Lane2002-08-29
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Undo not-so-hot decision to postpone insertion of default values intoTom Lane2002-04-05
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane2001-07-09
* Fire rule actions ON INSERT after original statement (if not INSTEAD).Jan Wieck2001-07-06
* Remove some dead code, simplify calling convention.Tom Lane2001-06-13
* Repair problem with multi-action rules in combination with any nontrivialTom Lane2001-06-12
* Permissions were not checked correctly when one view invokes another.Tom Lane2001-05-03
* Add some defenses to guard against case where a rule refers to a tableTom Lane2001-04-17
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Repair bug reported by Huxton, 1/24/01. We need to include a rule'sTom Lane2001-01-27
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane2001-01-03
* Make application of FOR UPDATE to a view work exactly like the parser'sTom Lane2000-12-07
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-06
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-05
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* Clean up #include's.Bruce Momjian2000-06-15
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries,Tom Lane2000-04-27
* Correct error in rewriter that caused SELECT count(*) FROM viewTom Lane2000-04-20
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* When rewriting an aggregate introduced into WHERE, allow agg argument toTom Lane2000-04-04
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-16
* Fix performance problem in fireRIRonSubselect: with nested subqueries,Tom Lane2000-03-12
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-17
* Fix it's and its to be correct.Bruce Momjian2000-01-05