| Commit message (Expand) | Author | Age |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Extend code that deduces implied equality clauses to detect whether a | Tom Lane | 2001-10-18 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 |
* | Take OUTER JOIN semantics into account when estimating the size of join | Tom Lane | 2001-02-16 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane | 2000-02-18 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 |
* | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane | 2000-02-06 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Fix optimizer and make faster. | Bruce Momjian | 1999-02-12 |
* | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 |
* | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Cleanup optimizer function names and clarify code. | Bruce Momjian | 1998-08-10 |
* | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |