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

88 Commits

Author SHA1 Message Date
Pavel Safonov
721c1ab3bf psotgres: refactoring 2022-10-31 13:56:56 +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
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
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
296ce68e80 postgres: refactoring 2022-09-22 13:32:03 +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
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
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
Pavel Safonov
1e24d70e45 postgres: move SeekAbs(0) to Probe 2022-09-06 09:27:04 +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
9f5036a311 postgres: made root an array 2022-09-02 11:53:35 +03:00
Pavel Safonov
cf1e7b2345 add pgpro11 for postgres 2022-08-26 14:55:06 +03:00