index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
geqo
Commit message (
Expand
)
Author
Age
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-28
*
Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.
Tom Lane
2009-07-24
*
Rewrite GEQO's gimme_tree function so that it always finds a legal join
Tom Lane
2009-07-19
*
Make GEQO's planning deterministic by having it start from a predictable
Tom Lane
2009-07-16
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Restructure code that is responsible for ensuring that clauseless joins are
Tom Lane
2007-02-16
*
Repair bug in 8.2's new logic for planning outer joins: we have to allow joins
Tom Lane
2007-02-13
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix planner to do the right thing when a degenerate outer join (one whose
Tom Lane
2006-12-12
*
Fix check for whether a clauseless join has to be forced in the presence of
Tom Lane
2006-10-24
*
Fix some missing inclusions identified with new pgcheckdefines tool.
Tom Lane
2006-07-15
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
The random selection in function linear() could deliver a value equal to max
Tom Lane
2005-06-14
*
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-09
*
Marginal hack to avoid spending a lot of time in find_join_rel during
Tom Lane
2005-06-08
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Fix another place broken by new List implementation :-(. Per example
Tom Lane
2004-12-15
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-21
*
Revise GEQO planner to make use of some heuristic knowledge about SQL, namely
Tom Lane
2004-01-23
*
Repair error apparently introduced in the initial coding of GUC: the
Tom Lane
2004-01-21
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Remove geqo_random_seed parameter. Having geqo reset the global random()
Tom Lane
2003-09-07
*
Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)
Tom Lane
2003-08-12
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/optimizer, backend/rewrite.
Tom Lane
2003-07-25
*
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2003-05-27
*
Portal and memory management infrastructure for extended query protocol.
Tom Lane
2003-05-02
[next]