Pavel Safonov
dc6ed54437
Merge branch 'master' into postgres
2022-09-09 17:18:20 +03:00
Pavel Safonov
8f57ebf00b
Merge remote-tracking branch 'github/master'
2022-09-09 17:18:09 +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
Pavel Safonov
5eea605f12
postgres: remove duplicate tests
2022-09-06 09:27:40 +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
4db1284f06
postgres: add tests
2022-09-02 16:21:27 +03:00
Pavel Safonov
d58860580a
Merge branch 'master' of github.com:pnsafonov/fq into postgres
2022-09-02 16:16:19 +03:00
Pavel Safonov
08eb303435
postgres: add postgres format docs, refactoing postgres flavours
2022-09-02 16:14:24 +03:00
Pavel Safonov
9f5036a311
postgres: made root an array
2022-09-02 11:53:35 +03:00
Pavel Safonov
2ee01f79c2
allow to change FillGaps in decoder
2022-09-02 09:03:08 +03:00
Pavel Safonov
b4c4de26ca
Merge remote-tracking branch 'github/master'
2022-08-31 12:17:14 +03:00
Mattias Wadman
6748b4dccf
Merge pull request #407 from wader/more-golang-x-exp
...
generics: Use more from x/exp
2022-08-31 11:03:30 +02:00
Mattias Wadman
226a9a3e08
generics: Use more from x/exp
2022-08-31 10:50:56 +02:00
Pavel Safonov
f56c72d353
add postgres tests for mem, cpu profiling
2022-08-31 11:20:50 +03:00
Mattias Wadman
e14cb49ba9
Merge pull request #406 from wader/range-sort-speedup
...
range,decode: Use own range sort impl to speed up a bit
2022-08-30 19:49:09 +02:00
Mattias Wadman
6a6fec54f5
range,decode: Use own range sort impl to speed up a bit
2022-08-30 15:24:19 +02:00
Mattias Wadman
a87616763e
Merge pull request #405 from wader/sort-refactor
...
sortex: Package with type safe sort helpers
2022-08-30 11:11:10 +02:00
Mattias Wadman
7d86534348
sortex: Package with type safe sort helpers
2022-08-30 11:02:57 +02:00
Mattias Wadman
e0bd489668
Merge pull request #404 from wader/matroska-lacing
...
matroska: Add proper lacing support
2022-08-28 21:13:50 +02:00
Mattias Wadman
7749e1b5b9
matroska: Add proper lacing support
2022-08-28 21:03:26 +02:00
Pavel Safonov
cf1e7b2345
add pgpro11 for postgres
2022-08-26 14:55:06 +03:00
Mattias Wadman
32c16dd839
Merge pull request #402 from wader/bitcoin-blkdata-has-header
...
bitcoin_blkdat,bitcoin_block: Make sure there is a header if blkdat
2022-08-26 12:40:04 +02:00
Mattias Wadman
004406de65
bitcoin_blkdat,bitcoin_block: Make sure there is a header if blkdat
...
Makes bitcoin_blkdat fails fast as it is part of probe group.
Speeds up reading a big JSON file etc.
2022-08-26 12:07:53 +02: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
Mattias Wadman
6bbfc66051
Merge pull request #388 from wader/release-0.0.9
...
fq: Release 0.0.9
2022-08-25 17:40:00 +02:00
Mattias Wadman
1997b4b3eb
fq: Release 0.0.9
2022-08-25 17:29:09 +02:00
Mattias Wadman
d8fdf28ece
Merge pull request #401 from wader/xml-at-attr-prefix
...
xml: Switch from "-" to "@" as attribute prefix and make it an option
2022-08-25 17:24:46 +02:00
Mattias Wadman
095e1161b7
xml: Switch from "-" to "@" as attribute prefix and make it an option
...
Seems to be more common.
2022-08-25 17:15:23 +02:00
Mattias Wadman
de40f5cbbf
Merge pull request #400 from wader/ci-no-race-for-windows-macos
...
ci: Skip -race for windows and macos
2022-08-25 17:14:31 +02:00
Mattias Wadman
5d5f799bab
Merge pull request #399 from wader/xml-more-ns
...
xml: Even more namespace fixes
2022-08-25 17:06:17 +02:00
Mattias Wadman
9238251bd0
ci: Skip -race for windows and macos
...
Is slower and think should be ok
2022-08-25 17:06:03 +02:00
Mattias Wadman
716323cea1
xml: Even more namespace fixes
...
fromXML*: Collect namespaces before resolving to not relay on attribute order.
toXML*: Sort attributes, prefer non-namescaped first.
2022-08-25 15:45:09 +02:00
Pavel Safonov
e4ba72f42f
Merge remote-tracking branch 'github/master'
2022-08-25 09:55:48 +03:00
Mattias Wadman
0f42196ae3
Merge pull request #398 from wader/columnerwriter-rewrite
...
columnwriter,dump: Add Column interface and refactor into BarColumn a…
2022-08-24 22:00:17 +02:00
Mattias Wadman
913f5780f4
columnwriter,dump: Add Column interface and refactor into BarColumn and MultiLineColumn
...
This removes bar column drawing responsility from already complicated dump code.
Start of dump code refactor that will enable configurable columns and proper column truncate/wrap.
2022-08-24 21:48:56 +02:00
Mattias Wadman
e47fe218d6
Merge pull request #397 from wader/dump-correct-columns
...
interp,dump: Correctly flush columns if data will be shown
2022-08-24 21:29:19 +02:00
Mattias Wadman
d8792fd104
interp,dump: Correctly flush columns if data will be shown
...
Before addrbar ended up in data and also redudant colunms was added
2022-08-24 21:14:26 +02:00
Mattias Wadman
a27fdfe746
Merge pull request #396 from wader/prores
...
prores_frame: Add basic container and frame header decoder
2022-08-24 19:46:43 +02:00