Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

neondatabase/neon

VladLazar created a review comment on a pull request on neondatabase/neon
Can this test run on the default pg version only?

View on GitHub

VladLazar created a review on a pull request on neondatabase/neon

View on GitHub

problame created a comment on a pull request on neondatabase/neon
We did an early release end of last week, this PR does not have any relevant changes for prod.

View on GitHub

conradludgate pushed 11 commits to proxy-misc-cleanups neondatabase/neon
  • safekeeper: retry eviction. (#9485) Without this manager may sleep forever after eviction failure without retries. 700b102
  • safekeeper: fix version in `TimelinePersistentState::empty()` (#9521) ## Problem The Postgres version in `Timelin... 9909551
  • safekeeper: don't pass conf into storage constructors (#9523) ## Problem The storage components take an entire `S... b54b632
  • Fix unoffload_timeline races with creation (#9525) This PR does two things: 1. Obtain a `TimelineCreateGuard` obj... 76328ad
  • pageserver: add tokio-epoll-uring slots waiters queue depth metrics (#9482) In complement to https://github.com/neo... 85b954f
  • build(deps): bump werkzeug from 3.0.3 to 3.0.6 (#9527) 80262e7
  • Don't consider archived timelines for synthetic size calculation (#9497) Archived timelines should not count towards... e727788
  • safekeeper: don't un-evict timelines during snapshot API handler (#9428) ## Problem When we use pull_timeline API... 923974d
  • storcon: add an API to cancel ongoing reconciler (#9520) ## Problem If something goes wrong with a live migration... 33baca0
  • [proxy] demote warnings and remove dead-argument 514cd36
  • fmt 2b4e745

View on GitHub

jcsp pushed 1 commit to main neondatabase/neon
  • storcon: add an API to cancel ongoing reconciler (#9520) ## Problem If something goes wrong with a live migration... 33baca0

View on GitHub

jcsp deleted a branch neondatabase/neon

jcsp/storcon-cancel-api

jcsp closed a pull request on neondatabase/neon
storcon: add an API to cancel ongoing reconciler
## Problem If something goes wrong with a live migration, we currently only have awkward ways to interrupt that: - Restart the storage controller - Ask it to do some other modification/migrati...
erikgrinaker opened an issue on neondatabase/neon
CPU/heap profiling at runtime
Having access to CPU and heap profiles would be very useful while debugging production incidents. We should add support for taking such profiles at runtime. It's probably too expensive to always e...
erikgrinaker pushed 4 commits to erik/safekeeper-wal-benchmarks neondatabase/neon
  • Add methods to generate arbitrary records d1a4e1c
  • Also emit the LSN from `next()` 140bdcf
  • Revert to `insert_logical_message()` in simulator dabf1d4
  • safekeeper: add basic WAL ingestion benchmarks dfa57a3

View on GitHub

f4nt0md3v starred neondatabase/neon
erikgrinaker pushed 2 commits to erik/wal-generator neondatabase/neon
  • Also emit the LSN from `next()` 140bdcf
  • Revert to `insert_logical_message()` in simulator dabf1d4

View on GitHub

a-masterov pushed 14 commits to bayandin/regress-tests-use-LFC neondatabase/neon
  • Make test_pageserver_lsn_wait_error_safekeeper_stop less aggressive. (#9517) Previously it inserted ~150MiB of WAL w... c6cf5e7
  • Move logical replication slot monitor neon.c is getting crowded and the logical replication slot monitor is a good ... 05eff3a
  • refactor(timeline creation): idempotency checking (#9501) # Context In the PGDATA import code (https://github.co... 2090e92
  • pageserver: fix N^2 I/O when processing relation drops in transaction abort (#9507) ## Problem We have some known... 8297f7a
  • proxy: propagate session IDs (#9509) fixes #9367 by sending session IDs to local_proxy, and also returns session ID... dbadb0f
  • safekeeper: retry eviction. (#9485) Without this manager may sleep forever after eviction failure without retries. 700b102
  • safekeeper: fix version in `TimelinePersistentState::empty()` (#9521) ## Problem The Postgres version in `Timelin... 9909551
  • safekeeper: don't pass conf into storage constructors (#9523) ## Problem The storage components take an entire `S... b54b632
  • Fix unoffload_timeline races with creation (#9525) This PR does two things: 1. Obtain a `TimelineCreateGuard` obj... 76328ad
  • pageserver: add tokio-epoll-uring slots waiters queue depth metrics (#9482) In complement to https://github.com/neo... 85b954f
  • build(deps): bump werkzeug from 3.0.3 to 3.0.6 (#9527) 80262e7
  • Don't consider archived timelines for synthetic size calculation (#9497) Archived timelines should not count towards... e727788
  • safekeeper: don't un-evict timelines during snapshot API handler (#9428) ## Problem When we use pull_timeline API... 923974d
  • Merge branch 'main' into bayandin/regress-tests-use-LFC f797af3

View on GitHub

a-masterov pushed 2 commits to bayandin/regress-tests-use-LFC neondatabase/neon
  • Fix the detection of True d71ef11
  • Merge remote-tracking branch 'origin/bayandin/regress-tests-use-LFC' into bayandin/regress-tests-use-LFC 74ec277

View on GitHub

jcsp closed an issue on neondatabase/neon
pull_timeline shouldn't unevict timeline
Currently, it unevicts timeline to stream its snapshot. It shouldn't do that. That is, `timeline_snapshot_handler` gets `wal_residence_guard` currently in all cases. Instead it should check whethe...
jcsp pushed 1 commit to main neondatabase/neon
  • safekeeper: don't un-evict timelines during snapshot API handler (#9428) ## Problem When we use pull_timeline API... 923974d

View on GitHub

jcsp closed an issue on neondatabase/neon
pull_timeline shouldn't unevict timeline
Currently, it unevicts timeline to stream its snapshot. It shouldn't do that. That is, `timeline_snapshot_handler` gets `wal_residence_guard` currently in all cases. Instead it should check whethe...
jcsp deleted a branch neondatabase/neon

jcsp/issue-8833-pull-timeline

jcsp closed a pull request on neondatabase/neon
safekeeper: don't un-evict timelines during snapshot API handler
## Problem When we use pull_timeline API on an evicted timeline, it gets downloaded to serve the snapshot API request. That means that to evacuate all the timelines from a node, the node needs ...
bayandin created a review comment on a pull request on neondatabase/neon
It seems we're going to increase it anyway in [another PR](https://github.com/neondatabase/neon/pull/9498#pullrequestreview-2397261135), so I'm ok here

View on GitHub

bayandin created a review on a pull request on neondatabase/neon

View on GitHub

jawj created a review comment on a pull request on neondatabase/neon
We do need bigger than 1G for pg16 (and presumably pg17), but it may not need to be as much as 1200M. Guess it's time for a bit of binary search, unless you know a way to easily establish how much ...

View on GitHub

jawj created a review on a pull request on neondatabase/neon

View on GitHub

github-actions[bot] created a comment on a pull request on neondatabase/neon
<!--AUTOMATIC COMMENT START #9533--> ### 5256 tests run: 5041 passed, 0 failed, 215 skipped ([full report](https://neon-github-public-dev.s3.amazonaws.com/reports/pr-9533/11548304551/index.html)) _...

View on GitHub

vipvap opened a pull request on neondatabase/neon
Storage & Compute release 2024-10-28
## Storage & Compute release 2024-10-28 **Please merge this Pull Request using 'Create a merge commit' button**
github-actions[bot] created a branch on neondatabase/neon

rc/2024-10-28 - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

tristan957 created a comment on a pull request on neondatabase/neon
I added `--recursive` to the `git-submodule(1)` command. More futureproof. @ololobus maybe you can merge in European morning (assuming CI doesn't flake out)?

View on GitHub

tristan957 pushed 1 commit to tristan957/pg_mooncake neondatabase/neon

View on GitHub

mrshrp starred neondatabase/neon
DataDavD starred neondatabase/neon
DataDavD starred neondatabase/neon
Load more