index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
selfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in comments
Michael Paquier
2023-05-02
1
-1
/
+1
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-1
/
+1
*
Remove some dead code in selfuncs.c
Alvaro Herrera
2023-01-19
1
-26
/
+16
*
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-09
1
-0
/
+4
*
Improve GIN cost estimation
Alexander Korotkov
2023-01-08
1
-5
/
+64
*
Extract the multiplier for CPU process cost of index page into a macro
Alexander Korotkov
2023-01-08
1
-3
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Re-pgindent a few files.
Tom Lane
2022-12-04
1
-1
/
+1
*
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
1
-11
/
+18
*
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-22
1
-5
/
+40
*
Don't read MCV stats needlessly in eqjoinsel().
Tom Lane
2022-11-18
1
-2
/
+18
*
Fix planner failure with extended statistics on partitioned tables.
Tom Lane
2022-11-01
1
-2
/
+9
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
1
-1
/
+1
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
1
-35
/
+3
*
Fix recent cpluspluscheck issue in selfuncs.h.
Peter Geoghegan
2022-09-20
1
-3
/
+3
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-0
/
+1
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
1
-1
/
+1
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
1
-0
/
+2
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-14
/
+5
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-6
/
+6
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
1
-3
/
+35
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
1
-32
/
+5
*
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
1
-12
/
+19
*
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-15
1
-0
/
+17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Avoid believing incomplete MCV-only stats in get_variable_range().
Tom Lane
2021-10-01
1
-5
/
+25
*
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-29
1
-14
/
+14
*
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
1
-1
/
+2
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-8
/
+8
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
1
-1
/
+1
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
1
-1
/
+21
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
1
-42
/
+371
*
Fix ndistinct estimates with system attributes
Tomas Vondra
2021-03-26
1
-3
/
+3
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
1
-1
/
+1
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
1
-2
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
1
-5
/
+7
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
1
-1
/
+1
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
1
-9
/
+11
*
neqjoinsel must now pass through collation to eqjoinsel.
Tom Lane
2020-07-21
1
-6
/
+9
*
Fix some comments referring to past features
Michael Paquier
2020-06-15
1
-2
/
+2
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
1
-61
/
+145
*
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-05
1
-53
/
+71
*
Allow matchingsel() to be used with operators that might return NULL.
Tom Lane
2020-04-21
1
-38
/
+128
*
Clean up cpluspluscheck violation.
Tom Lane
2020-04-21
1
-2
/
+2
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
1
-0
/
+160
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
1
-9
/
+14
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
1
-0
/
+1
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
1
-10
/
+2
[next]