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
/
backend
/
utils
/
adt
/
selfuncs.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
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-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-04
Remove dead variables.
Tom Lane
2017-06-03
Fix <> and pattern-NOT-match estimators to handle nulls correctly.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Standardize terminology for pg_statistic_ext entries.
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-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Fix BRIN cost estimation
Alvaro Herrera
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-03-27
Fix thinko in estimate_num_groups
Alvaro Herrera
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-08
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-29
Improve eqjoinsel_semi's behavior for small inner relations with no stats.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-04
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-03-27
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().
Tom Lane
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-10
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
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
2016-01-01
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2015-12-01
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-08-23
Reduce number of bytes examined by convert_one_string_to_scalar().
Tom Lane
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-09
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
[next]