One Postgres for your application data, full-text search, vector retrieval, and aggregations. Home of the pg_search extension.
This report presents the forensic synthetic code analysis of paradedb/paradedb, a Rust project with 9,045 GitHub stars. SynthScan v2.0 examined 226,667 lines of code across 946 source files, recording 720 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 3.6 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 720 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tokenizers/src/edge_ngram.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/cjk.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/code.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/icu.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/lib.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/token_length.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/ngram.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/lindera.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/manager.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/manager.rs | 341 | } | COMMENT |
| LOW | tokenizers/src/manager.rs | 1341 | COMMENT | |
| LOW | tokenizers/src/token_trim.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/chinese_convert.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tokenizers/src/unicode_words.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | docker/generate-dockerfiles.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tests/antithesis/singleton_driver_property-tests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/tests/copy.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/bm25_search.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/mlt.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/sorting.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/cleanup.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/domain_type.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/vacuum.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/key.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/joins.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/hybrid.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/term.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/ltree.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/mutation.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/index_config.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/pg_dump.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/fast_fields.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/range.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/citus_compatibility.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/citus_compatibility.rs | 21 | use sqlx::PgConnection; | COMMENT |
| LOW | tests/tests/index_sorting.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/index_sorting.rs | 601 | /// Test that parallel workers produce correctly sorted results with sorted index. | COMMENT |
| LOW | tests/tests/index_sorting.rs | 941 | // All values from first NULL onwards should be NULL | COMMENT |
| LOW | tests/tests/icu.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/heap.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/columnar.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/columnar.rs | 341 | ); | COMMENT |
| LOW | tests/tests/columnar.rs | 361 | } | COMMENT |
| LOW | tests/tests/ivm.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/iam.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/query.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/query.rs | 101 | COMMENT | |
| LOW | tests/tests/query.rs | 361 | assert_eq!(columns.len(), 3); | COMMENT |
| LOW | tests/tests/range_term.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/sqlsmith.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/qgen.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/qgen.rs | 821 | /// | COMMENT |
| LOW | tests/tests/qgen.rs | 1181 | } | COMMENT |
| LOW | tests/tests/qgen.rs | 1381 | } | COMMENT |
| LOW | tests/tests/find_var_relation.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/aggregate_custom_scan.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/lindera.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/documentation.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/aggregate.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| LOW | tests/tests/str_ff_exec.rs | 1 | // Copyright (c) 2023-2026 ParadeDB, Inc. | COMMENT |
| 560 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/tests/documentation.rs | 129 | "John Doe".into() | CODE |
| LOW | tests/tests/documentation.rs | 2074 | assert_eq!(rows[0], (1, 1, 3, 99.99, "John Doe".into())); | CODE |
| LOW | tests/tests/search_config.rs | 65 | "('John Doe', 'New Book Release', 'Exciting new book released by renowned author.'), | CODE |
| LOW | …ests/pg_regress/common/snippet_json_advanced_setup.sql | 36 | (3, '{"content": "test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labo | CODE |
| LOW | …ests/pg_regress/common/snippet_json_advanced_setup.sql | 36 | (3, '{"content": "test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labo | CODE |
| LOW | …sts/pg_regress/common/snippet_position_basic_setup.sql | 15 | ('test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore mag | CODE |
| LOW | …sts/pg_regress/common/snippet_position_basic_setup.sql | 15 | ('test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore mag | CODE |
| LOW | …/pg_regress/common/snippet_position_advanced_setup.sql | 42 | (4, 3, 'test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo | CODE |
| LOW | …/pg_regress/common/snippet_position_advanced_setup.sql | 42 | (4, 3, 'test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo | CODE |
| LOW | …h/tests/pg_regress/common/snippet_json_basic_setup.sql | 24 | ('test Lorem ipsum dolor sit amet...test', | CODE |
| LOW | …h/tests/pg_regress/common/snippet_json_basic_setup.sql | 24 | ('test Lorem ipsum dolor sit amet...test', | CODE |
| LOW | …tests/pg_regress/common/parallel_build_small_setup.sql | 11 | SELECT 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore ma | CODE |
| LOW | …tests/pg_regress/common/parallel_build_small_setup.sql | 11 | SELECT 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore ma | CODE |
| LOW | …_search/tests/pg_regress/sql/score_join_predicates.sql | 41 | (4, 3, 'test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo | CODE |
| LOW | …_search/tests/pg_regress/sql/score_join_predicates.sql | 41 | (4, 3, 'test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo | CODE |
| LOW | pg_search/tests/pg_regress/sql/aggregate_join_alias.sql | 28 | (1, 'Acme Corp', 'acme.com'), | CODE |
| LOW | pg_search/tests/pg_regress/sql/deprecated_score.sql | 41 | (4, 3, 'test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo | CODE |
| LOW | pg_search/tests/pg_regress/sql/deprecated_score.sql | 41 | (4, 3, 'test Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo | CODE |
| LOW | pg_search/tests/pg_regress/sql/lateral-join.sql | 56 | ('John Doe', 'Tech writer specializing in databases', 'database'), | CODE |
| LOW | pg_search/tests/pg_regress/sql/composite_advanced.sql | 28 | 'field1_' || i || ' lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labor | CODE |
| LOW | pg_search/tests/pg_regress/sql/composite_advanced.sql | 28 | 'field1_' || i || ' lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labor | CODE |
| LOW | …earch/tests/pg_regress/sql/aggregate_join_coverage.sql | 30 | ('Laptop order bulk', 'Acme Corp', 10, 9999), | CODE |
| LOW | …earch/tests/pg_regress/sql/aggregate_join_coverage.sql | 31 | ('Laptop order single', 'Acme Corp', 1, 999), | CODE |
| LOW | pg_search/tests/pg_regress/sql/deprecated_snippet.sql | 13 | ('test Lorem ipsum dolor sit amet...test'); | CODE |
| LOW | pg_search/tests/pg_regress/sql/deprecated_snippet.sql | 13 | ('test Lorem ipsum dolor sit amet...test'); | CODE |
| LOW | pg_search/tests/pg_regress/sql/snippet_limit_offset.sql | 13 | ('test Lorem ipsum dolor sit amet...test'); | CODE |
| LOW | pg_search/tests/pg_regress/sql/snippet_limit_offset.sql | 13 | ('test Lorem ipsum dolor sit amet...test'); | CODE |
| LOW | pg_search/tests/pg_regress/sql/join_key_types.sql | 435 | (12345678901234567890, 'John Doe', 'Checking'), | CODE |
| LOW | pg_search/tests/pg_regress/sql/issue_3474.sql | 13 | ('test Lorem ipsum dolor sit amet...test'); | CODE |
| LOW | pg_search/tests/pg_regress/sql/issue_3474.sql | 13 | ('test Lorem ipsum dolor sit amet...test'); | CODE |
| LOW | pg_search/tests/pg_regress/sql/join_outer_pathkey.sql | 27 | INSERT INTO companies_op VALUES (1, 'Acme Corp'), (2, 'Globex Inc'), (3, 'Initech'); | CODE |
| LOW | pg_search/tests/pg_regress/sql/issue_4532.sql | 36 | (1, 1, 'Acme Corp'), | CODE |
| LOW | pg_search/src/bootstrap/test_table.rs | 735 | (1, 3, 99.99, "John Doe"), | CODE |
| LOW | pg_search/src/bootstrap/test_table.rs | 738 | (2, 6, 501.87, "John Doe"), | CODE |
| LOW | pg_search/src/scan/segmented_topk_exec.rs | 1421 | SELECT 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor ' || | CODE |
| LOW | pg_search/src/scan/segmented_topk_exec.rs | 1421 | SELECT 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor ' || | CODE |
| LOW | pg_search/src/postgres/build_parallel.rs | 873 | SELECT 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | CODE |
| LOW | pg_search/src/postgres/build_parallel.rs | 873 | SELECT 'lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | CODE |
| LOW | …src/postgres/customscan/datafusion/expr_translators.rs | 598 | Some(col("placeholder")) | CODE |
| LOW | …earch/src/postgres/customscan/datafusion/translator.rs | 273 | Some(col("placeholder")) | CODE |
| LOW | pg_search/src/index/writer/index.rs | 486 | document.add_text(text_field, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempo | CODE |
| LOW | pg_search/src/index/writer/index.rs | 486 | document.add_text(text_field, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempo | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | pg_search/src/postgres/customscan/joinscan/mod.rs | 106 | //! ┌─────────────────┐ ┌──────────────────┐ ┌─────────────────────┐ | COMMENT |
| MEDIUM⚡ | pg_search/src/postgres/customscan/joinscan/mod.rs | 111 | //! └─────────────────┘ └──────────────────┘ └─────────────────────┘ | COMMENT |
| MEDIUM⚡ | pg_search/src/postgres/customscan/joinscan/mod.rs | 114 | //! ┌─────────────────────┐ | COMMENT |
| MEDIUM⚡ | pg_search/src/postgres/customscan/joinscan/mod.rs | 117 | //! └─────────────────────┘ | COMMENT |
| MEDIUM⚡ | pg_search/src/query/builder.rs | 52 | //! output ──────────────────> (query, None) | COMMENT |
| MEDIUM⚡ | pg_search/src/query/builder.rs | 56 | //! output ──┬── clone ──────> (cloned_query, Some(output)) | COMMENT |
| MEDIUM⚡ | pg_search/src/query/builder.rs | 57 | //! └── keep ───────> Must keep output for children closure. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/tests/replication.rs | 501 | // Step 1: Create and start the primary Postgres instance | COMMENT |
| LOW | tests/tests/replication.rs | 516 | // Step 2: Create the standby using pg_basebackup | COMMENT |
| LOW | benchmarks/DATASET_PREPARATION.md | 15 | ## Step 1: Load Source Data into S3 | COMMENT |
| LOW | benchmarks/DATASET_PREPARATION.md | 40 | ## Step 2: Create a Config | COMMENT |
| LOW | benchmarks/DATASET_PREPARATION.md | 75 | ## Step 3: Sample the Source Data | COMMENT |
| LOW | benchmarks/DATASET_PREPARATION.md | 110 | ## Step 4: Convert Sampled Data to CSV | COMMENT |
| LOW | benchmarks/DATASET_PREPARATION.md | 150 | ## Step 5: Load the Heap | COMMENT |
| LOW | benchmarks/DATASET_PREPARATION.md | 165 | ## Step 6: Snapshot or Restore the Heap | COMMENT |
| LOW | benchmarks/DATASET_PREPARATION.md | 208 | ## Step 7: Run Benchmarks | COMMENT |
| LOW | pg_search/tests/pg_regress/README.md | 28 | ### Step 1: Create SQL Test File | COMMENT |
| LOW | pg_search/tests/pg_regress/README.md | 50 | ### Step 2: Generate Expected Output | COMMENT |
| LOW | pg_search/tests/pg_regress/README.md | 59 | ### Step 3: Verify the Expected Output | COMMENT |
| LOW⚡ | pg_search/src/postgres/composite.rs | 210 | // Step 1: Get fields (this validates type is composite, not RECORD, not domain) | COMMENT |
| LOW⚡ | pg_search/src/postgres/composite.rs | 213 | // Step 2: Check for nested composites | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 97 | // Step 1: Build the join DataFrame from the RelNode tree | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 110 | // Step 2: Build GROUP BY expressions | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 140 | // Step 3: Build aggregate expressions | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 233 | // Step 4: Apply aggregate | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 250 | // Step 5: If TopK is requested, add sort + limit so DataFusion handles | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | stressgres/suites/background-merge.toml | 0 | drop table test cascade; drop extension pg_search cascade; | STRING |
| HIGH | stressgres/suites/single-server.toml | 0 | drop table test cascade; drop extension pg_search cascade; | STRING |
| HIGH | stressgres/suites/bulk-updates.toml | 0 | drop table test cascade; drop extension pg_search cascade; | STRING |
| HIGH | stressgres/suites/background-merge.toml | 0 | select pg_relation_size('idxtest') / current_setting('block_size')::int as block_count, ( select count(*)::bigint from p | STRING |
| HIGH | stressgres/suites/single-server.toml | 0 | select pg_relation_size('idxtest') / current_setting('block_size')::int as block_count, ( select count(*)::bigint from p | STRING |
| HIGH | stressgres/suites/bulk-updates.toml | 0 | select pg_relation_size('idxtest') / current_setting('block_size')::int as block_count, ( select count(*)::bigint from p | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | pg_search/src/scan/pre_filter.rs | 72 | //! `PreFilter`s do not execute custom matching logic. Instead, they leverage native DataFusion | COMMENT |
| MEDIUM | pg_search/src/scan/late_materialization.rs | 97 | /// plan tree to find its exact root `Column` at the `TableScan` level, allowing robust exact matching. | COMMENT |
| MEDIUM | pg_search/src/postgres/var.rs | 515 | /// for robust traversal through all wrapper types (RelabelType, CoerceViaIO, FuncExpr, etc.). | COMMENT |
| MEDIUM | pg_search/src/postgres/utils.rs | 1041 | /// Uses PostgreSQL's expression_tree_walker for robust traversal | COMMENT |
| MEDIUM | pg_search/src/postgres/customscan/opexpr.rs | 370 | /// exists in the pg_type catalog. This is more robust than maintaining a | COMMENT |
| MEDIUM | …/postgres/customscan/aggregatescan/datafusion_build.rs | 892 | // match is robust to rti aliasing across sub- | COMMENT |
| MEDIUM | pg_search/src/postgres/storage/fsm.rs | 546 | /// swapped until the entry is finished moving. Essentially, tags have an affinity for their key/value | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/tests/replication.rs | 501 | // Step 1: Create and start the primary Postgres instance | COMMENT |
| LOW | tests/tests/replication.rs | 516 | // Step 2: Create the standby using pg_basebackup | COMMENT |
| LOW⚡ | pg_search/src/postgres/composite.rs | 210 | // Step 1: Get fields (this validates type is composite, not RECORD, not domain) | COMMENT |
| LOW⚡ | pg_search/src/postgres/composite.rs | 213 | // Step 2: Check for nested composites | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 97 | // Step 1: Build the join DataFrame from the RelNode tree | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 110 | // Step 2: Build GROUP BY expressions | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 140 | // Step 3: Build aggregate expressions | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 233 | // Step 4: Apply aggregate | COMMENT |
| LOW | …c/postgres/customscan/aggregatescan/datafusion_exec.rs | 250 | // Step 5: If TopK is requested, add sort + limit so DataFusion handles | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | pg_search/src/postgres/customscan/joinscan/mod.rs | 1449 | let snapshot = state.csstate.ss.ps.state.as_ref().unwrap().es_snapshot; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docker/bootstrap.sh | 5 | # This file is NOT executed when running in CloudNativePG as it circumvents the normal | COMMENT |
| MEDIUM | scripts/pg_search_common.sh | 76 | # Create a new database for testing | COMMENT |
| MEDIUM | .github/workflows/publish-github-release.yml | 155 | # Create the tag ref ourselves, using the GitHub App token, BEFORE | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/pg_search_run.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/pg_search_test.sh | 9 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/django_snippet_harness.py | 5 | CODE | |
| LOW | .github/scripts/sqlalchemy_snippet_harness.py | 5 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/test-pg_search-schema.yml | 137 | # Check if pg-schema-diff crashed or had an error | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/sqlalchemy_snippet_harness.py | 89 | __all__ = [ | CODE |