| Fri, 03 Apr 2020 16:52:55 +0200 |
Joeri van Ruth |
Implement COPY INTO ... FROM 'http://...'
copyfromremote
|
| Fri, 03 Apr 2020 16:47:19 +0200 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
| Fri, 03 Apr 2020 16:37:59 +0200 |
Sjoerd Mullender |
Updated a bunch of tracer calls.
Jun2020
|
| Fri, 03 Apr 2020 16:36:13 +0200 |
Sjoerd Mullender |
Write warning, error, and critical messages to stderr.
Jun2020
|
| Fri, 03 Apr 2020 16:33:54 +0200 |
Sjoerd Mullender |
Don't use GDKzalloc if GDKmalloc will do.
Jun2020
|
| Fri, 03 Apr 2020 16:32:35 +0200 |
Sjoerd Mullender |
If realloc to smaller size fails, just use the original.
Jun2020
|
| Fri, 03 Apr 2020 16:31:28 +0200 |
Sjoerd Mullender |
Avoid unnecessary strdup.
Jun2020
|
| Fri, 03 Apr 2020 16:30:57 +0200 |
Sjoerd Mullender |
Simplify creation of error message.
Jun2020
|
| Fri, 03 Apr 2020 16:29:34 +0200 |
Sjoerd Mullender |
Allocate error buffer before creating thread.
Jun2020
|
| Fri, 03 Apr 2020 16:25:27 +0200 |
Sjoerd Mullender |
Debugger only functions should write to stderr.
Jun2020
|
| Fri, 03 Apr 2020 16:21:02 +0200 |
Sjoerd Mullender |
GDKtracer_log does not return a useful value.
Jun2020
|
| Fri, 03 Apr 2020 16:19:14 +0200 |
Sjoerd Mullender |
Removed some ancient debugging code.
Jun2020
|
| Fri, 03 Apr 2020 16:15:02 +0200 |
Sjoerd Mullender |
Cleanup code.
Jun2020
|
| Fri, 03 Apr 2020 16:14:29 +0200 |
Sjoerd Mullender |
Exit with an error code if the query in -s fails.
Jun2020
|
| Fri, 03 Apr 2020 16:12:32 +0200 |
Sjoerd Mullender |
On Windows just use snprintf, add a comment.
Jun2020
|
| Fri, 03 Apr 2020 16:10:21 +0200 |
Joeri van Ruth |
Avoid empty writes
|
| Fri, 03 Apr 2020 13:56:00 +0200 |
Joeri van Ruth |
Make snapshot file format configurable
|
| Fri, 03 Apr 2020 12:11:41 +0200 |
Joeri van Ruth |
Fix terrible string handling bug
|
| Fri, 03 Apr 2020 16:03:48 +0200 |
Niels Nes |
small cleanup of outer expression administration
Jun2020
|
| Fri, 03 Apr 2020 13:47:07 +0200 |
Pedro Ferreira |
Added reserved keywords for current schema, role and timezone for set statements, so it won't break existing scripts
scoping
|
| Fri, 03 Apr 2020 12:12:33 +0200 |
Pedro Ferreira |
Major cleanup.
scoping
|
| Fri, 03 Apr 2020 11:13:05 +0200 |
Martin Kersten |
Temporarily disable the sys.queue, until I find out exactly what went wrong
|
| Fri, 03 Apr 2020 09:15:58 +0200 |
Niels Nes |
fixed small leak at store_exit, removes even the possibly leaked from the valgrind output.
Jun2020
|
| Fri, 03 Apr 2020 08:49:56 +0200 |
Pedro Ferreira |
Cleaned the outer relation binding for the 2 level reference case (I forgot on changeset 377f135a234e). Also another query crashing :(
Jun2020
|
| Thu, 02 Apr 2020 17:13:08 +0200 |
Niels Nes |
fixed problems in subquery5,
Jun2020
|
| Thu, 02 Apr 2020 17:09:09 +0200 |
Martin Kersten |
The sys.queue() has been turned into a circular buffer to allow for
|
| Thu, 02 Apr 2020 15:11:06 +0200 |
Sjoerd Mullender |
Remove column 13 from test: FIRST_VALUE *cannot* give a well-defined result.
Jun2020
|
| Thu, 02 Apr 2020 14:57:31 +0200 |
Pedro Ferreira |
Cleanup and fixed handling of declared tables in the global scope
scoping
|
| Thu, 02 Apr 2020 14:43:01 +0200 |
Sjoerd Mullender |
Fix ordering so that row_number gives a consistent result.
Jun2020
|
| Thu, 02 Apr 2020 14:05:22 +0200 |
Joeri van Ruth |
Make snapshot list proto epoch independent
|
| Thu, 02 Apr 2020 10:13:34 +0200 |
Joeri van Ruth |
Complete incomplete help message
|
| Thu, 02 Apr 2020 13:32:56 +0200 |
Sjoerd Mullender |
Use GDKtracer for GDKerror.
Jun2020
|
| Wed, 01 Apr 2020 14:36:39 +0200 |
Sjoerd Mullender |
Skip test that always succeeds.
Jun2020
|
| Wed, 01 Apr 2020 14:35:50 +0200 |
Sjoerd Mullender |
Rename some internal functions + skip some unnecessary checks.
Jun2020
|
| Wed, 01 Apr 2020 14:32:04 +0200 |
Sjoerd Mullender |
Indent.
Jun2020
|
| Wed, 01 Apr 2020 14:30:21 +0200 |
Sjoerd Mullender |
Adapt and use GDKtracer for system error message GDKsyserror.
Jun2020
|
| Thu, 02 Apr 2020 11:46:40 +0200 |
Pedro Ferreira |
Improved rel_dump for PSM_SET, PSM_VAR and PSM_RETURN expressions
scoping
|
| Thu, 02 Apr 2020 10:37:23 +0200 |
Niels Nes |
use candidates also on the anti join's difference step
Jun2020
|
| Thu, 02 Apr 2020 09:49:23 +0200 |
Pedro Ferreira |
Merged with default
scoping
|
| Thu, 02 Apr 2020 09:45:16 +0200 |
Pedro Ferreira |
Merged with Jun2020
|
| Thu, 02 Apr 2020 09:25:31 +0200 |
Pedro Ferreira |
Throw better error message
Jun2020
|
| Thu, 02 Apr 2020 09:06:26 +0200 |
Pedro Ferreira |
Added testing reads and writes into the global temp table on test
Jun2020
|
| Wed, 01 Apr 2020 21:15:58 +0200 |
Niels Nes |
add stable out
Jun2020
|
| Wed, 01 Apr 2020 21:15:24 +0200 |
Niels Nes |
add missing propagation and reinitialisation of temp tables (both global and local)
Jun2020
|
| Wed, 01 Apr 2020 17:57:47 +0200 |
Pedro Ferreira |
Removed dead code
Jun2020
|
| Wed, 01 Apr 2020 17:01:00 +0200 |
Pedro Ferreira |
Approved errors
Jun2020
|
| Wed, 01 Apr 2020 16:44:43 +0200 |
Pedro Ferreira |
Defensive lines at storage, increase number of schema updates on persisted tables only
Jun2020
|
| Wed, 01 Apr 2020 11:15:24 +0200 |
Sjoerd Mullender |
Do not do any interpretation on lines skipped by the OFFSET clause in COPY INTO.
Jun2020
|
| Wed, 01 Apr 2020 14:37:35 +0200 |
Pedro Ferreira |
Cleanup.
scoping
|
| Wed, 01 Apr 2020 14:38:09 +0300 |
Thodoris Zois |
add dbalias in the connection string
hitchhiker
|
| Wed, 01 Apr 2020 12:58:58 +0200 |
Pedro Ferreira |
Cannot rename views or declared tables
Jun2020
|
| Wed, 01 Apr 2020 11:42:06 +0200 |
Pedro Ferreira |
Reduced output of tests for faster diff times
Jun2020
|
| Wed, 01 Apr 2020 11:26:38 +0200 |
Pedro Ferreira |
Added test for bug 6846
Jun2020
|
| Wed, 01 Apr 2020 11:17:21 +0200 |
Pedro Ferreira |
MAL-signatures test requires embedded_c=true on a Single Server run. Also set the run to use embedded_py=3 and approve its output
Jun2020
|
| Wed, 01 Apr 2020 10:01:21 +0200 |
Pedro Ferreira |
No temporary tables in merge/remote/replica tables
Jun2020
|
| Wed, 01 Apr 2020 09:09:47 +0200 |
Niels Nes |
added cleanup of transaction's when the allocator become too large (2x the gtrans size)
Jun2020
|
| Wed, 01 Apr 2020 04:08:22 +0300 |
Thodoris Zois |
connect-disconnect to node
hitchhiker
|
| Tue, 31 Mar 2020 20:34:22 +0300 |
Thodoris Zois |
merge with default
hitchhiker
|
| Tue, 31 Mar 2020 20:30:24 +0300 |
Thodoris Zois |
py script fix whitespace
hitchhiker
|
| Tue, 31 Mar 2020 20:28:37 +0300 |
Thodoris Zois |
landscape arguments - manipulate monetdb
hitchhiker
|