| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -6/+6 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 1 | -13/+39 |
| * | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 | 1 | -26/+128 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -10/+11 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -4/+4 |
| * | MIN() -> Min, fixes compile problem. | Bruce Momjian | 2001-12-20 | 1 | -3/+3 |
| * | Fix buffer-overrun problem in pretty printer. | Tom Lane | 2001-12-19 | 1 | -22/+41 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -3/+3 |
| * | Extend code that deduces implied equality clauses to detect whether a | Tom Lane | 2001-10-18 | 1 | -2/+34 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -1/+3 |
| * | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 1 | -21/+1 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -1/+4 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -15/+22 |
| * | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 | 1 | -5/+7 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -6/+5 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -7/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -3/+3 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -6/+6 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -4/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 | 1 | -3/+3 |
| * | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 1 | -1/+4 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -4/+4 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -8/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -4/+6 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -2/+2 |
| * | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 1 | -4/+1 |
| * | fix compile problem. | Bruce Momjian | 1999-02-22 | 1 | -2/+2 |
| * | pathkeys.c cleanup. | Bruce Momjian | 1999-02-21 | 1 | -2/+2 |
| * | pathkeys fixes | Bruce Momjian | 1999-02-20 | 1 | -7/+15 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -7/+7 |
| * | Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. | Bruce Momjian | 1999-02-10 | 1 | -5/+5 |
| * | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 | 1 | -3/+3 |
| * | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -6/+9 |
| * | Check for null pointer returned from get_opname(). | Thomas G. Lockhart | 1998-08-16 | 1 | -2/+2 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -1/+18 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -15/+1 |
| * | Parser cleanup. | Bruce Momjian | 1998-01-20 | 1 | -6/+2 |
| * | Cleanup of outnodes. | Bruce Momjian | 1998-01-07 | 1 | -2/+2 |
| * | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 | 1 | -4/+1 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -3/+3 |
| * | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | 1 | -4/+4 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -11/+11 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -144/+144 |