| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane | 2001-01-09 | 1 | -2/+3 |
| * | Fix erroneous handling of parameters at SubqueryScan plan nodes, | Tom Lane | 2000-11-21 | 1 | -2/+9 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -11/+17 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -1/+2 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -38/+25 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -14/+2 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -2/+10 |
| * | Copy sub-Query nodes to avoid trouble when same sub-Query is linked to | Tom Lane | 2000-08-06 | 1 | -4/+15 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -2/+2 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -4/+2 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -3/+1 |
| * | Repair bug reported by Wickstrom: backend would crash if WHERE clause | Tom Lane | 2000-04-14 | 1 | -2/+9 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -77/+96 |
| * | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane | 2000-04-04 | 1 | -30/+11 |
| * | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 | 1 | -2/+2 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -4/+4 |
| * | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane | 2000-03-14 | 1 | -12/+21 |
| * | Further tweaking of logic that decides when to materialize an uncorrelated | Tom Lane | 2000-03-11 | 1 | -24/+15 |
| * | Apply a MATERIAL node to the result of an uncorrelated subplan, if it | Tom Lane | 2000-03-02 | 1 | -5/+71 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -2/+22 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 1 | -1/+6 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -64/+68 |
| * | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 | 1 | -162/+153 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -24/+7 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -4/+2 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -12/+1 |
| * | Several routines failed to cope with CASE expressions, and | Tom Lane | 1999-07-15 | 1 | -137/+200 |
| * | Clean up problems with sublinks + grouping in planner. Not | Tom Lane | 1999-06-21 | 1 | -36/+73 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -7/+3 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -4/+2 |
| * | Partial fix for copied-plan bugs reported by Hiroshi Inoue: | Tom Lane | 1999-03-03 | 1 | -6/+7 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -1/+1 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -10/+5 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -7/+7 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 1 | -14/+0 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -11/+14 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -29/+29 |
| * | I have found a minor problem with current configure.in. | Bruce Momjian | 1998-08-24 | 1 | -1/+1 |
| * | Fix HAVING patch missing cast. | Bruce Momjian | 1998-07-24 | 1 | -1/+1 |
| * | I'm sorry, but I think I introduced a little bug with my last patch. | Bruce Momjian | 1998-07-24 | 1 | -5/+13 |
| * | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 | 1 | -1/+6 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -1/+1 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -2/+0 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -307/+312 |
| * | Old planner() becomes union_planner(); new planner() makes initialization | Vadim B. Mikheev | 1998-02-13 | 1 | -0/+549 |