19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Free allocated stuff before exit (make sanitizer happy).
Jun2023
|
19 months ago |
Sjoerd Mullender |
Initialize variable.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Changelog blurbs.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Adapt test and dump to new reality.
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Fixed some data races + removed stray unlock.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Use tm_gmtoff field in struct tm if we have it, or use Windows-specific code.
|
19 months ago |
Sjoerd Mullender |
Removed a bunch of old symbols.
|
19 months ago |
stefanos mavros |
Merge second head
|
19 months ago |
stefanos mavros |
Adds important comments for CREATE USER with DEFAULT ROLE
|
19 months ago |
stefanos mavros |
Tests if sysadmin user can CREATE USR with DEFAULT ROLE
|
19 months ago |
stefanos mavros |
Extends test for checking if DEFAULT ROLE is granted to new user
|
19 months ago |
stefanos mavros |
Default role of new user must be granted to the user
|
19 months ago |
Sjoerd Mullender |
Avoid data race.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Various small fixes.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Reenable check for database in maintenance mode.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Fewer allocations.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Use lock for any access to memorypool.
Jun2023
|
19 months ago |
Sjoerd Mullender |
A little cleanup.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Fixed some minor issues.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Move property setting to when we do them all.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Reduce number of mallocs, avoid double free.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Use filename in heap structure instead of calculating it.
Jun2023
|
19 months ago |
Sjoerd Mullender |
When making a backup, make one of the old tail file (in case it was widened).
Jun2023
|
19 months ago |
Sjoerd Mullender |
Some tweaks to the min/max aggregate.
Jun2023
|
19 months ago |
Niels Nes |
merged with default
groupjoin
|
19 months ago |
Niels Nes |
cleanup mulitple equal (minus is_any/is_semantics)
groupjoin
|
19 months ago |
Sjoerd Mullender |
Value is unsigned, so compare to unsigned equivalent of nil.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Fix a bunch of properties and concurrency issues.
Jun2023
|
19 months ago |
stefanos mavros |
Merges with default
balanced_union
|
19 months ago |
stefanos mavros |
Enables optimize_unions_topdown for mergetable munion
balanced_union
|
19 months ago |
stefanos mavros |
Fixes mem management bugs
balanced_union
|
19 months ago |
stefanos mavros |
Fixes global properties cnt array max size
|
19 months ago |
stefanos mavros |
Fixes bug in rel2bin_munion
balanced_union
|
19 months ago |
Panagiotis Koutsourakis |
Add more tests for the named parameters
|
19 months ago |
Lucas Pereira |
If insertonly_nowal enabled, do not use Logger flushnow(also bypasses WAL).
insertonly
|
19 months ago |
Lucas Pereira |
Use batCacheid now(view case handled previously) + LOG_TINY macro to increase log rotation.
insertonly
|
19 months ago |
Lucas Pereira |
Merge with default.
insertonly
|
19 months ago |
stefanos mavros |
Adds impl for push_project_down_munion
balanced_union
|
19 months ago |
Lucas Pereira |
Bind the store before first.
insertonly
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
stefanos mavros |
Introduces unionize merge table with munion
balanced_union
|
19 months ago |
Niels Nes |
merged with default
groupjoin
|
19 months ago |
Sjoerd Mullender |
No need to escape . inside a re character class.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Python 3.12 complains about invalid escape sequences in non-raw strings.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Slight code rearrangement.
|
19 months ago |
Sjoerd Mullender |
Updated BBPdump (debug) output.
Jun2023
|
19 months ago |
Sjoerd Mullender |
When saving a bat succeeded, always set batCopiedtodisk.
Jun2023
|
19 months ago |
Niels Nes |
merged with default
groupjoin
|
19 months ago |
Lucas Pereira |
Approve tests.
insertonly
|
19 months ago |
Niels Nes |
merged with jun2023
|
19 months ago |
Niels Nes |
merged
Jun2023
|
19 months ago |
Niels Nes |
small workaround for gcc on freebsd, ie allocate samewhat larger array of file descriptors.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Fix scope.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Fix scope.
Jun2023
|
19 months ago |
Niels Nes |
small fix for using siglongjmp, use correct sigjmp_buf type
Jun2023
|