1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 23:27:12 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
Mattias Wadman
c8f9cdc9d7 interp: Add string_truncate option
Was hardcoded to 50, now confiugurable also used affected by dd, dv etc
2024-04-08 17:45:10 +02:00
Mattias Wadman
051a70bd4b interp: Change bit ranges to use exclusive end
All other ranges and slicing uses exclusive end so i think it make sense
to make it consistent.

Update docs and add additional example for non-byte-aligned field.

Also fixes issue showing zero bit ranges as start-NA.
2023-10-20 15:37:26 +02:00
Mattias Wadman
23ae4d978b decode,interp: Make synthetic values more visible and not act as decode values 2023-10-07 17:40:16 +02:00
Pavel Safonov
c9350de352 postgres: use bit stream instead of masks to get flags 2023-05-06 08:42:16 +03:00
Pavel Safonov
c9b263e925 postgres: version 15 support 2023-04-17 17:12:46 +03:00
Pavel Safonov
60709e5a00 postgres: remove pg_wal. Failed to implement. 2022-11-23 13:55:07 +03:00
Pavel Safonov
5664c0a498 postgres: refactor ItemIdData 2022-11-07 13:35:23 +03:00
Pavel Safonov
7fd41090e3 postgres: add btree index tests 2022-10-31 11:07:10 +03:00
Pavel Safonov
3c7ed5d73c postgres: add tests data 2022-10-31 09:32:31 +03:00
Pavel Safonov
de68785a8d postgres: add test files 2022-10-31 08:36:57 +03:00
Pavel Safonov
7f7f729c90 postgres: refactoring, tests 2022-10-28 13:55:38 +03:00
Pavel Safonov
fb7778a5b0 postgres: add wal tests 2022-10-27 12:08:40 +03:00
Pavel Safonov
939c7c17ad postgres: how_to.md 2022-10-10 13:25:43 +03:00
Pavel Safonov
1aa08e336c postgres: add btree, pg_control to how_to.md 2022-10-10 13:24:04 +03:00
Pavel Safonov
2423f86b3a postgres: add how_to.md - how to generate test files for postgres 2022-10-10 13:08:03 +03:00
Pavel Safonov
78583731dc postgres: postgres 10 support 2022-10-05 13:16:39 +03:00
Pavel Safonov
ae838b921b postgres: move postgres.md to formats.md, add btree tests 2022-09-22 13:25:57 +03:00
Pavel Safonov
c3ef341106 postgresql: general logic for pg_heap, pg_btree 2022-09-21 15:21:29 +03:00
Pavel Safonov
edb565028d postgres: pg_control refactoring 2022-09-21 13:14:57 +03:00
Pavel Safonov
00de0a96e3 postgres: pg_heap refactoring 2022-09-21 12:49:40 +03:00
Pavel Safonov
6281b50ddd postgres: exclude wal tests for now 2022-09-09 17:14:30 +03:00
Pavel Safonov
586c803fa5 postgres: try to implement wal 2022-09-09 07:55:36 +03:00
Pavel Safonov
c2591ac80a postgres: add test data with specific values 2022-09-07 14:14:11 +03:00
Pavel Safonov
ccf2edb526 postgres: better versions probing in pg_control, fix holes, better tests 2022-09-06 09:20:10 +03:00
Pavel Safonov
3e09f9f12d postgres: change tuple struct in heap 2022-09-05 15:01:59 +03:00
Pavel Safonov
ba8b90ba81 postgres: fill gap alignment in heap tuple 2022-09-05 14:54:42 +03:00
Pavel Safonov
666bbfba29 postgres: fix some unknown, chanche tests tovalue -> dv 2022-09-05 12:50:59 +03:00
Pavel Safonov
4db1284f06 postgres: add tests 2022-09-02 16:21:27 +03:00