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
|
7 months ago |
svetlin |
merge with default
resource_management
|
7 months ago |
Martin van Dinther |
Improvement of text.
Aug2024
|
7 months ago |
Martin van Dinther |
The ChangeLog did not mention we added support for CHECK constraints.
Aug2024
|
7 months ago |
Martin van Dinther |
When check constraint is violated at insert, report INSERT INTO instead of UPDATE in the error msg.
Aug2024
|
7 months ago |
Martin van Dinther |
Add error message
Aug2024
|
7 months ago |
Martin van Dinther |
Add test for bug #7574
Aug2024
|
7 months ago |
Niels Nes |
merged with default
ordered-set-aggregates
|
7 months ago |
Sjoerd Mullender |
Approve output.
|
7 months ago |
svetlin |
keep track of allocated/freed objects
resource_management
|
7 months ago |
svetlin |
merge with default
resource_management
|
7 months ago |
Yunus Koning |
implement first version of returning clause on delete statement
returning
|
7 months ago |
Yunus Koning |
new returning branch
returning
|
7 months ago |
Sjoerd Mullender |
Backed out changeset 901f41751361: somehow incorrectly approved.
|
7 months ago |
Niels Nes |
merged with default
ordered-set-aggregates
|
7 months ago |
Sjoerd Mullender |
Fix cleanup in very unlikely error.
Aug2024
|
7 months ago |
svetlin |
sanotizer fixes
resource_management
|
7 months ago |
svetlin |
merge with default
resource_management
|
7 months ago |
Joeri van Ruth |
tlstester: listen on both AF_INET and AF_INET6
|
7 months ago |
svetlin |
fix sanitizer error
resource_management
|
7 months ago |
svetlin |
merge with default
resource_management
|
7 months ago |
Sjoerd Mullender |
Implemented Python version check in Mtest.
|
7 months ago |
Yunus Koning |
double log_destroy: already done by sys_drop_idxs and sys_drop_columns
Aug2024
|
7 months ago |
Sjoerd Mullender |
Approve updated plans (NOT NULL properties).
|
7 months ago |
Sjoerd Mullender |
Remove duplicate test (already in sql/test/Tests/session_vars.test).
|
7 months ago |
Sjoerd Mullender |
Deal with NOWAL testing: sys.debug = 128 in that case.
|
7 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
7 months ago |
Sjoerd Mullender |
Initialize output_log field if WAL disabled; better check in log_printinfo.
Aug2024
|
7 months ago |
Sjoerd Mullender |
Don't check width of nil: it fits always.
Aug2024
|
7 months ago |
Joeri van Ruth |
Support hot snapshotting huge bats and log files
|
7 months ago |
Joeri van Ruth |
Test tlssecurity: leave logging permanently enabled
|
7 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
7 months ago |
Sjoerd Mullender |
We need to be able to read old databases.
Aug2024
|
7 months ago |
Niels Nes |
fix merge issue
ordered-set-aggregates
|
7 months ago |
Sjoerd Mullender |
Small clarification.
Aug2024
|
7 months ago |
Sjoerd Mullender |
Merge with Aug2024 branch.
|
7 months ago |
Sjoerd Mullender |
Typo.
Aug2024
|
7 months ago |
Sjoerd Mullender |
Removed imprints on numeric columns.
|
7 months ago |
Yunus Koning |
fixes #7576: unescaping of UTF-16 surrogate pairs in json.text()
Aug2024
|
7 months ago |
Yunus Koning |
get the SQL expression in the CHECK constraint
Aug2024
|
7 months ago |
Yunus Koning |
fix test output for generated CHECK constraints
Aug2024
|