aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin/brin_minmax_multi.c
Commit message (Expand)AuthorAge
* Fix minmax-multi distance for extreme interval valuesTomas Vondra2023-10-27
* Fix minmax-multi on infinite date/timestamp valuesTomas Vondra2023-10-27
* Fix calculation in brin_minmax_multi_distance_dateTomas Vondra2023-10-27
* Fix overflow when calculating timestamp distance in BRINTomas Vondra2023-10-27
* Improve BRIN minmax-multi opclass test coverageTomas Vondra2023-07-02
* Minor cleanups in the BRIN codeTomas Vondra2023-07-02
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix netmask handling in inet_minmax_multi_opsTomas Vondra2023-03-20
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix assert in BRIN build_distancesTomas Vondra2022-12-30
* Rename shadowed local variablesDavid Rowley2022-10-05
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley2022-09-13
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Rename functions to avoid future conflictsPeter Eisentraut2022-01-10
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix handling of NaN values in BRIN minmax multiTomas Vondra2021-11-06
* Fix incorrect format placeholdersPeter Eisentraut2021-09-01
* Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley2021-06-10
* Clean up some questionable usages of DatumGet* macrosDavid Rowley2021-06-04
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley2021-06-03
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Fix bug in brin_minmax_multi_unionTomas Vondra2021-04-04
* Fix order of parameters in BRIN minmax-multi callsTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for inet typeTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for timetz typeTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for interval typeTomas Vondra2021-04-04
* Fix alignment in BRIN minmax-multi deserializationTomas Vondra2021-03-26
* BRIN minmax-multi indexesTomas Vondra2021-03-26