Age | Commit message (Expand) | Author |
2009-07-16 | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-08 | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane |
2005-06-05 | Remove planner's private fields from Query struct, and put them into | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
2004-01-23 | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane |
2004-01-21 | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-07 | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane |
2003-08-12 | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-25 | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane |
2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
2003-01-20 | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane |
2002-12-16 | Fix GEQO to work again in CVS tip, by being more careful about memory | Tom Lane |
2002-07-20 | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-06-03 | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
2000-09-19 | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane |
2000-08-07 | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane |
2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
2000-01-26 | Add: | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-15 | 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-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-17 | Change GEQO optimizer to release memory after each gene | Tom Lane |
1999-02-18 | optimizer cleanup | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-10 | Cleanup optimizer function names and clarify code. | Bruce Momjian |
1998-07-18 | Rename Rel to RelOptInfo. | Bruce Momjian |