]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/selfuncs.c
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
[postgresql] / src / backend / utils / adt / selfuncs.c
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-07-12 Bruce MomjianImprove comments for AdjustIntervalForTypmod.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-10 Tom LaneSeparate predicate-testing code out of indxpath.c,...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-01 Tom Lanepatternsel() was improperly stripping RelabelType from...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-01 Tom LaneSecond try at making examine_variable and friends behav...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-26 Tom LaneFix a pair of related issues with estimation of inequal...
2005-03-07 Bruce MomjianRename canonical encodings, per Peter:
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2005-02-01 Tom LaneAdjust estimate_num_groups() to not clamp per-relation...
2005-01-28 Tom LaneWhen dealing with multiple grouping columns coming...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-02 Tom LaneTeach regex_fixed_prefix() the correct handling of...
2004-11-09 Tom LaneUse a hopefully-more-reliable method of detecting defau...
2004-09-18 Tom LaneFix estimate_num_groups to be able to use expression...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
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-02-27 Tom Lanegenericcostestimate() neglected to include qual startup...
2004-02-17 Tom LaneMake use of statistics on index expressions. There...
2004-02-02 Tom LaneAvoid generating invalid character encoding sequences...
2004-01-17 Tom LaneRepair misestimation of indexscan CPU costs. When...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2003-12-29 Tom LaneUsing canonicalize_qual() to get rid of duplicate index...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-07 Joe ConwayRepair indexed bytea like operations, and related selec...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-10-16 Tom LaneAvoid division by zero in estimate_num_groups() when...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-17 Tom LaneOh, for crying in a bucket ... relax Assert so that...
2003-07-17 Tom LaneWork around buggy strxfrm() present in some Solaris...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-04-16 Tom LaneFix stupid oversight ...
2003-04-15 Tom Laneeqjoinsel's logic for case where MCV lists are not...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-23 Tom LaneTweak selectivity and related routines to cope with...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2003-01-22 Tom LaneMake estimation of mergejoin scan selectivities more...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-12 Tom LaneRevise cost_qual_eval() to compute both startup (one...
2002-12-17 Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-10-19 Tom LaneFix range-query estimation to not double-exclude NULLs...
2002-09-20 Bruce MomjianTom Lane wrote:
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-09 Peter EisentrautMake initdb print a message about which locale it is...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-03-08 Bruce MomjianTODO item done:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
2002-01-03 Tom LaneGuard against roundoff errors in new selectivity-estima...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-13 Tom LaneMake selectivity routines cope gracefully with NaNs...
2001-10-03 Tom LaneAdd missing TIMESTAMPTZ case.
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-08-13 Tom LaneAdd comparison operators and btree indexing support...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-06-09 Tom LaneTeach convert_to_scalar about datatypes timetz, inet...
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-27 Tom LaneFix eqjoinsel() to make use of new statistics.
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
next