2018-09-19 |
Sjoerd Mullender |
Add comment.
|
2018-09-19 |
Sjoerd Mullender |
Work around problem with Clang.
|
2018-09-19 |
Pedro Ferreira |
Progress for non-centered window bounds.
analytics
|
2018-09-19 |
Sjoerd Mullender |
Use compound literal for initialization.
|
2018-09-19 |
Sjoerd Mullender |
Use close_stream() to close and destroy streams.
|
2018-09-19 |
Sjoerd Mullender |
Use compound literals to initialized just allocated memory.
|
2018-09-19 |
Sjoerd Mullender |
Layout.
|
2018-09-19 |
Sjoerd Mullender |
When writing multi-byte binary quantities to a stream, it must be a binary stream.
|
2018-09-19 |
Sjoerd Mullender |
Sockets aren't "text" streams (no CRLF<->LF translation).
|
2018-09-19 |
Sjoerd Mullender |
Consistent naming.
|
2018-09-19 |
Sjoerd Mullender |
All sorts of small fixes.
|
2018-09-18 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-09-18 |
Sjoerd Mullender |
Don't recurse if a simple loop will do.
|
2018-09-17 |
Pedro Ferreira |
Merge with default.
analytics
|
2018-09-17 |
Pedro Ferreira |
Supporting non-centered window bounds for rows bounds at least. Cleaned macros according to the change.
analytics
|
2018-09-16 |
Aris Koning |
Provide test queries for sample functionality.
sample-with-seed
|
2018-09-16 |
Aris Koning |
Make sure that sampling (with seed) works for both relative and absolute sample parameters.
sample-with-seed
|
2018-09-16 |
Aris Koning |
Use mal pattern instead of command.
sample-with-seed
|
2018-09-13 |
Aris Koning |
Introducing BATsample_with_seed using xoshiro128starstar as prg.
sample-with-seed
|
2018-09-14 |
Pedro Ferreira |
Approve test and fix range boundary case.
analytics
|
2018-09-14 |
Pedro Ferreira |
Check for overflows while calculating a range boundary. Also check for NULL boundaries.
analytics
|
2018-09-14 |
Pedro Ferreira |
Use a broader range of expressions when calculating the boundaries.
analytics
|
2018-09-14 |
Pedro Ferreira |
Extend window bounds type coverage for all countable SQL types.
analytics
|
2018-09-14 |
Pedro Ferreira |
Pass expressions for window boundaries, thus allowing different boundaries for different rows. Also changed the window boundaries atom from int to lng to accomodate larger result sets.
analytics
|
2018-09-13 |
Martin van Dinther |
Improve the calculation of the buffer size for storing the generated sequence names.
Aug2018
|
2018-09-13 |
Martin van Dinther |
Correct text for alter sequence error messages.
Aug2018
|
2018-09-13 |
Martin van Dinther |
Use the generated id of store_next_oid() when creating the sequence name, instead of calling store_next_oid() again.
Aug2018
|
2018-09-13 |
Martin van Dinther |
Extended sequence default test with usage of explicitly created sequence which is used in two tables as default next value for seq_####
Aug2018
|
2018-09-13 |
Martin van Dinther |
Changed name of the user created sequence to resolve the generated error output.
Aug2018
|
2018-09-12 |
Pedro Ferreira |
Distinguish unbounded limit from others, due to possible overflow in calculation on range frames.
analytics
|
2018-09-12 |
Pedro Ferreira |
Range frame with bounded preceding/following and no ordering is not reliable to implement.
analytics
|
2018-09-12 |
Pedro Ferreira |
Added missing sql parser tokens for string conversion.
|
2018-09-12 |
Pedro Ferreira |
Merge with default
analytics
|
2018-09-12 |
Pedro Ferreira |
Major cleanup in gdk_analytic. My implementation of range frame was indeed the groups frame. With this cleanup, rows, range and groups frames are properly implemented.
analytics
|
2018-09-12 |
Sjoerd Mullender |
Modernize: use __func__.
|
2018-09-12 |
Sjoerd Mullender |
Removed unused function mapi_cache_shuffle.
|
2018-09-12 |
Sjoerd Mullender |
Removed unused function mapi_stream_query.
|
2018-09-12 |
Sjoerd Mullender |
Don't split huge query in mapi_query into chunks.
|
2018-09-12 |
Sjoerd Mullender |
Use bool.
|
2018-09-12 |
Sjoerd Mullender |
Better error handling in malLoadScript.
|
2018-09-12 |
Sjoerd Mullender |
Before reallocating more space for a bstream, check whether it's needed.
|
2018-09-12 |
Sjoerd Mullender |
Code deduplication (only two simple assignments), and code dedent.
|
2018-09-11 |
Sjoerd Mullender |
Some more const.
|
2018-09-11 |
Sjoerd Mullender |
Copy "noexplain" error prefix.
|
2018-09-11 |
Sjoerd Mullender |
Some type fixes.
|
2018-09-11 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-09-11 |
Sjoerd Mullender |
Use bool.
|
2018-09-11 |
Sjoerd Mullender |
Use min/max properties for an early out in select.
|
2018-09-11 |
Sjoerd Mullender |
Add some comments.
|
2018-09-11 |
Sjoerd Mullender |
Simplify code.
|
2018-09-11 |
Sjoerd Mullender |
Check for malloc failures.
|
2018-09-11 |
Sjoerd Mullender |
Some minor fixes.
|
2018-09-11 |
Sjoerd Mullender |
Removed function mapi_virtual_result.
|
2018-09-11 |
Sjoerd Mullender |
Use actual query for SQLGetTypeInfo.
|
2018-09-10 |
Sjoerd Mullender |
In ODBC, set mapi cache size to either 100 or 10000, not 1000.
|
2018-09-10 |
Sjoerd Mullender |
Removed internal definitions LANG_* from mapi.h.
|
2018-09-10 |
Sjoerd Mullender |
Change some MAPI parameters and return values to type bool.
|
2018-09-10 |
Sjoerd Mullender |
Unexport function bs2_resetbuf.
|
2018-09-10 |
Sjoerd Mullender |
Removed unused function bs2_stealbuf.
|
2018-09-10 |
Sjoerd Mullender |
Removed unused code (column_compression).
|