index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
selfuncs.c
Commit message (
Expand
)
Author
Age
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
*
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
*
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-15
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Avoid believing incomplete MCV-only stats in get_variable_range().
Tom Lane
2021-10-01
*
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-29
*
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
Fix ndistinct estimates with system attributes
Tomas Vondra
2021-03-26
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
neqjoinsel must now pass through collation to eqjoinsel.
Tom Lane
2020-07-21
*
Fix some comments referring to past features
Michael Paquier
2020-06-15
*
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-06-05
*
Allow matchingsel() to be used with operators that might return NULL.
Tom Lane
2020-04-21
*
Clean up cpluspluscheck violation.
Tom Lane
2020-04-21
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-12-02
*
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
*
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-21
*
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-16
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix get_actual_variable_range() to cope with broken HOT chains.
Tom Lane
2019-07-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
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-05-06
*
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-04
*
Improve planner's selectivity estimates for inequalities on CTID.
Tom Lane
2019-03-25
[next]