1
1
mirror of https://github.com/wader/fq.git synced 2024-12-02 04:05:35 +03:00
Commit Graph

104 Commits

Author SHA1 Message Date
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
Pavel Safonov
bedc480a51 postgres: refactoring 2022-10-07 14:12:36 +03:00
Pavel Safonov
e06fa6e139 postgres: refactoring 2022-10-07 13:33:05 +03:00
Pavel Safonov
4676590624 postgres: add argument to calc page's check sum correctly 2022-10-07 12:58:36 +03:00
Pavel Safonov
46e1e337ff postgres: make page size const 2022-10-07 12:04:49 +03:00
Pavel Safonov
03d8fe1c61 postgres: page sum impl 2022-10-07 11:58:03 +03:00
Pavel Safonov
e57c3b980b postgres: refactoring 2022-10-05 19:37:42 +03:00
Pavel Safonov
78583731dc postgres: postgres 10 support 2022-10-05 13:16:39 +03:00
Pavel Safonov
9deab2ea1b postgres: pg_heap fix page_begin, page_end 2022-09-26 09:10:03 +03:00
Pavel Safonov
b06c9bc28c postgres: pg_control change default flavour to empty string - it uses versions prober. Fix root name in pg_heap. 2022-09-23 14:05:19 +03:00
Pavel Safonov
de3ecf1636 postgres: generate docs by embedded md 2022-09-23 13:50:54 +03:00
Pavel Safonov
90386a651a postgres: add postgres.md to format 2022-09-23 12:50:04 +03:00
Pavel Safonov
296ce68e80 postgres: refactoring 2022-09-22 13:32:03 +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
7b52149c6b postgres: refactoring 2022-09-21 15:40:47 +03:00
Pavel Safonov
35124bf2ff postgres: pg_heap refactoring 2022-09-21 15:36:09 +03:00
Pavel Safonov
c3ef341106 postgresql: general logic for pg_heap, pg_btree 2022-09-21 15:21:29 +03:00
Pavel Safonov
7dd7dbee51 postgres: pg_heap reafactoring 2022-09-21 13:40:35 +03:00
Pavel Safonov
9f1adb2d81 postgres: change AssertPosBytes to AssertPos (bits) 2022-09-21 13:36:15 +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
efda7b3299 postgres: btree handle full file 2022-09-20 18:32:18 +03:00
Pavel Safonov
f3f259af2d postgres: btree add free space 2022-09-20 17:19:01 +03:00
Pavel Safonov
87b7acf39a postgres: btree impl 2022-09-20 16:57:24 +03:00
Pavel Safonov
d370f5d925 postgres: btree impl 2022-09-20 10:11:10 +03:00
Pavel Safonov
22a6cfa572 postgres: pg_btree add opaque flags 2022-09-19 17:10:18 +03:00
Pavel Safonov
dd84d3218c postgres: pg_btree begin impl 2022-09-19 15:45:54 +03:00
Pavel Safonov
d7bcca0a4a postgres: refactoring 2022-09-16 17:15:56 +03:00
Pavel Safonov
09c42c3551 postgres: add state to wal struct 2022-09-16 16:31:13 +03:00
Pavel Safonov
448c369014 postgres: try to implement pg_wal 2022-09-15 16:34:22 +03:00
Pavel Safonov
067f8d569d postgres: pgwal checks 2022-09-12 14:01:16 +03:00
Pavel Safonov
e66baa75f3 postgres: add wal checks 2022-09-12 13:40:59 +03:00
Pavel Safonov
e311434b8f postgres: wal decoding implement 2022-09-12 13:19:32 +03:00
Pavel Safonov
6281b50ddd postgres: exclude wal tests for now 2022-09-09 17:14:30 +03:00
Pavel Safonov
1d9ef300b9 postgres: first correct read of WAL file 2022-09-09 15:16:48 +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
85c042289d postgres: fix linter 2022-09-06 12:55:15 +03:00
Pavel Safonov
f224ed000e postgres: refactoring 2022-09-06 10:23:08 +03:00
Pavel Safonov
ff4b6fdf14 postgres: refactoring - remove GetHeapD 2022-09-06 10:19:52 +03:00