- Dec 28, 2024
-
-
Dmitry Rodionov authored
The patch adds support of ldap auth method to pgproto. For ldap we request user password in clear text using corresponding protocol message. Afterwards password is passed to tarantool `authenticate` method which handles ldap based auth. Important: since password is transferred as clear text it is advised to setup ssl.
-
- Dec 20, 2024
-
-
Вартан Бабаян authored
-
Erik Khamitov authored
-
- Dec 17, 2024
-
-
Erik Khamitov authored
-
- Dec 16, 2024
-
-
Erik Khamitov authored
-
- Nov 20, 2024
-
-
With these changes, a user can specify new default values for vdbe_max_steps vtable_max_rows options in connection string. For example, the following connection string sets both options to 42: postgres://postgres:Passw0rd@localhost:5432?options=vtable_max_rows%3D42,vdbe_max_steps%3D42
-
- Nov 02, 2024
-
-
Previously, the plan was cloned during execution to avoid polluting the cache. However, this appears unnecessary as it was already cloned from the cache before binding parameters. This commit eliminates this cloning, which can result to +7.56% of performance improvement, as demonstrated in https://git.picodata.io/picodata/picodata/picodata/-/issues/1026#note_107222.
-
Disabling the tracing feature has shown a significant performance improvement of 72.50%, as demonstrated in https://git.picodata.io/picodata/picodata/picodata/-/issues/1026#note_107222. This commit disables "tracing" feature for sbroad and eliminates the opentelemetry wrappers and statistics tables.
-
- Oct 22, 2024
-
-
- Oct 15, 2024
-
-
Georgy Moshkin authored
-
- Sep 27, 2024
-
-
Arseniy Volynets authored
-
- Sep 26, 2024
-
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
- Sep 24, 2024
-
-
Denis Smirnov authored
-
- Sep 20, 2024
-
-
Closes #664
-
- Sep 18, 2024
-
-
Dmitry Rodionov authored
-
- Sep 13, 2024
-
-
Maksim Kaitmazian authored
-
Andrey Strochuk authored
-
- Sep 02, 2024
-
-
Maksim Kaitmazian authored
-
- Aug 30, 2024
-
-
roman.kuzmin authored
-
- Aug 27, 2024
-
-
Georgy Moshkin authored
-
- Aug 26, 2024
-
-
Feodor Alexandrov authored
feat: support ALTER SYSTEM. It allows to change whitelisted properties from _pico_property table. Currently, changes affect all tiers. Specifying tier will result in an error. Co-Authored-by:
Dmitry Rodionov <d.rodionov@picodata.io> Co-Authored-by:
Emir Vildanov <e.vildanov@picodata.io>
-
- update sbroad submodule to commit with new normalization rules - update integration tests
-
- Aug 22, 2024
-
-
Dmitry Ivanov authored
-
Maksim Kaitmazian authored
-
-
- Aug 12, 2024
-
-
Maksim Kaitmazian authored
-
- Aug 09, 2024
-
-
Maksim Kaitmazian authored
-
- Jul 23, 2024
-
-
- Jul 17, 2024
-
-
Maksim Kaitmazian authored
-
- Jul 15, 2024
-
-
-
Maksim Kaitmazian authored
Previously, we retrieved the row count using rows.len(), where rows was an iterator that returned the remaining number of rows instead of the total number of rows sent.
-
- Jul 14, 2024
-
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
- Jul 12, 2024
-
-
- Jul 11, 2024
-
-
Maksim Kaitmazian authored
-
- Jul 08, 2024
-
-
Georgy Moshkin authored
-