Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove Internal node and add more system catalogs #832

Merged
merged 10 commits into from
Mar 11, 2024

Conversation

wangrunji0408
Copy link
Member

@wangrunji0408 wangrunji0408 commented Feb 24, 2024

  • remove Internal node from plan, merged into Scan node
  • replace InternalTableExecutor by SystemTableScanExecutor
  • add new system tables: pg_tables, pg_attribute and pg_stat
  • expand commands like \dt to scan from system tables
  • remove hardcoded contributor list, fetch from Github instead update contributor list

…nd make its schema_id = 0

Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
tests/sql/internal.slt Outdated Show resolved Hide resolved
@wangrunji0408 wangrunji0408 added this pull request to the merge queue Mar 11, 2024
Merged via the queue into main with commit ce4d4c6 Mar 11, 2024
4 checks passed
@wangrunji0408 wangrunji0408 deleted the wrj/system-catalog branch March 11, 2024 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants