Pavel Safonov
6618e766c9
PostgreSQL: heap impl for version 11
2022-08-03 15:49:12 +03:00
Pavel Safonov
032741139a
ref
2022-08-03 15:23:29 +03:00
Pavel Safonov
f5278f38fb
PostgreSQL: pg_control for ver 12
2022-08-03 13:40:31 +03:00
Pavel Safonov
fdb3b3e449
PostgreSQl: fix offset
2022-08-03 09:17:10 +03:00
Pavel Safonov
d8b891c019
PostgreSQL: pgproee11 pg_control impl
2022-08-02 17:20:50 +03:00
Pavel Safonov
2d3884a3a3
PostgreSQL: pgproee11 heap impl
2022-08-02 16:40:12 +03:00
Pavel Safonov
96a86e20ba
PostgreSQL: fixes
2022-08-02 13:05:44 +03:00
Pavel Safonov
ffd7c9b035
PostgreSQL: implement pgproee 14
2022-08-02 08:43:24 +03:00
Pavel Safonov
6ed026396f
PostgreSQL: accept only normal item pointers
2022-08-01 13:42:19 +03:00
Pavel Safonov
850dc60882
PostgreSQL: lp_flags format
2022-08-01 13:15:17 +03:00
Pavel Safonov
3c6ea87017
Add heap infomask flags parser to PostgreSQL
2022-08-01 09:55:37 +03:00
Pavel Safonov
01b380e863
PostgrreSQl heap decode refactoring
2022-07-29 16:36:59 +03:00
Pavel Safonov
ce9ae76125
PostgreSQL: heap tuples implementation
2022-07-29 12:38:32 +03:00
Pavel Safonov
51878dcd14
PostgreSQL heap page parser implememtation.
2022-07-29 09:10:00 +03:00
Pavel Safonov
bebdfa9446
Try to implement pgwal - fail.
2022-07-28 12:32:35 +03:00
Pavel Safonov
fcd7fbcc56
mappers for postgres
2022-07-21 09:39:12 +03:00
Pavel Safonov
441eceead3
pgpro version mapper
2022-07-21 09:15:15 +03:00
Pavel Safonov
af0e22070e
unix time mapper for postgres
2022-07-21 08:50:17 +03:00
Pavel Safonov
8d317ddf50
lsn mapper
2022-07-20 20:17:50 +03:00
Pavel Safonov
2b1bdfb3ae
add icu version mapper
2022-07-20 20:04:51 +03:00
Pavel Safonov
deaf5ef0dc
WalLevel for postgres
2022-07-20 19:49:47 +03:00
Pavel Safonov
c8ece64253
show mock_authentication_nonce as hex
2022-07-20 19:43:58 +03:00
Pavel Safonov
3b81d99fe1
DBState enum for postgres
2022-07-20 19:25:07 +03:00
Pavel Safonov
0107d122f5
Add pgproee14 flavour to postgres
2022-07-20 09:29:46 +03:00
Pavel Safonov
d4f8dfa2c2
Add flavour arg to postgres parser
2022-07-20 08:43:24 +03:00
Pavel Safonov
8cf83fbc1a
pg_control implementation
2022-07-19 12:00:00 +03:00
Pavel Safonov
9a96da86a7
Add postgres pg_control parser
2022-07-19 08:58:31 +03:00
Pavel Safonov
7d36eeec17
Merge branch 'master' of https://github.com/wader/fq
2022-07-18 12:05:04 +03:00
Mattias Wadman
90822a8cea
Merge pull request #318 from wader/registry-naming
...
interp: Cleanup and clarify some format naming
2022-07-16 22:12:03 +02:00
Mattias Wadman
f5be5180f0
interp: Cleanup and clarify some format naming
2022-07-16 22:04:21 +02:00
Mattias Wadman
1f2ff357d6
Merge pull request #317 from wader/gojqextra-func-simpler
...
gojqextra: Simplify function type helpers
2022-07-16 22:02:53 +02:00
Mattias Wadman
9b2e474ea8
gojqextra: Simplify function type helpers
...
No need for env to be a function
2022-07-16 21:55:47 +02:00
Mattias Wadman
361cb48181
Merge pull request #316 from wader/interp-refactor-reg-fns
...
interp,format: Refactor registry usage and use function helpers
2022-07-16 21:34:09 +02:00
Mattias Wadman
1ddea1ada3
interp,format: Refactor registry usage and use function helpers
...
Move registry to interp and add support for functions and filesystems.
This will be used later for allow formats to add own functions and fq code.
Add gojqextra function helpers to have more comfortable API to add functions.
Takes care of argument type casting and JQValue:s and some more things.
Refactor interp package to use new function helper and registry. Probably
fixes a bunch of JQValue bugs and other type errors.
Refactor out some mpeg nal things to mpeg format.
Refactor interp jq code into display.q and init.jq.
Remove undocumented aes_ctr funciton, was a test. Hopefully will add more crypto things laster.
2022-07-16 19:24:13 +02:00
Mattias Wadman
88dc847441
Merge pull request #315 from wader/bump-github-go-version-1.18.4
...
Update github-go-version from 1.18.3, 1.18.3, 1.18.3 to 1.18.4
2022-07-13 18:17:46 +02:00
Mattias Wadman
f289159041
Merge pull request #314 from wader/bump-docker-golang-1.18.4
...
Update docker-golang from 1.18.3 to 1.18.4
2022-07-13 18:17:34 +02:00
bump
dd283923f7
Update github-go-version from 1.18.3, 1.18.3, 1.18.3 to 1.18.4
2022-07-13 16:04:03 +00:00
bump
51a414dba5
Update docker-golang from 1.18.3 to 1.18.4
2022-07-13 16:03:58 +00:00
Michael Zhilin
f069ddc265
[WIP] initial attempt to add postgres
2022-07-12 11:18:16 +03:00
Mattias Wadman
66093c4776
Merge pull request #313 from wader/mapstruct-camelcase-nested
...
mapstruct: Handle nested values when converting to camel case
2022-07-10 10:57:17 +02:00
Mattias Wadman
b1541c3f49
Merge pull request #312 from wader/doc-jq-value
...
doc: Use singular jq value to refer to jq value
2022-07-10 10:52:06 +02:00
Mattias Wadman
767143491f
mapstruct: Handle nested values when converting to camel case
2022-07-10 10:50:47 +02:00
Mattias Wadman
b03887229c
doc: Use singular jq value to refer to jq value
2022-07-10 10:44:56 +02:00
Mattias Wadman
942524aa8a
Merge pull request #311 from wader/mp4-senc-skip-encrypted
...
mp4: Don't decode encrypted samples
2022-07-07 19:13:08 +02:00
Mattias Wadman
ea2cc3c2ec
mp4: Don't decode encrypted samples
2022-07-07 19:02:10 +02:00
Mattias Wadman
1e98655cab
Merge pull request #310 from wader/fairplay
...
fairplay: Add basic SPC decoder and PSSH system id
2022-07-07 17:25:32 +02:00
Mattias Wadman
64f3e5c717
fairplay: Add basic SPC decoder and PSSH system id
2022-07-07 17:11:55 +02:00
Mattias Wadman
28c1a94003
Merge pull request #309 from wader/argdecode
...
interp: Rename --decode-file to --argdecode to be more consistent
2022-07-04 12:41:54 +02:00
Mattias Wadman
ab8c728aaa
interp: Rename --decode-file to --argdecode to be more consistent
...
There is still an alias for --decode-file
2022-07-04 12:28:37 +02:00
Mattias Wadman
bbf94a60d6
Merge pull request #308 from wader/update-readline
...
readline: Rebase on top of tpodowd's update PR
2022-07-04 11:30:13 +02:00