Fix re-execution of a failed SQLFunctionCache entry.
[postgresql.git] / src / backend / optimizer / geqo /
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-01-30 Tom LaneMake Vars be outer-join-aware.
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-10-07 Peter EisentrautRemove unnecessary uses of Abs()
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-20 Peter GeogheganHarmonize more parameter names in bulk.
2022-07-30 Tom LaneFix incorrect is-this-the-topmost-join tests in paralle...
2022-04-13 Alvaro HerreraRemove extraneous blank lines before block-closing...
2022-01-23 Tom LaneSuppress variable-set-but-not-used warning from clang 13.
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-11-29 Tom LaneReplace random(), pg_erand48(), etc with a better PRNG...
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-04-07 Tomas VondraConsider Incremental Sort paths at additional places
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-12 Amit KapilaMake the order of the header file includes consistent...
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-16 Tom LaneRemove lappend_cell...() family of List functions.
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-03-29 Robert HaasPostpone generate_gather_paths for topmost scan/join...
2018-02-26 Robert HaasAdd a new upper planner relation for partially-aggregat...
2018-02-16 Peter EisentrautRename enable_partition_wise_join to enable_partitionwi...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-04 Tom Lane#ifdef out assorted unused GEQO code.
2017-03-14 Peter EisentrautSpelling fixes
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-04-30 Tom LaneFix planner crash from pfree'ing a partial path that...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-05 Tom LaneImprove implementation of GEQO's init_tour() function.
2015-04-26 Andres FreundAlso correct therefor to therefore.
2015-02-11 Tom LaneFix GEQO to not assume its join order heuristic always...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Tom LaneAdjust definition of cheapest_total_path to work better...
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-03 Robert HaasMake pgbench use erand48() rather than random().
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-07-24 Tom LaneAdd commentary about Cygwin's broken erand48, per repor...
2009-07-19 Tom LaneRewrite GEQO's gimme_tree function so that it always...
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-02-16 Tom LaneRestructure code that is responsible for ensuring that...
2007-02-13 Tom LaneRepair bug in 8.2's new logic for planning outer joins...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-12 Tom LaneFix planner to do the right thing when a degenerate...
2006-10-24 Tom LaneFix check for whether a clauseless join has to be force...
2006-07-15 Tom LaneFix some missing inclusions identified with new pgcheck...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-14 Tom LaneThe random selection in function linear() could deliver...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-08 Tom LaneMarginal hack to avoid spending a lot of time in find_j...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-15 Tom LaneFix another place broken by new List implementation...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-01-23 Tom LaneRevise GEQO planner to make use of some heuristic knowl...
2004-01-21 Tom LaneRepair error apparently introduced in the initial codin...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-07 Tom LaneRemove geqo_random_seed parameter. Having geqo reset...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
next