sharnoff
7c96c638aa
Fix particluar typos: s/cofig/config/g
2021-07-20 10:32:59 +03:00
Dmitry Ivanov
2712eaee15
[postgres] Enable seccomp bpf
2021-07-09 14:59:45 +03:00
anastasia
0c74f6fa4e
Update README about source tree layout
2021-06-01 19:38:42 +03:00
Heikki Linnakangas
fc01fae9b4
Remove leftover references to safekeeper_proxy.
...
We don't use it anymore. The WAL proposer is now a background worker that
runs as part of the primary Postgres server.
2021-06-01 18:50:24 +03:00
Stas Kelvich
0b9bbdc4ec
Remove libxml2 and curl from postgres dependencies.
...
As lazyrestore was removed from our postgres main branch.
2021-06-01 16:08:32 +03:00
Eric Seppanen
263acef1cc
README updates
...
Add build dependencies and other local packages needed (Ubuntu only).
Fix some weird formatting of psql commands due to `sh` syntax
highlighting.
Improve test directions, so pytest doesn't scan the whole tree.
Drop description of the integration_tests directory since it's on its
way out.
2021-05-25 16:41:15 -07:00
Stas Kelvich
42f3dd47d2
update README.md according to recent CLI changes
2021-05-21 00:26:31 +03:00
Alexey Kondratov
0ec56cd21f
Issue #144 : Branching output of zenith branch
...
* Add ancestor_id to pg_list->branch_list output of pageserver.
* Display branching point (LSN) for each non-root branch.
* Add tests for `zenith branch`.
2021-05-20 12:49:04 +03:00
Heikki Linnakangas
ff76226a35
Remove obsolete mgmt-console.
...
It has served its purpose. A new management console is in the works. The
old code is available in git history if we need anything from it.
2021-05-11 10:54:41 +03:00
Heikki Linnakangas
41a3772e90
Replace pgbuild.sh with a Makefile
...
This allows building both Zenith and PostgreSQL in one command. The
command is 'make'
Reviewed-by: Arseny Sher <sher-ars@yandex.ru >
2021-04-28 16:54:45 +03:00
Eric Seppanen
b5a5ea5831
update README: "zenith pageserver start"
...
The old command was "zenith start", which no longer works.
2021-04-20 13:21:02 -07:00
Stas Kelvich
b07fa4c896
update readme
2021-04-13 18:58:22 +03:00
Heikki Linnakangas
4706ed4238
Add --test-threads=1 to instructions on how to run tests.
...
Currently, the tests don't work in parallel. The tests try to create a
data directory in the same path and clash with each other. That should be
fixed, but for now, let's at least fix the instructions on how it works
now.
2021-04-06 14:00:37 +03:00
Heikki Linnakangas
37e258edf2
Add a brief overview of the source code layout in README
2021-04-06 13:55:29 +03:00
Stas Kelvich
924962de06
Update README.md
2021-03-30 03:22:07 +03:00
Arun Sharma
253fc123e7
Initial repo structure
2021-03-26 10:54:25 -07:00
adsharma
56aaf3afdc
Initial commit
2021-03-26 07:20:47 -07:00