| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| | | |||||
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -3/+3 |
| | | | | | spacing. Also adds space for one-line comments. | ||||
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -10/+8 |
| | | | | | tests pass. | ||||
| * | Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not | Tom Lane | 2001-08-06 | 1 | -9/+11 |
| | | | | | ExecEvalExpr, to avoid possible memory leak. | ||||
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -3/+3 |
| | | |||||
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -50/+41 |
| | | |||||
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+10 |
| | | |||||
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| | | |||||
| * | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 | 1 | -10/+4 |
| | | | | | | | the grammar did not allow redundant parentheses around sub-selects. Distinguish LIMIT ALL from LIMIT 0; make the latter behave as one would expect. | ||||
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -0/+324 |
| ExecutorRun. This allows LIMIT to work in a view. Also, LIMIT in a cursor declaration will behave in a reasonable fashion, whereas before it was overridden by the FETCH count. | |||||
