index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
2025-04-23
Properly prepare varinfos in estimate_multivariate_bucketsize()
Alexander Korotkov
2025-04-16
Improve comments for estimate_multivariate_ndistinct()
David Rowley
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Fix crash/valgrind error
Peter Eisentraut
2025-04-04
Support non-btree indexes in get_actual_variable_range()
Peter Eisentraut
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-10
Use extended stats for precise estimation of bucket size in hash join
Alexander Korotkov
2025-02-19
Improve statistics estimation for single-column GROUP BY in sub-queries
Alexander Korotkov
2025-01-14
Consistently spell "leakproof" without a hyphen.
Dean Rasheed
2025-01-02
Ignore nullingrels when looking up statistics
Richard Guo
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-09
Avoid crash in estimate_array_length with null root pointer.
Tom Lane
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
2024-08-06
selfuncs.c: use pg_strxfrm() instead of strxfrm().
Jeff Davis
2024-07-30
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-01-08
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-04
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-27
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-11-17
Extract column statistics from CTE references, if possible.
Tom Lane
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-05-02
Fix typos in comments
Michael Paquier
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-19
Remove some dead code in selfuncs.c
Alvaro Herrera
2023-01-09
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-08
Improve GIN cost estimation
Alexander Korotkov
2023-01-08
Extract the multiplier for CPU process cost of index page into a macro
Alexander Korotkov
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-04
Re-pgindent a few files.
Tom Lane
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-22
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-18
Don't read MCV stats needlessly in eqjoinsel().
Tom Lane
2022-11-01
Fix planner failure with extended statistics on partitioned tables.
Tom Lane
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-20
Fix recent cpluspluscheck issue in selfuncs.h.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-17
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
[next]