index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
selfuncs.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-13
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-07-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-04
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-02-16
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-09-04
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-11
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-09-28
Add hooks to let plugins override the planner's lookups in pg_statistic.
Tom Lane
2008-08-16
Clean up the loose ends in selectivity estimation left by my patch for semi
Tom Lane
2008-08-14
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-03-09
Change patternsel() so that instead of switching from a pure
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-08
Fix mergejoin cost estimation so that we consider the statistical ranges of
Tom Lane
2007-11-07
Improve the performance of LIKE/regex estimation in non-C locales, by making
Tom Lane
2007-08-31
Apply a band-aid fix for the problem that 8.2 and up completely misestimate
Tom Lane
2007-01-22
Put back planner's ability to cache the results of mergejoinscansel(),
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-12-23
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-20
Change patternsel (LIKE/regex selectivity estimation) so that if there
Tom Lane
2006-07-01
Fix oversight in planning for multiple indexscans driven by
Tom Lane
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-04-27
Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR
Tom Lane
[next]