Pavel Safonov
|
8f55e177f6
|
postgres: remove SeekAbs(0) where it's not used.
|
2022-10-12 10:50:00 +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
|
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 |
|
Pavel Safonov
|
9570d4df77
|
add pgpro12 postgres
|
2022-08-26 12:12:22 +03:00 |
|
Pavel Safonov
|
7bf6b11ee7
|
add pgpro13 heap
|
2022-08-26 09:53:56 +03:00 |
|
Pavel Safonov
|
2b3035fe62
|
add pgpro13 to postgres
|
2022-08-26 09:41:34 +03:00 |
|
Pavel Safonov
|
d14872780c
|
PostgreSQL: pgheap impl for pgproee10
|
2022-08-05 13:37:31 +03:00 |
|
Pavel Safonov
|
07056c2b3d
|
PostgreSQL: pg_control impl for pgproee 10
|
2022-08-05 13:23:51 +03:00 |
|
Pavel Safonov
|
972c5a399d
|
PostgreSQL: pg_control, pgheap impl for pgproee13
|
2022-08-05 10:46:22 +03:00 |
|
Pavel Safonov
|
ffc08cfcf5
|
PostgreSQL: add heap for pgpro14
|
2022-08-05 09:34:24 +03:00 |
|
Pavel Safonov
|
a6537107c7
|
PostgreSQL: add pg_control to pgpro14
|
2022-08-05 09:05:55 +03:00 |
|
Pavel Safonov
|
621c4c4b4e
|
PostgreSQl: heap impl for version 13
|
2022-08-04 16:46:27 +03:00 |
|
Pavel Safonov
|
c273a6c96b
|
PostgreSQl: pg_control impl for version 13
|
2022-08-04 16:32:47 +03:00 |
|
Pavel Safonov
|
b722b21930
|
PostgreSQL: ref
|
2022-08-04 16:12:41 +03:00 |
|