]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/selfuncs.c
Add support for EUI-64 MAC addresses as macaddr8
[postgresql] / src / backend / utils / adt / selfuncs.c
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-02-15 Tom LaneTeach the planner to treat a partial unique index as...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-23 Tom LaneWhen estimating without benefit of MCV lists (suggestin...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-09-28 Tom LaneDept of second thoughts: let's make sure that get_index...
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-07-07 Tom LaneFix estimate_num_groups() to assume that GROUP BY expre...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-17 Tom LaneRevert thinko introduced into prefix_selectivity()...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
2008-03-08 Tom LaneModify prefix_selectivity() so that it will never estim...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-08 Tom LaneFix mergejoin cost estimation so that we consider the...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-09 Tom LaneSecond pass at improving LIKE/regex estimation in non...
2007-11-07 Tom LaneImprove the performance of LIKE/regex estimation in...
2007-11-07 Tom LaneFix patternsel() and callers to do the right thing...
2007-08-31 Tom LaneApply a band-aid fix for the problem that 8.2 and up...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-05-05 Magnus HaganderCheck return code from strxfrm on Windows since it...
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-21 Tom LaneFix some problems with selectivity estimation for parti...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-01-31 Teodor SigaevRevert gincostestimate changes.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-28 Tom LaneDept of second thoughts: the IQ of estimate_array_lengt...
2007-01-28 Tom LaneFix scalararraysel() to cope with binary-compatible...
2007-01-22 Tom LanePut back planner's ability to cache the results of...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneFix regex_fixed_prefix() to cope reasonably well with...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-15 Tom LaneFix some planner bugs exposed by reports from Arjen...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-20 Tom LaneChange patternsel (LIKE/regex selectivity estimation...
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-07-26 Bruce MomjianWork around bug in strxfmt() but in MS VS2005.
2006-07-24 Tom LaneAdd a fudge factor to genericcostestimate() to prevent...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-01 Tom LaneFix oversight in planning for multiple indexscans driven by
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-05-02 Tom LaneAvoid assuming that statistics for a parent relation...
2006-04-27 Tom LaneGeneralize mcv_selectivity() to support both VAR OP...
2006-04-27 Tom LaneIf we're going to expose VariableStatData for contrib...
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-04-20 Tom LaneEliminate some no-longer-needed workarounds for palloc...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-14 Tom LaneAdd selectivity-calculation code for RowCompareExpr...
2006-01-10 Tom LaneImprove patternsel() by applying the operator itself...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-11 Tom LaneDocument that get_attstatsslot/free_attstatsslot only...
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:
next