satyabhangt
  • Joined on 2024-12-24
satyabhangt pushed to main at cellular/jspg 2026-07-06 00:52:36 +00:00
d9b4f417f6 merger existence read: UNION the id and lk-lookup probes instead of OR-ing them across the hierarchy join — the OR is un-indexable and full-scans the subtype table on every child merge (one scan per relationship-edge write; surfaced by Castleberry onboarding); each UNION arm uses its own index (pk / lk_) and dedup preserves TOO_MANY_LOOKUP_ROWS semantics
satyabhangt pushed tag 1.0.169 to cellular/jspg 2026-07-04 22:28:11 +00:00
satyabhangt pushed to main at cellular/jspg 2026-07-04 22:28:05 +00:00
eae39f92d6 version: 1.0.169
satyabhangt pushed to main at cellular/jspg 2026-07-04 22:27:59 +00:00
2895f06074 page.personal is an opaque filter template (the 'mine' predicate), not a punc name — same read, scope-derived filter
satyabhangt pushed tag 1.0.168 to cellular/jspg 2026-07-04 22:21:49 +00:00
satyabhangt pushed to main at cellular/jspg 2026-07-04 22:21:45 +00:00
c1c16bc814 version: 1.0.168
satyabhangt pushed to main at cellular/jspg 2026-07-04 22:21:36 +00:00
5885552192 database: page carries 'personal' (the personal-scope sibling punc) and sidebar carries 'icon' — previously stripped by the whitelist
satyabhangt pushed tag 1.0.167 to cellular/jspg 2026-07-04 00:04:42 +00:00
satyabhangt pushed to main at cellular/jspg 2026-07-04 00:04:39 +00:00
dc033296d7 version: 1.0.167
satyabhangt pushed to main at cellular/jspg 2026-07-04 00:04:31 +00:00
03a871bc1a filter synthesis: named value types get their own synthesized, referenced filter
satyabhangt pushed tag 1.0.166 to cellular/jspg 2026-07-03 23:24:27 +00:00
satyabhangt pushed to main at cellular/jspg 2026-07-03 23:24:24 +00:00
8aa15873b0 version: 1.0.166
satyabhangt pushed to main at cellular/jspg 2026-07-03 23:23:59 +00:00
0d282cc930 filter synthesis: compile named non-table value types structurally
satyabhangt pushed tag 1.0.162 to cellular/jspg 2026-06-19 19:35:19 +00:00
satyabhangt pushed to main at cellular/jspg 2026-06-19 19:35:13 +00:00
10e388421d version: 1.0.162
7f666e0ece Revert "queryer: NULL-tolerant bound for optional single-family forward relations"
98a9719509 Revert "queryer: don't emit a parent type-bound for reified-relationship properties"
Compare 3 commits »
satyabhangt pushed tag 1.0.161 to cellular/jspg 2026-06-19 15:08:57 +00:00
satyabhangt pushed to main at cellular/jspg 2026-06-19 15:08:57 +00:00
0509995589 version: 1.0.161
satyabhangt pushed to main at cellular/jspg 2026-06-19 15:08:39 +00:00
c97e5d75b3 queryer: don't emit a parent type-bound for reified-relationship properties
94477b677d queryer: NULL-tolerant bound for optional single-family forward relations
Compare 2 commits »
satyabhangt pushed to queryer-optional-poly-null-tolerance at cellular/jspg 2026-06-19 15:03:29 +00:00
c97e5d75b3 queryer: don't emit a parent type-bound for reified-relationship properties
satyabhangt pushed to queryer-optional-poly-null-tolerance at cellular/jspg 2026-06-19 14:22:53 +00:00
94477b677d queryer: NULL-tolerant bound for optional single-family forward relations