6 months ago |
Sjoerd Mullender |
In sys.storage(), report hash size even if hash not loaded.
|
6 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
6 months ago |
Sjoerd Mullender |
Approve upgrade code for non-hge.
|
6 months ago |
Sjoerd Mullender |
Compatibility with ancient software (Ubuntu 20.04).
Aug2024
|
6 months ago |
Sjoerd Mullender |
Some cleanup to sql_storage.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
6 months ago |
Yunus Koning |
allow aggregates in returning clauses
returning
|
6 months ago |
Yunus Koning |
improve relation testing code
returning
|
6 months ago |
Lucas Pereira |
Better precision optimization and some early error checking
Aug2024
|
6 months ago |
Yunus Koning |
add test and test code reading|dumping relations
returning
|
6 months ago |
Yunus Koning |
add/fix dumping/reading ins|del|upd relations
returning
|
6 months ago |
Yunus Koning |
fix rel refcount
returning
|
6 months ago |
Sjoerd Mullender |
Backed out changeset f3a38ec04a62. Too many tests start failing.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Use with statements. This fixes a problem when using Python 3.13.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Add a cast.
Aug2024
|
6 months ago |
Lucas Pereira |
Typo
Aug2024
|
6 months ago |
Lucas Pereira |
Optimize precision and scale when casting to decimal.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Add a --loglevel argument to be able to set the logging level.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
6 months ago |
Niels Nes |
add test for issue #7580
Aug2024
|
6 months ago |
Niels Nes |
use proper types for *_diff functions in statistics
Aug2024
|
6 months ago |
Sjoerd Mullender |
Keep dates and timestamps within bounds in Python interface.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Use PyImport_ImportModule instead of PyImport_Import.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Approve test.
returning
|
6 months ago |
Sjoerd Mullender |
Fix and approve upgrade code.
|
6 months ago |
Joeri van Ruth |
Add system function sys.unclosed_result_sets()
|
6 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
6 months ago |
svetlin |
fix failing ctest
resource_management
|
6 months ago |
Martin van Dinther |
Update the sql ChangeLog regarding the changed CHECK contraint violation message.
Aug2024
|
6 months ago |
Martin van Dinther |
Improve the violation message for CHECK constraints by including the check sql expression and adding the schema name to the constraint name.
Aug2024
|
6 months ago |
Sjoerd Mullender |
When initializing the internal data structures, sub-sort on column number instead of id.
Aug2024
|
6 months ago |
svetlin |
cannot use temp allocator for globals
resource_management
|
6 months ago |
svetlin |
merge with default
resource_management
|
6 months ago |
Yunus Koning |
query return type is recovered later
returning
|
6 months ago |
Yunus Koning |
activate existing tests
returning
|
6 months ago |
Yunus Koning |
add test
returning
|
6 months ago |
Yunus Koning |
merge with default
returning
|
6 months ago |
Yunus Koning |
implement INSERT INTO ... RETURNING ... statements
returning
|
6 months ago |
Sjoerd Mullender |
Back to sorting UUID with radix sort, but now like big-endian.
|
6 months ago |
svetlin |
clean up
resource_management
|
6 months ago |
svetlin |
merge with default
resource_management
|
6 months ago |
Sjoerd Mullender |
Remove upgrade code for pre-Jul2021 versions.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Don't use radix sort for UUID on little-endian architectures.
|
6 months ago |
Sjoerd Mullender |
Some cleanup of radix sort; use it for more types.
|
6 months ago |
Yunus Koning |
cleanup DELETE ... RETURNING code a bit
returning
|
6 months ago |
Yunus Koning |
fix DELETE ... RETURNING statements with no WHERE clause
returning
|
6 months ago |
Yunus Koning |
add first tests for RETURNING clause
returning
|
6 months ago |
Yunus Koning |
UPDATE ... RETURNING ...
returning
|
7 months ago |
Yunus Koning |
move rel_dup
returning
|
7 months ago |
Yunus Koning |
prevent aggregate function and subqueries in returning clause
returning
|
6 months ago |
Sjoerd Mullender |
Allow setopt and getattr on UNIX domain sockets.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Fixing the SELinux policy: use proper regexps.
Aug2024
|
6 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
6 months ago |
Sjoerd Mullender |
Implemented radix sort, use it instead of quick sort for larger arrays.
|
6 months ago |
Sjoerd Mullender |
Py_UNICODE is deprecated in Python 3.13.
Aug2024
|
6 months ago |
Yunus Koning |
Fixes #7577: CHECK constraint on single column can use any column in table
Aug2024
|
6 months ago |
svetlin |
small sanitizer fix
resource_management
|
7 months ago |
svetlin |
merge with default
resource_management
|
7 months ago |
svetlin |
fix test count when tests are specified on command line
|
7 months ago |
svetlin |
align size based on sa_alloc when freeing objects
resource_management
|