Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres #415

Merged
merged 159 commits into from
May 6, 2023
Merged

Postgres #415

merged 159 commits into from
May 6, 2023

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    f069ddc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Merge branch 'master' of https://github.com/wader/fq

    Pavel Safonov committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7d36eee View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Add postgres pg_control parser

    Pavel Safonov committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9a96da8 View commit details
    Browse the repository at this point in the history
  2. pg_control implementation

    Pavel Safonov committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8cf83fb View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Add flavour arg to postgres parser

    Pavel Safonov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    d4f8dfa View commit details
    Browse the repository at this point in the history
  2. Add pgproee14 flavour to postgres

    Pavel Safonov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0107d12 View commit details
    Browse the repository at this point in the history
  3. DBState enum for postgres

    Pavel Safonov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3b81d99 View commit details
    Browse the repository at this point in the history
  4. show mock_authentication_nonce as hex

    Pavel Safonov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c8ece64 View commit details
    Browse the repository at this point in the history
  5. WalLevel for postgres

    Pavel Safonov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    deaf5ef View commit details
    Browse the repository at this point in the history
  6. add icu version mapper

    Pavel Safonov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    2b1bdfb View commit details
    Browse the repository at this point in the history
  7. lsn mapper

    Pavel Safonov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8d317dd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. unix time mapper for postgres

    Pavel Safonov committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    af0e220 View commit details
    Browse the repository at this point in the history
  2. pgpro version mapper

    Pavel Safonov committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    441ecee View commit details
    Browse the repository at this point in the history
  3. mappers for postgres

    Pavel Safonov committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    fcd7fbc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Try to implement pgwal - fail.

    Pavel Safonov committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    bebdfa9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. PostgreSQL heap page parser implememtation.

    Pavel Safonov committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    51878dc View commit details
    Browse the repository at this point in the history
  2. PostgreSQL: heap tuples implementation

    Pavel Safonov committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ce9ae76 View commit details
    Browse the repository at this point in the history
  3. PostgrreSQl heap decode refactoring

    Pavel Safonov committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    01b380e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Add heap infomask flags parser to PostgreSQL

    Pavel Safonov committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3c6ea87 View commit details
    Browse the repository at this point in the history
  2. PostgreSQL: lp_flags format

    Pavel Safonov committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    850dc60 View commit details
    Browse the repository at this point in the history
  3. PostgreSQL: accept only normal item pointers

    Pavel Safonov committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6ed0263 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. PostgreSQL: implement pgproee 14

    Pavel Safonov committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ffd7c9b View commit details
    Browse the repository at this point in the history
  2. PostgreSQL: fixes

    Pavel Safonov committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    96a86e2 View commit details
    Browse the repository at this point in the history
  3. PostgreSQL: pgproee11 heap impl

    Pavel Safonov committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2d3884a View commit details
    Browse the repository at this point in the history
  4. PostgreSQL: pgproee11 pg_control impl

    Pavel Safonov committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d8b891c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. PostgreSQl: fix offset

    Pavel Safonov committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fdb3b3e View commit details
    Browse the repository at this point in the history
  2. PostgreSQL: pg_control for ver 12

    Pavel Safonov committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f5278f3 View commit details
    Browse the repository at this point in the history
  3. ref

    Pavel Safonov committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0327411 View commit details
    Browse the repository at this point in the history
  4. PostgreSQL: heap impl for version 11

    Pavel Safonov committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6618e76 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. PostgreSQL: add pg_control for pgproee 12

    Pavel Safonov committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b4ae1d5 View commit details
    Browse the repository at this point in the history
  2. PostgreSQL: heap impl for pgproee 12

    Pavel Safonov committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    96a96a5 View commit details
    Browse the repository at this point in the history
  3. PostgreSQL: fix

    Pavel Safonov committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d9de2d4 View commit details
    Browse the repository at this point in the history
  4. PostgreSQL: ref

    Pavel Safonov committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b722b21 View commit details
    Browse the repository at this point in the history
  5. PostgreSQl: pg_control impl for version 13

    Pavel Safonov committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c273a6c View commit details
    Browse the repository at this point in the history
  6. PostgreSQl: heap impl for version 13

    Pavel Safonov committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    621c4c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. PostgreSQL: add pg_control to pgpro14

    Pavel Safonov committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a653710 View commit details
    Browse the repository at this point in the history
  2. PostgreSQL: add heap for pgpro14

    Pavel Safonov committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ffc08cf View commit details
    Browse the repository at this point in the history
  3. PostgreSQL: pg_control, pgheap impl for pgproee13

    Pavel Safonov committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    972c5a3 View commit details
    Browse the repository at this point in the history
  4. PostgreSQL: pg_control impl for pgproee 10

    Pavel Safonov committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    07056c2 View commit details
    Browse the repository at this point in the history
  5. PostgreSQL: pgheap impl for pgproee10

    Pavel Safonov committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d148727 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Merge remote-tracking branch 'github/master'

    Pavel Safonov committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e4ba72f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. add pgpro13 to postgres

    Pavel Safonov committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2b3035f View commit details
    Browse the repository at this point in the history
  2. add pgpro13 heap

    Pavel Safonov committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7bf6b11 View commit details
    Browse the repository at this point in the history
  3. add pgpro12 postgres

    Pavel Safonov committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9570d4d View commit details
    Browse the repository at this point in the history
  4. add pgpro11 for postgres

    Pavel Safonov committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    cf1e7b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. add postgres tests for mem, cpu profiling

    Pavel Safonov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f56c72d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'github/master'

    Pavel Safonov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b4c4de2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. allow to change FillGaps in decoder

    Pavel Safonov committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2ee01f7 View commit details
    Browse the repository at this point in the history
  2. postgres: made root an array

    Pavel Safonov committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9f5036a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08eb303 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d588605 View commit details
    Browse the repository at this point in the history
  5. postgres: add tests

    Pavel Safonov committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4db1284 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. postgres: fix some unknown, chanche tests tovalue -> dv

    Pavel Safonov committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    666bbfb View commit details
    Browse the repository at this point in the history
  2. postgres: fill gap alignment in heap tuple

    Pavel Safonov committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ba8b90b View commit details
    Browse the repository at this point in the history
  3. postgres: change tuple struct in heap

    Pavel Safonov committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3e09f9f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    ccf2edb View commit details
    Browse the repository at this point in the history
  2. postgres: move SeekAbs(0) to Probe

    Pavel Safonov committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1e24d70 View commit details
    Browse the repository at this point in the history
  3. postgres: remove duplicate tests

    Pavel Safonov committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5eea605 View commit details
    Browse the repository at this point in the history
  4. postgres: refactoring - remove GetHeapD

    Pavel Safonov committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ff4b6fd View commit details
    Browse the repository at this point in the history
  5. postgres: refactoring

    Pavel Safonov committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f224ed0 View commit details
    Browse the repository at this point in the history
  6. postgres: fix linter

    Pavel Safonov committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    85c0422 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. postgres: add test data with specific values

    Pavel Safonov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c2591ac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. postgres: try to implement wal

    Pavel Safonov committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    586c803 View commit details
    Browse the repository at this point in the history
  2. postgres: first correct read of WAL file

    Pavel Safonov committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1d9ef30 View commit details
    Browse the repository at this point in the history
  3. postgres: exclude wal tests for now

    Pavel Safonov committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6281b50 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'github/master'

    Pavel Safonov committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8f57ebf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into postgres

    Pavel Safonov committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    dc6ed54 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'wader_master' into postgres

    Pavel Safonov committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8e27e30 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. postgres: wal decoding implement

    Pavel Safonov committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e311434 View commit details
    Browse the repository at this point in the history
  2. postgres: add wal checks

    Pavel Safonov committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e66baa7 View commit details
    Browse the repository at this point in the history
  3. postgres: pgwal checks

    Pavel Safonov committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    067f8d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. postgres: try to implement pg_wal

    Pavel Safonov committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    448c369 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. postgres: add state to wal struct

    Pavel Safonov committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    09c42c3 View commit details
    Browse the repository at this point in the history
  2. postgres: refactoring

    Pavel Safonov committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d7bcca0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'wader_master' into postgres

    Pavel Safonov committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f122f72 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. postgres: pg_btree begin impl

    Pavel Safonov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dd84d32 View commit details
    Browse the repository at this point in the history
  2. postgres: pg_btree add opaque flags

    Pavel Safonov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    22a6cfa View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. postgres: btree impl

    Pavel Safonov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d370f5d View commit details
    Browse the repository at this point in the history
  2. postgres: btree impl

    Pavel Safonov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    87b7acf View commit details
    Browse the repository at this point in the history
  3. postgres: btree add free space

    Pavel Safonov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f3f259a View commit details
    Browse the repository at this point in the history
  4. postgres: btree handle full file

    Pavel Safonov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    efda7b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. postgres: pg_heap refactoring

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    00de0a9 View commit details
    Browse the repository at this point in the history
  2. postgres: pg_control refactoring

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    edb5650 View commit details
    Browse the repository at this point in the history
  3. postgres: change AssertPosBytes to AssertPos (bits)

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9f1adb2 View commit details
    Browse the repository at this point in the history
  4. postgres: pg_heap reafactoring

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7dd7dbe View commit details
    Browse the repository at this point in the history
  5. postgresql: general logic for pg_heap, pg_btree

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c3ef341 View commit details
    Browse the repository at this point in the history
  6. postgres: pg_heap refactoring

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    35124bf View commit details
    Browse the repository at this point in the history
  7. postgres: refactoring

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7b52149 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'wader_master' into postgres

    Pavel Safonov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7f219d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. postgres: move postgres.md to formats.md, add btree tests

    Pavel Safonov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    ae838b9 View commit details
    Browse the repository at this point in the history
  2. postgres: refactoring

    Pavel Safonov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    296ce68 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Merge branch 'wader_master' into postgres

    Pavel Safonov committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    94e5b79 View commit details
    Browse the repository at this point in the history
  2. postgres: add postgres.md to format

    Pavel Safonov committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    90386a6 View commit details
    Browse the repository at this point in the history
  3. postgres: generate docs by embedded md

    Pavel Safonov committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    de3ecf1 View commit details
    Browse the repository at this point in the history
  4. postgres: pg_control change default flavour to empty string - it uses…

    … versions prober. Fix root name in pg_heap.
    Pavel Safonov committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    b06c9bc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. postgres: pg_heap fix page_begin, page_end

    Pavel Safonov committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9deab2e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. postgres: postgres 10 support

    Pavel Safonov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7858373 View commit details
    Browse the repository at this point in the history
  2. postgres: refactoring

    Pavel Safonov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e57c3b9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'wader_master' into postgres

    Pavel Safonov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6588e1d View commit details
    Browse the repository at this point in the history
  4. postgres: regenerate docs

    Pavel Safonov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    12b8697 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. postgres: page sum impl

    Pavel Safonov committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    03d8fe1 View commit details
    Browse the repository at this point in the history
  2. postgres: make page size const

    Pavel Safonov committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    46e1e33 View commit details
    Browse the repository at this point in the history
  3. postgres: add argument to calc page's check sum correctly

    Pavel Safonov committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4676590 View commit details
    Browse the repository at this point in the history
  4. postgres: refactoring

    Pavel Safonov committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e06fa6e View commit details
    Browse the repository at this point in the history
  5. postgres: refactoring

    Pavel Safonov committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    bedc480 View commit details
    Browse the repository at this point in the history
  6. postgres: lint, doc

    Pavel Safonov committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6fe5f05 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    2423f86 View commit details
    Browse the repository at this point in the history
  2. postgres: add btree, pg_control to how_to.md

    Pavel Safonov committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1aa08e3 View commit details
    Browse the repository at this point in the history
  3. postgres: how_to.md

    Pavel Safonov committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    939c7c1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'wader_master' into postgres

    Pavel Safonov committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    83d63c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    dd9c7f0 View commit details
    Browse the repository at this point in the history
  2. postgres: remove SeekAbs(0) where it's not used.

    Pavel Safonov committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    8f55e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. postgres: add additional checks in pg_heap

    Pavel Safonov committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5ff6273 View commit details
    Browse the repository at this point in the history
  2. postgres: allow all flovours to decode btree index

    Pavel Safonov committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    9f61e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4408fb View commit details
    Browse the repository at this point in the history
  4. postgres: add pg_wal for pgproee11 as copy of postgres14

    Pavel Safonov committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6aed238 View commit details
    Browse the repository at this point in the history
  5. postgres: wal const

    Pavel Safonov committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a4c1c5b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. postgres: wal impl

    Pavel Safonov committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c105fcd View commit details
    Browse the repository at this point in the history
  2. postgres: wal refactoing

    Pavel Safonov committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b09ec2f View commit details
    Browse the repository at this point in the history
  3. postgres: wal refactoing

    Pavel Safonov committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    26bff14 View commit details
    Browse the repository at this point in the history
  4. postgres: wal implementation

    Pavel Safonov committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7c1dfbd View commit details
    Browse the repository at this point in the history
  5. postgres: refactoring

    Pavel Safonov committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7c92715 View commit details
    Browse the repository at this point in the history
  6. postgres: wal refactoring

    Pavel Safonov committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    bd2bdd6 View commit details
    Browse the repository at this point in the history
  7. postgres: refactoring

    Pavel Safonov committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7dedcba View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. postgres: add wal tests

    Pavel Safonov committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    fb7778a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. postgres: pgpro wal implementation

    Pavel Safonov committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e8d8cac View commit details
    Browse the repository at this point in the history
  2. postgres: pgpro wal refactoring

    Pavel Safonov committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d7a0f93 View commit details
    Browse the repository at this point in the history
  3. postgres: wal refactoring

    Pavel Safonov committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    069babb View commit details
    Browse the repository at this point in the history
  4. postgres: refactoring, tests

    Pavel Safonov committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7f7f729 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. postgres: add test files

    Pavel Safonov committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    de68785 View commit details
    Browse the repository at this point in the history
  2. postgres: add tests data

    Pavel Safonov committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3c7ed5d View commit details
    Browse the repository at this point in the history
  3. postgres: add btree index tests

    Pavel Safonov committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7fd4109 View commit details
    Browse the repository at this point in the history
  4. postgres: remove arg in pg_btree

    Pavel Safonov committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6e2e44d View commit details
    Browse the repository at this point in the history
  5. psotgres: refactoring

    Pavel Safonov committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    721c1ab View commit details
    Browse the repository at this point in the history
  6. postgres: refactoring

    Pavel Safonov committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a4d904e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Merge branch 'wader_master' into postgres

    Pavel Safonov committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    cdf2831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c7f20b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. postgres: remove unused code

    Pavel Safonov committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e87d5a6 View commit details
    Browse the repository at this point in the history
  2. postgres: remove lsn parameter in pg_wal

    Pavel Safonov committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5bb8654 View commit details
    Browse the repository at this point in the history
  3. postgres: refactor ItemIdData

    Pavel Safonov committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5664c0a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    e8bb169 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. postgres: wal support multiple xlog_body for wal record

    Pavel Safonov committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    015b770 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. postgres: remove pg_wal. Failed to implement.

    Pavel Safonov committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    60709e5 View commit details
    Browse the repository at this point in the history
  2. postgres: lint fixes

    Pavel Safonov committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    dafbf4b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'wader_master' into postgres_wal_removed

    Pavel Safonov committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6fe61cd View commit details
    Browse the repository at this point in the history
  4. postgres: fail on error in pg_heap

    Pavel Safonov committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0ea20e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    97bbc22 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. postgres: fix error in tests

    Pavel Safonov committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    bffa008 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. postgres: version 15 support

    Pavel Safonov committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c9b263e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    bb2659d View commit details
    Browse the repository at this point in the history
  2. postgres: fix compilation, fix tests

    Pavel Safonov committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e5f15c5 View commit details
    Browse the repository at this point in the history
  3. postgres: fix lint

    Pavel Safonov committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9508a20 View commit details
    Browse the repository at this point in the history
  4. postgres: refactoring

    Pavel Safonov committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f6f8d5c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. postgres: update doc

    Pavel Safonov committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7a89234 View commit details
    Browse the repository at this point in the history
  2. postgres: refactoring

    Pavel Safonov committed May 4, 2023
    Configuration menu
    Copy the full SHA
    08c5352 View commit details
    Browse the repository at this point in the history
  3. postgres: fix line endings in error messages, simplify code, add comm…

    …ents
    Pavel Safonov committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c23bc42 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. postgres: btree refactored by Mattias Wadman

    Pavel Safonov committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e839191 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. postgres: use bit stream instead of masks to get flags

    Pavel Safonov committed May 6, 2023
    Configuration menu
    Copy the full SHA
    c9350de View commit details
    Browse the repository at this point in the history
  2. postgres: doc

    Pavel Safonov committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e6a9cdb View commit details
    Browse the repository at this point in the history