| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane | 2002-10-20 | 1 | -13/+15 |
| * | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane | 2002-10-19 | 1 | -122/+82 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 1 | -3/+19 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -23/+14 |
| * | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane | 2002-09-11 | 1 | -3/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -23/+21 |
| * | Rephrase 'Cannot insert into a view' and related messages, per | Tom Lane | 2002-08-29 | 1 | -4/+7 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -3/+3 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -1/+5 |
| * | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 | 1 | -3/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -2/+2 |
| * | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane | 2002-04-05 | 1 | -2/+299 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -24/+3 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -9/+17 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -31/+33 |
| * | Fix rule rewriter so that new ordering of ON INSERT actions applies | Tom Lane | 2001-07-09 | 1 | -18/+34 |
| * | Fire rule actions ON INSERT after original statement (if not INSTEAD). | Jan Wieck | 2001-07-06 | 1 | -2/+5 |
| * | Remove some dead code, simplify calling convention. | Tom Lane | 2001-06-13 | 1 | -62/+44 |
| * | Repair problem with multi-action rules in combination with any nontrivial | Tom Lane | 2001-06-12 | 1 | -20/+19 |
| * | Permissions were not checked correctly when one view invokes another. | Tom Lane | 2001-05-03 | 1 | -1/+3 |
| * | Add some defenses to guard against case where a rule refers to a table | Tom Lane | 2001-04-17 | 1 | -5/+27 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -29/+23 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -61/+62 |
| * | Repair bug reported by Huxton, 1/24/01. We need to include a rule's | Tom Lane | 2001-01-27 | 1 | -25/+33 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix breakage of rules using NOTIFY actions, per bug report and patch | Tom Lane | 2001-01-03 | 1 | -1/+2 |
| * | Make application of FOR UPDATE to a view work exactly like the parser's | Tom Lane | 2000-12-07 | 1 | -22/+42 |
| * | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane | 2000-12-06 | 1 | -29/+1 |
| * | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane | 2000-12-05 | 1 | -170/+150 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -14/+48 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -549/+39 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -629/+173 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -277/+155 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -2/+2 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -4/+2 |
| * | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 | 1 | -6/+6 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -8/+8 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -3/+1 |
| * | Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries, | Tom Lane | 2000-04-27 | 1 | -33/+50 |
| * | Correct error in rewriter that caused SELECT count(*) FROM view | Tom Lane | 2000-04-20 | 1 | -19/+19 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -63/+84 |
| * | When rewriting an aggregate introduced into WHERE, allow agg argument to | Tom Lane | 2000-04-04 | 1 | -11/+14 |
| * | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane | 2000-03-16 | 1 | -146/+22 |
| * | Fix performance problem in fireRIRonSubselect: with nested subqueries, | Tom Lane | 2000-03-12 | 1 | -12/+6 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -10/+10 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane | 2000-01-17 | 1 | -2/+2 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -2/+2 |