index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
selfuncs.c
Age
Commit message (
Expand
)
Author
2021-09-29
Clarify use of "statistics objects" in the code
Michael Paquier
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-19
Fix typos and grammar in comments and docs
Michael Paquier
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-27
Extended statistics on expressions
Tomas Vondra
2021-03-26
Fix ndistinct estimates with system attributes
Tomas Vondra
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-09-28
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-21
neqjoinsel must now pass through collation to eqjoinsel.
Tom Lane
2020-06-15
Fix some comments referring to past features
Michael Paquier
2020-06-05
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-04-21
Allow matchingsel() to be used with operators that might return NULL.
Tom Lane
2020-04-21
Clean up cpluspluscheck violation.
Tom Lane
2020-04-01
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-02-06
Refactor hash_agg_entry_size().
Jeff Davis
2020-01-18
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-02
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-11-26
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-21
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-16
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-10-08
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-07-17
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-12
Fix get_actual_variable_range() to cope with broken HOT chains.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-06
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-04-04
Make queries' locking of indexes more consistent.
Tom Lane
2019-03-25
Improve planner's selectivity estimates for inequalities on CTID.
Tom Lane
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-02-21
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-15
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-14
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-12
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-25
Teach nulltestsel() that system columns are never NULL.
Tom Lane
2019-01-21
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
[next]