log

age author description
2021-07-21 Sjoerd Mullender Use bat count, not heap size as basis for copying. We might have a bat slice. Jul2021
2021-07-21 Sjoerd Mullender Null pointer check first. Jul2021
2021-07-21 Pedro Ferreira The dictionary representation of a table is gone. Remove it Jul2021
2021-07-20 Niels Nes use smaller chunks (if possible without additional malloc/frees) too write/read strings in the logger Jul2021
2021-07-20 Pedro Ferreira Merged with Jul2021
2021-07-20 Pedro Ferreira More check then dereference Jul2021
2021-07-20 Sjoerd Mullender First check, then dereference. Jul2021
2021-07-20 Pedro Ferreira Some defensive lines Jul2021
2021-07-20 Sjoerd Mullender Merge with Jul2021 branch.
2021-07-20 Pedro Ferreira Use quick descriptor Jul2021
2021-07-20 Sjoerd Mullender COLnew_intern doesn't allocate vheap when width is specified, so we do it. Jul2021
2021-07-20 Pedro Ferreira Filter deleted rows while analyzing Jul2021
2021-07-20 Sjoerd Mullender Put back support for upgrades from Nov2019 release. Jul2021
2021-07-20 Sjoerd Mullender Fixed/added copyright notices. Jul2021
2021-07-20 Sjoerd Mullender Changelog blurbs. Jul2021
2021-07-20 Pedro Ferreira I forgot to cleanup at one place Jul2021
2021-07-20 Sjoerd Mullender Reduce number of heap extends by allocating the right amount. Jul2021
2021-07-20 Pedro Ferreira Make sure started transactions always finish properly Jul2021
2021-07-20 Bernardo Mota Added simpler data types to represent geometries (instead of using GEOSGeom) and refactored the code to use them. geo-update
2021-07-19 Bernardo Mota Distance for geographies now calculates the perpendicular of a point in a line. geo-update
2021-07-20 Pedro Ferreira Cleanup storage on failed startup Jul2021
2021-07-20 Niels Nes small fix for the sql_storage, don't access the deleted rows Jul2021
2021-07-20 Sjoerd Mullender Produce full stack trace on timeout. Jul2021
2021-07-20 Sjoerd Mullender Produce full stack trace on crash. Jul2021
2021-07-20 Sjoerd Mullender Add option --restart to restart the server for each test (old behavior). Jul2021
2021-07-20 Sjoerd Mullender Plug a hole. Jul2021
2021-07-19 Pedro Ferreira Look for errors Jul2021
2021-07-19 Pedro Ferreira Issue to be looked on later. In some place the comparison of floating-points is not done right, so -0 differs 0 Jul2021
2021-07-19 Sjoerd Mullender Merge with Jul2021 branch.
2021-07-19 Sjoerd Mullender Deal with offsets that point outside of the vheap. Jul2021
2021-07-19 Niels Nes merged Jul2021
2021-07-19 Niels Nes look up proper tmp structure to cleanup Jul2021
2021-07-19 Sjoerd Mullender Don't unload a bat that is being synced. Jul2021
2021-07-19 Sjoerd Mullender Move locking of the hash out of the inner loop. Jul2021
2021-07-19 Sjoerd Mullender Make sure status checking/handling in TM epilogue is locked. Jul2021
2021-07-19 Sjoerd Mullender Remove second argument from BBPquickdesc. Jul2021
2021-07-19 Pedro Ferreira Fix error code Jul2021
2021-07-19 Niels Nes fixed typo Jul2021
2021-07-19 Niels Nes merged Jul2021
2021-07-19 Niels Nes small optimizations Jul2021
2021-07-19 Niels Nes small compilation fix Jul2021
2021-07-19 Pedro Ferreira Soundex function not available for non ascii strings Jul2021
2021-07-19 Sjoerd Mullender English: sometimes you should use "too", sometimes "to". Jul2021
2021-07-19 Sjoerd Mullender Call bat_iterator_end before BBPunfix. Jul2021
2021-07-19 Sjoerd Mullender Simplify heap extending. Jul2021
2021-07-19 Sjoerd Mullender Don't keep lock while saving bat, use iterator instead. Jul2021
2021-07-19 Sjoerd Mullender Don't clean up iterator twice. Jul2021
2021-07-19 Pedro Ferreira Don't unfix something inexistent Jul2021
2021-07-19 Pedro Ferreira Merged with Jul2021
2021-07-19 Pedro Ferreira At the moment, the error string from this query is not relevant Jul2021
2021-07-19 Pedro Ferreira Merged with Oct2020 Jul2021
2021-07-19 Pedro Ferreira Backported test changes from Jul2021 into Oct2020 and approved Oct2020
2021-07-17 Niels Nes on startup mark deleted bats as deleted by first transaction. Jul2021
2021-07-17 Niels Nes merged Jul2021
2021-07-17 Niels Nes also set heap as dirty Jul2021
2021-07-16 Pedro Ferreira Merged with Oct2020 and converted Jul2021
2021-07-16 Pedro Ferreira Cleanup and add trivial case for C/C++ UDFs Oct2020
2021-07-16 Pedro Ferreira More cleanup and R aggregates also had the same issue Oct2020
2021-07-16 Niels Nes update deleted mask after logging. Jul2021
2021-07-16 Niels Nes small optimization for prepare/exec Jul2021