Skip to content

Tags: Chainin/pg-strom

Tags

v3.3-2

Toggle v3.3-2's commit message
add pg_strom.debug_cuda_enable_coredump_on_exception for GPU kernel d…

…ebug

v3.3

Toggle v3.3's commit message
code cleanup of float2.c

v3.2

Toggle v3.2's commit message
update changelog

v3.1

Toggle v3.1's commit message
Merge branch 'master' of github.com:heterodb/pg-strom

v3.0

Toggle v3.0's commit message
bugfix: partition-wise GpuJoin made wrong AppendPath

Prior to this commit, try_add_gpujoin_paths() overwrite 'outer_path'
variable if outer_path is GpuJoinPath and expandable.
Then, it also called try_add_gpujoin_append_paths with modified
'outer_path', in the result, sub-path of AppendPath has wrong
relids and failed to run any more.

v2.3

Toggle v2.3's commit message
add alternative pg_*printf() for build of mysql2arrow

v2.2

Toggle v2.2's commit message
mark as v2.2 milestone

v2.1

Toggle v2.1's commit message
update CHANGELOG

v2.0

Toggle v2.0's commit message
fix uninitialized veriables