index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
brin
/
brin_minmax_multi.c
Commit message (
Expand
)
Author
Age
*
Fix minmax-multi distance for extreme interval values
Tomas Vondra
2023-10-27
*
Fix minmax-multi on infinite date/timestamp values
Tomas Vondra
2023-10-27
*
Fix calculation in brin_minmax_multi_distance_date
Tomas Vondra
2023-10-27
*
Fix overflow when calculating timestamp distance in BRIN
Tomas Vondra
2023-10-27
*
Improve BRIN minmax-multi opclass test coverage
Tomas Vondra
2023-07-02
*
Minor cleanups in the BRIN code
Tomas Vondra
2023-07-02
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Fix netmask handling in inet_minmax_multi_ops
Tomas Vondra
2023-03-20
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix assert in BRIN build_distances
Tomas Vondra
2022-12-30
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Don't reference out-of-bounds array elements in brin_minmax_multi.c
David Rowley
2022-09-13
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
*
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-05
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Rename functions to avoid future conflicts
Peter Eisentraut
2022-01-10
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix handling of NaN values in BRIN minmax multi
Tomas Vondra
2021-11-06
*
Fix incorrect format placeholders
Peter Eisentraut
2021-09-01
*
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-10
*
Clean up some questionable usages of DatumGet* macros
David Rowley
2021-06-04
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
*
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
*
Fix bug in brin_minmax_multi_union
Tomas Vondra
2021-04-04
*
Fix order of parameters in BRIN minmax-multi calls
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for inet type
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for timetz type
Tomas Vondra
2021-04-04
*
Fix BRIN minmax-multi distance for interval type
Tomas Vondra
2021-04-04
*
Fix alignment in BRIN minmax-multi deserialization
Tomas Vondra
2021-03-26
*
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26