Age | Commit message (Expand) | Author |
2000-06-15 | Clean up #include's. | Bruce Momjian |
2000-06-12 | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian |
2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
2000-04-27 | Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries, | Tom Lane |
2000-04-20 | Correct error in rewriter that caused SELECT count(*) FROM view | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-04-04 | When rewriting an aggregate introduced into WHERE, allow agg argument to | Tom Lane |
2000-03-16 | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane |
2000-03-12 | Fix performance problem in fireRIRonSubselect: with nested subqueries, | Tom Lane |
2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |
2000-01-17 | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane |
2000-01-05 | Fix it's and its to be correct. | Bruce Momjian |
1999-11-15 | Implement subselects in target lists. Also, relax requirement that | Tom Lane |
1999-11-01 | Eliminate RewritePreprocessQuery, which was taking an | Tom Lane |
1999-10-17 | Except_Intersect_Rewrite() forgot to move LIMIT info to new | Tom Lane |
1999-10-07 | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane |
1999-10-02 | Stick finger into a couple more holes in the leaky dike of | Tom Lane |
1999-10-01 | Clean up rewriter routines to use expression_tree_walker and | Tom Lane |
1999-09-19 | Remove incorrect 'Assert(targetList != NULL)'. An | Tom Lane |
1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
1999-08-25 | Revise implementation of SubLinks so that there is a consistent, | Tom Lane |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-16 | Update #include cleanups | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
1999-07-13 | Remove S*I comments from Stephan. | Bruce Momjian |
1999-07-11 | RewritePreprocessQuery tried to match resjunk targets against | Tom Lane |
1999-06-21 | Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink | Tom Lane |
1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-25 | Bugfix - Range table entries that are unused after rewriting should | Jan Wieck |
1999-05-17 | Skip junk nodes when comparing UNION target list lengths. | Bruce Momjian |
1999-05-17 | Change resjunk to a boolean. | Bruce Momjian |
1999-05-13 | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane |
1999-05-12 | Fixed wrong hasAggs when aggregate columns of view aren't | Jan Wieck |
1999-05-12 | Replaced targetlist entry in GroupClause by reference number | Jan Wieck |
1999-05-09 | Rearrange top-level rewrite operations so that EXPLAIN works | Tom Lane |
1999-02-22 | Final optimizer cleanups. | Bruce Momjian |
1999-02-21 | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian |
1999-01-25 | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian |
1999-01-25 | SELECT FOR UPDATE is implemented... | Vadim B. Mikheev |
1999-01-24 | Rename Aggreg to Aggref. | Bruce Momjian |
1999-01-21 | FOR UPDATE is in parser & rules. | Vadim B. Mikheev |
1999-01-18 | Hi! | Bruce Momjian |
1998-12-14 | Add support for the CASE statement in the rewrite handling. | Thomas G. Lockhart |