| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -76/+78 |
| * | Eliminate RewritePreprocessQuery, which was taking an | Tom Lane | 1999-11-01 | 1 | -72/+22 |
| * | Except_Intersect_Rewrite() forgot to move LIMIT info to new | Tom Lane | 1999-10-17 | 1 | -1/+8 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -35/+56 |
| * | Stick finger into a couple more holes in the leaky dike of | Tom Lane | 1999-10-02 | 1 | -1/+16 |
| * | Clean up rewriter routines to use expression_tree_walker and | Tom Lane | 1999-10-01 | 1 | -1537/+497 |
| * | Remove incorrect 'Assert(targetList != NULL)'. An | Tom Lane | 1999-09-19 | 1 | -9/+2 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -9/+8 |
| * | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 | 1 | -40/+39 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -6/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -14/+14 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -12/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+2 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -7/+1 |
| * | RewritePreprocessQuery tried to match resjunk targets against | Tom Lane | 1999-07-11 | 1 | -6/+9 |
| * | Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink | Tom Lane | 1999-06-21 | 1 | -226/+29 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -9/+14 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -1090/+1183 |
| * | Bugfix - Range table entries that are unused after rewriting should | Jan Wieck | 1999-05-25 | 1 | -2/+140 |
| * | Skip junk nodes when comparing UNION target list lengths. | Bruce Momjian | 1999-05-17 | 1 | -5/+14 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -2/+2 |
| * | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 | 1 | -18/+18 |
| * | Fixed wrong hasAggs when aggregate columns of view aren't | Jan Wieck | 1999-05-12 | 1 | -3/+133 |