| Commit message (Expand) | Author | Age |
* | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | 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-15 |
* | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 |
* | RewritePreprocessQuery tried to match resjunk targets against | Tom Lane | 1999-07-11 |
* | Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink | Tom Lane | 1999-06-21 |
* | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Bugfix - Range table entries that are unused after rewriting should | Jan Wieck | 1999-05-25 |
* | Skip junk nodes when comparing UNION target list lengths. | Bruce Momjian | 1999-05-17 |
* | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 |
* | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 |
* | 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-12 |
* | Rearrange top-level rewrite operations so that EXPLAIN works | Tom Lane | 1999-05-09 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian | 1999-01-25 |
* | SELECT FOR UPDATE is implemented... | Vadim B. Mikheev | 1999-01-25 |
* | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 |
* | FOR UPDATE is in parser & rules. | Vadim B. Mikheev | 1999-01-21 |
* | Hi! | Bruce Momjian | 1999-01-18 |
* | Add support for the CASE statement in the rewrite handling. | Thomas G. Lockhart | 1998-12-14 |
* | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 |
* | The patch does 2 things: | Bruce Momjian | 1998-10-21 |
* | Fix for rules system from Jan. | Bruce Momjian | 1998-10-20 |
* | Please apply the patch at the end. Disables use of system | Bruce Momjian | 1998-10-02 |
* | Here's a combination of all the patches I'm currently waiting | Bruce Momjian | 1998-10-02 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | This is the final state of the rule system for 6.4 after the | Bruce Momjian | 1998-08-24 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-08-18 |
* | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | I started adding the Having Clause and it works quite fine for | Bruce Momjian | 1998-03-30 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 |
* | First step done, | Marc G. Fournier | 1998-02-21 |
* | Make subqueries rewrite properly. | Bruce Momjian | 1998-01-21 |
* | Yohoo UNIONS of VIEWS. | Bruce Momjian | 1998-01-09 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |