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
e6a9cdbecf
postgres: doc
2023-05-06 08:54:56 +03:00
Pavel Safonov
c9350de352
postgres: use bit stream instead of masks to get flags
2023-05-06 08:42:16 +03:00
Pavel Safonov
e839191679
postgres: btree refactored by Mattias Wadman
2023-05-05 11:28:38 +03:00
Pavel Safonov
c23bc4216f
postgres: fix line endings in error messages, simplify code, add comments
2023-05-04 09:16:55 +03:00
Pavel Safonov
08c535239b
postgres: refactoring
2023-05-04 08:45:42 +03:00
Pavel Safonov
f6f8d5c037
postgres: refactoring
2023-05-03 15:40:32 +03:00
Pavel Safonov
9508a209ea
postgres: fix lint
2023-05-03 15:28:29 +03:00
Pavel Safonov
e5f15c5fed
postgres: fix compilation, fix tests
2023-05-03 10:10:03 +03:00
Pavel Safonov
c9b263e925
postgres: version 15 support
2023-04-17 17:12:46 +03:00
Pavel Safonov
bffa00835d
postgres: fix error in tests
2022-12-26 14:47:23 +03:00
Pavel Safonov
97bbc22a1d
postgres: add page arg in pg_btree, change args names in pg_heap
2022-12-22 11:22:02 +03:00
Pavel Safonov
0ea20e6827
postgres: fail on error in pg_heap
2022-11-23 14:14:51 +03:00
Pavel Safonov
dafbf4b7ed
postgres: lint fixes
2022-11-23 13:56:49 +03:00
Pavel Safonov
60709e5a00
postgres: remove pg_wal. Failed to implement.
2022-11-23 13:55:07 +03:00
Pavel Safonov
015b770585
postgres: wal support multiple xlog_body for wal record
2022-11-10 11:32:25 +03:00
Pavel Safonov
e8bb1692f6
postgres: fix pg_wal when XLogRecord size is more than page size
2022-11-09 16:57:56 +03:00
Pavel Safonov
5664c0a498
postgres: refactor ItemIdData
2022-11-07 13:35:23 +03:00
Pavel Safonov
5bb8654423
postgres: remove lsn parameter in pg_wal
2022-11-07 12:05:33 +03:00
Pavel Safonov
a4d904e1c2
postgres: refactoring
2022-10-31 14:02:08 +03:00
Pavel Safonov
721c1ab3bf
psotgres: refactoring
2022-10-31 13:56:56 +03:00
Pavel Safonov
6e2e44d682
postgres: remove arg in pg_btree
2022-10-31 12:55:09 +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
069babbc0d
postgres: wal refactoring
2022-10-28 13:42:42 +03:00
Pavel Safonov
d7a0f930df
postgres: pgpro wal refactoring
2022-10-28 13:13:33 +03:00
Pavel Safonov
e8d8caca41
postgres: pgpro wal implementation
2022-10-28 13:09:09 +03:00
Pavel Safonov
fb7778a5b0
postgres: add wal tests
2022-10-27 12:08:40 +03:00
Pavel Safonov
7dedcbabae
postgres: refactoring
2022-10-26 16:37:50 +03:00
Pavel Safonov
bd2bdd649a
postgres: wal refactoring
2022-10-26 10:13:50 +03:00
Pavel Safonov
7c92715f2a
postgres: refactoring
2022-10-26 10:11:23 +03:00
Pavel Safonov
7c1dfbd090
postgres: wal implementation
2022-10-26 10:10:47 +03:00
Pavel Safonov
26bff1442f
postgres: wal refactoing
2022-10-26 10:02:38 +03:00
Pavel Safonov
b09ec2fc94
postgres: wal refactoing
2022-10-26 10:01:21 +03:00
Pavel Safonov
c105fcdd90
postgres: wal impl
2022-10-26 09:56:00 +03:00
Pavel Safonov
a4c1c5b811
postgres: wal const
2022-10-24 13:23:28 +03:00
Pavel Safonov
6aed2387b8
postgres: add pg_wal for pgproee11 as copy of postgres14
2022-10-24 13:04:54 +03:00
Pavel Safonov
f4408fb072
Merge branch 'postgres' into postgres_wal_sync_with_postgres
2022-10-24 13:01:03 +03:00
Pavel Safonov
9f61e63702
postgres: allow all flovours to decode btree index
2022-10-24 09:47:27 +03:00
Pavel Safonov
5ff6273505
postgres: add additional checks in pg_heap
2022-10-24 09:44:42 +03:00
Pavel Safonov
8f55e177f6
postgres: remove SeekAbs(0) where it's not used.
2022-10-12 10:50:00 +03:00
Pavel Safonov
dd9c7f0420
Merge branch 'postgres' into postgres_wal_sync_with_postgres
2022-10-12 10:43:59 +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
6fe5f05faf
postgres: lint, doc
2022-10-07 14:17:04 +03:00