2021-11-04 |
Martin van Dinther |
Removed deprecated system view sys.systemfunctions. It was marked as deprecated from release Apr2019 (11.33.3).
|
2021-11-04 |
Sjoerd Mullender |
Merge with default branch.
sqlfuncfix
|
2021-11-04 |
Sjoerd Mullender |
Merge with Jul2021 branch.
|
2021-11-04 |
Sjoerd Mullender |
Use strncmp instead of strcmp.
sqlfuncfix
|
2021-11-04 |
Sjoerd Mullender |
Create new file when loading empty, memory-mapped heaps.
Jul2021
|
2021-11-04 |
Pedro Ferreira |
Merged with default
sqlfuncfix
|
2021-11-04 |
Pedro Ferreira |
algebra.fetch generated call on remote plans is an issue, so move it to test file with failing tests
|
2021-11-04 |
Sjoerd Mullender |
Also update sys.functions.side_effects attribute for sys.env() and sys.db_users().
sqlfuncfix
|
2021-11-04 |
Pedro Ferreira |
Set relations require the exact number of expressions with children, so add an extra projection during exists rewriter
|
2021-11-04 |
Sjoerd Mullender |
Update side_effects attribute for selected SQL functions.
sqlfuncfix
|
2021-11-04 |
Pedro Ferreira |
Next subquery crash
|
2021-11-04 |
Pedro Ferreira |
Don't leak on error
sqlfuncfix
|
2021-11-04 |
Sjoerd Mullender |
Approved 32 bit upgrade.
sqlfuncfix
|
2021-11-04 |
Sjoerd Mullender |
Approve upgrade.
sqlfuncfix
|
2021-11-04 |
Sjoerd Mullender |
Approve power8 upgrade.
sqlfuncfix
|
2021-11-04 |
Sjoerd Mullender |
sys.version[:3] doesn't work for Python 3.10.
Jul2021
|
2021-11-04 |
Panagiotis Koutsourakis |
Remove unused properties
|
2021-11-03 |
Sjoerd Mullender |
Recreate SQL functions for which the "unsafe" flag in the MAL implementation changed.
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Give more detailed error messages when parsing functions fail. Backup mvc structure only when required
sqlfuncfix
|
2021-11-03 |
Aris Koning |
More progress.
sequences_7184
|
2021-11-03 |
Sjoerd Mullender |
Fix sys.functions.language value for EXTERNAL (i.e. MAL) functions.
sqlfuncfix
|
2021-11-03 |
Sjoerd Mullender |
Approving test output.
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Reset session status before running parser
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Merged with default
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Update MAL functions with side-effects, so less upgrade code is needed. (Please someone review this)
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Merged with Jul2021
|
2021-11-03 |
Panagiotis Koutsourakis |
Fix typing issues
string_imprints
|
2021-11-02 |
Panagiotis Koutsourakis |
Merge with default
string_imprints
|
2021-11-03 |
Sjoerd Mullender |
Fix some upgrade issues.
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Another corner case handling. While loading a SQL MAL function after a server restart, check the side-effect definitions match between SQL catalog and MAL definition
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Use MAL Symbol 'unsafeProp' to set a SQL MAL function to have side-effects or not. Cleaned instantiation for SQL MAL functions on creation. Now I have to fix te 'unsafeProp' on the backend and add more upgrades
sqlfuncfix
|
2021-11-03 |
Niels Nes |
also handle != in dict.thetaselect
dict
|
2021-11-03 |
Pedro Ferreira |
Clean unused code
sqlfuncfix
|
2021-11-03 |
Pedro Ferreira |
Test concurrent view and function replacements on concurrent transactions
sqlfuncfix
|
2021-11-02 |
Pedro Ferreira |
Cleanup side_effects flag propagation
sqlfuncfix
|
2021-11-02 |
Sjoerd Mullender |
Approvals.
sqlfuncfix
|
2021-11-02 |
Sjoerd Mullender |
Merge with default branch.
sqlfuncfix
|
2021-11-02 |
Sjoerd Mullender |
Approved 32 bit upgrade.
|
2021-11-02 |
Sjoerd Mullender |
Approved power8 upgrade.
|
2021-11-02 |
Sjoerd Mullender |
Fix and approve upgrade.
|
2021-11-02 |
Sjoerd Mullender |
Added upgrade code for change to sys.{db_users,env,var} definitions.
sqlfuncfix
|
2021-11-02 |
Pedro Ferreira |
When a SQL function gets destroyed, delete corresponding backend code so it won't leak. Extended backend call to pass a module name to retrieve the function from
sqlfuncfix
|
2021-11-02 |
Pedro Ferreira |
Look for allocation failure
|
2021-11-02 |
Pedro Ferreira |
SQL functions are created in the 'sql' module. Small cleanup
sqlfuncfix
|
2021-11-02 |
Pedro Ferreira |
Compilation fix and cleanup
sqlfuncfix
|
2021-11-02 |
Pedro Ferreira |
Make it cleaner
Jul2021
|
2021-11-01 |
Pedro Ferreira |
Fix for bug #7191, ie don't free NULL values on prepared statement data
Jul2021
|
2021-11-01 |
Sjoerd Mullender |
Improve heap size calculation for msk bats.
Jul2021
|
2021-10-28 |
Panagiotis Koutsourakis |
Merge with default branch
string_imprints
|
2021-10-28 |
Panagiotis Koutsourakis |
De-allocate the histogram correctly in case we bail out early
string_imprints
|
2021-11-01 |
Pedro Ferreira |
Merged with default
sqlfuncfix
|
2021-11-01 |
Pedro Ferreira |
schema_guard function depends on FQN, so drop it before and later re-create it
|
2021-11-01 |
Niels Nes |
make sure we don't break the dataflow, ie don't assign a bat variable twice.
dict
|
2021-11-01 |
Pedro Ferreira |
Merged with default
sqlfuncfix
|
2021-11-01 |
Pedro Ferreira |
Merged with Jul2021
|
2021-11-01 |
Pedro Ferreira |
Make tests timezone proof
Jul2021
|
2021-11-01 |
Sjoerd Mullender |
Merge with default branch.
dict
|
2021-11-01 |
Pedro Ferreira |
On debug builds use a mangled version of the sql function name, thus making it easier to debug. Added 'NOT_ASSERT' conditional on the test suite, so tests can run only on builds without assertions
sqlfuncfix
|
2021-11-01 |
Sjoerd Mullender |
Copy-paste error.
dict
|
2021-11-01 |
Pedro Ferreira |
Test different instantiations of SQL functions and views on different transactions
sqlfuncfix
|