{
  "publicationVersion": "1.0.0",
  "publishedAt": "2026-08-23",
  "redactionPolicy": [
    "API keys and account identifiers excluded",
    "Raw provider responses and response headers excluded",
    "Provider search and session identifiers excluded",
    "Normalized titles, URLs, dates, and snippet excerpts up to 280 characters retained"
  ],
  "reproduction": {
    "command": "node scripts/search-agent-bench/run-perplexity.mjs --label launch-v1",
    "credentialEnvironmentVariable": "PERPLEXITY_API_KEY",
    "nodeVersion": "v22.23.2",
    "platform": "darwin-arm64",
    "startedAt": "2026-08-23T21:14:26.166Z",
    "finishedAt": "2026-08-23T21:14:41.616Z"
  },
  "protocol": {
    "id": "search-agent-retrieval-v1",
    "version": "1.0.0",
    "frozenAt": "2026-08-23",
    "localePolicy": "English queries with provider-default geography; no location override",
    "comparisonMode": "Provider-native agent search endpoints normalized to shared result fields; content budgets are documented but not treated as perfectly equivalent",
    "resultLimit": 10,
    "timeoutMs": 30000,
    "delayBetweenRequestsMs": 1100,
    "defaultRepetitions": 3,
    "passCriteria": {
      "minimumValidResults": 5,
      "primarySourceMaximumRank": 5,
      "minimumSnippetCoverage": 0.8,
      "casePassRate": 0.6666666666666666
    },
    "cases": [
      {
        "id": "node-release-lines",
        "query": "Find the current Node.js release lines and identify which releases are LTS. Prefer current primary sources from the Node.js project.",
        "expectedDomains": [
          "nodejs.org"
        ],
        "userJob": "Retrieve the official release schedule and current LTS status."
      },
      {
        "id": "github-runner-images",
        "query": "Find the current GitHub-hosted Actions runner images and their included software. Prefer current primary sources from GitHub.",
        "expectedDomains": [
          "github.com",
          "docs.github.com"
        ],
        "userJob": "Retrieve the maintained runner-image inventory from GitHub."
      },
      {
        "id": "postgres-supported-versions",
        "query": "Find the PostgreSQL versions currently supported by the PostgreSQL project and the official support policy. Prefer current primary sources.",
        "expectedDomains": [
          "postgresql.org"
        ],
        "userJob": "Retrieve the official supported-version and release-policy pages."
      }
    ]
  },
  "summary": {
    "protocolId": "search-agent-retrieval-v1",
    "protocolVersion": "1.0.0",
    "provider": "Perplexity Search API",
    "providerSlug": "perplexity-search",
    "repetitions": 3,
    "totalRequests": 9,
    "successfulRequests": 9,
    "passedAttempts": 9,
    "casesPassed": 3,
    "overallPassed": true,
    "caseSummaries": [
      {
        "caseId": "node-release-lines",
        "attempts": 3,
        "passedAttempts": 3,
        "requiredPasses": 2,
        "passed": true,
        "medianLatencyMs": 427,
        "p95LatencyMs": 429,
        "bestPrimarySourceRanks": [
          1,
          1,
          1
        ]
      },
      {
        "caseId": "github-runner-images",
        "attempts": 3,
        "passedAttempts": 3,
        "requiredPasses": 2,
        "passed": true,
        "medianLatencyMs": 436,
        "p95LatencyMs": 1535,
        "bestPrimarySourceRanks": [
          1,
          1,
          1
        ]
      },
      {
        "caseId": "postgres-supported-versions",
        "attempts": 3,
        "passedAttempts": 3,
        "requiredPasses": 2,
        "passed": true,
        "medianLatencyMs": 1045,
        "p95LatencyMs": 1722,
        "bestPrimarySourceRanks": [
          1,
          1,
          1
        ]
      }
    ]
  },
  "cases": [
    {
      "id": "node-release-lines",
      "query": "Find the current Node.js release lines and identify which releases are LTS. Prefer current primary sources from the Node.js project.",
      "expectedDomains": [
        "nodejs.org"
      ],
      "userJob": "Retrieve the official release schedule and current LTS status.",
      "repetitions": [
        {
          "repetition": 1,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 427,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 1,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "Node.js Releases",
              "url": "https://nodejs.org/en/about/previous-releases",
              "snippetExcerpt": "Major Node.js versions enter *Current* release status for six months, which gives library authors time to add support for them.\nHistorically (up to Node.js 26), odd-numbered releases (9, 11, etc.) become unsupported after six months, and even-numbered releases (10, 12, etc.) m...",
              "publishedAt": "2026-05-05",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Node.js Release and EOL Timeline - LTS Schedule, Active LTS and ...",
              "url": "https://hidekazu-konishi.com/entry/nodejs_release_and_eol_timeline.html",
              "snippetExcerpt": "Even-numbered majors become Long Term Support (LTS) releases; odd-numbered majors are short-lived and never do.\nEach LTS line moves through a Current phase, an Active LTS phase, and a Maintenance phase before it reaches End-of-Life.\n...\n- **Active LTS** (Long Term Support) is ...",
              "publishedAt": "2026-07-26",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Node.js",
              "url": "https://endoflife.date/nodejs",
              "snippetExcerpt": "|Release|Released|Active Support|Security Support|Commercial Support|Latest|\n...\n|26 (UpcomingLTS)|3 months and 2 weeks ago (05 May 2026)|Ends in 1 year and 2 months (27 Oct 2027)|Ends in 2 years and 8 months (30 Apr 2029)|Unavailable|26.7.0 (05 Aug 2026)|\n|25|10 months ago (1...",
              "publishedAt": "2026-08-06",
              "updatedAt": "2026-08-22"
            },
            {
              "title": "Node.js Version Support: EOL Dates and Latest Releases (July 2026)",
              "url": "https://www.herodevs.com/blog-posts/node-js-end-of-life-dates-you-should-be-aware-of",
              "snippetExcerpt": "A new major lands roughly every six months, even-numbered releases graduate to Long-Term Support (LTS), and every release eventually hits a hard end-of-life (EOL) date after which the Node.js project ships no further patches of any kind.\n...\nAs of mid-2026, Node.js 18 and ever...",
              "publishedAt": "2026-06-23",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "GitHub - nodejs/Release: Node.js Release Working Group",
              "url": "https://github.com/nodejs/release",
              "snippetExcerpt": "|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n...\n|18.x|**Maintenance**|Hydrogen|2022-04-19|2022-10-25|2023-10-18|2025-04-30|\n|20.x|**Maintenance**|Iron|2023-04-18|2023-10-24|2024-10-22|2026-04-30|\n|22.x|**LTS**|Jod|2024-04-24|2024-10...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2026-04-18"
            },
            {
              "title": "node/README.md at main · nodejs/node",
              "url": "https://github.com/nodejs/node/blob/main/README.md",
              "snippetExcerpt": "- **Current**: Under active development.\nCode for the Current release is in the branch for its major version number (for example, v22.x).\nNode.js releases a new major version every 6 months, allowing for breaking changes.\nThis happens in April and October every year.\nReleases ...",
              "publishedAt": "2014-11-26",
              "updatedAt": "2026-04-17"
            },
            {
              "title": "GitHub - nodejs/Release: Node.js Release Working Group",
              "url": "https://github.com/nodejs/Release",
              "snippetExcerpt": "## Release schedule\n|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n|--|--|--|--|--|--|--|\n|22.x|**Maintenance LTS**|Jod|2024-04-24|2024-10-29|2025-10-21|2027-04-30|\n|24.x|**Active LTS**|Krypton|2025-05-06|2025-10-28|2026-10-20|2028-04-...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2026-05-30"
            },
            {
              "title": "Node.js releases & version history - ReleaseRun",
              "url": "https://releaserun.com/nodejs-releases/",
              "snippetExcerpt": "JavaScript Runtime Latest: 26.3.1\n26\n...\nLive data\n26v26.3.1\nReleased: May 5, 2026EOL: Apr 30, 2029\nSupportedLTS\n25v25.9.0\nReleased: Oct 15, 2025EOL: Jun 1, 2026\nEnd of Life\n24v24.17.0\nReleased: May 6, 2025EOL: Apr 30, 2028\nSupportedLTS\n23v23.11.1\nReleased: Oct 16, 2024EOL: Ju...",
              "publishedAt": "2026-03-16",
              "updatedAt": "2026-06-19"
            },
            {
              "title": "Release/README.md at main",
              "url": "https://github.com/nodejs/release/blob/main/README.md",
              "snippetExcerpt": "aduh95\ndocs: mark Node.js 23 as End-of-Life ( #1094 )\nJun 3, 2025\ncf57a97 · Jun 3, 2025\n## History\n...\n|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n...\n|20.x|**Maintenance**|Iron|2023-04-18|2023-10-24|2024-10-22|2026-04-30|\n|22.x|**L...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2025-08-29"
            },
            {
              "title": "Node.js",
              "url": "https://chromium.googlesource.com/external/github.com/v8/node/+/refs/tags/v4.2.4-rc.1/README.md",
              "snippetExcerpt": "- **Stable**: Released from active development branches of this repository, versioned by SemVer and signed by a member of the Release Team.\nCode for Stable releases is organized in this repository by major version number, For example: v4.x.\nThe major version number of Stable r...",
              "publishedAt": null,
              "updatedAt": "2026-05-06"
            }
          ]
        },
        {
          "repetition": 2,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 393,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 1,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "Node.js Releases",
              "url": "https://nodejs.org/en/about/previous-releases",
              "snippetExcerpt": "Major Node.js versions enter *Current* release status for six months, which gives library authors time to add support for them.\nHistorically (up to Node.js 26), odd-numbered releases (9, 11, etc.) become unsupported after six months, and even-numbered releases (10, 12, etc.) m...",
              "publishedAt": "2026-05-05",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Node.js Release and EOL Timeline - LTS Schedule, Active LTS and ...",
              "url": "https://hidekazu-konishi.com/entry/nodejs_release_and_eol_timeline.html",
              "snippetExcerpt": "Even-numbered majors become Long Term Support (LTS) releases; odd-numbered majors are short-lived and never do.\nEach LTS line moves through a Current phase, an Active LTS phase, and a Maintenance phase before it reaches End-of-Life.\n...\n- **Active LTS** (Long Term Support) is ...",
              "publishedAt": "2026-07-26",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Node.js",
              "url": "https://endoflife.date/nodejs",
              "snippetExcerpt": "|Release|Released|Active Support|Security Support|Commercial Support|Latest|\n...\n|26 (UpcomingLTS)|3 months and 2 weeks ago (05 May 2026)|Ends in 1 year and 2 months (27 Oct 2027)|Ends in 2 years and 8 months (30 Apr 2029)|Unavailable|26.7.0 (05 Aug 2026)|\n|25|10 months ago (1...",
              "publishedAt": "2026-08-06",
              "updatedAt": "2026-08-22"
            },
            {
              "title": "Node.js Version Support: EOL Dates and Latest Releases (July 2026)",
              "url": "https://www.herodevs.com/blog-posts/node-js-end-of-life-dates-you-should-be-aware-of",
              "snippetExcerpt": "A new major lands roughly every six months, even-numbered releases graduate to Long-Term Support (LTS), and every release eventually hits a hard end-of-life (EOL) date after which the Node.js project ships no further patches of any kind.\n...\nAs of mid-2026, Node.js 18 and ever...",
              "publishedAt": "2026-06-23",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "GitHub - nodejs/Release: Node.js Release Working Group",
              "url": "https://github.com/nodejs/release",
              "snippetExcerpt": "|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n...\n|18.x|**Maintenance**|Hydrogen|2022-04-19|2022-10-25|2023-10-18|2025-04-30|\n|20.x|**Maintenance**|Iron|2023-04-18|2023-10-24|2024-10-22|2026-04-30|\n|22.x|**LTS**|Jod|2024-04-24|2024-10...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2026-04-18"
            },
            {
              "title": "node/README.md at main · nodejs/node",
              "url": "https://github.com/nodejs/node/blob/main/README.md",
              "snippetExcerpt": "- **Current**: Under active development.\nCode for the Current release is in the branch for its major version number (for example, v22.x).\nNode.js releases a new major version every 6 months, allowing for breaking changes.\nThis happens in April and October every year.\nReleases ...",
              "publishedAt": "2014-11-26",
              "updatedAt": "2026-04-17"
            },
            {
              "title": "GitHub - nodejs/Release: Node.js Release Working Group",
              "url": "https://github.com/nodejs/Release",
              "snippetExcerpt": "## Release schedule\n|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n|--|--|--|--|--|--|--|\n|22.x|**Maintenance LTS**|Jod|2024-04-24|2024-10-29|2025-10-21|2027-04-30|\n|24.x|**Active LTS**|Krypton|2025-05-06|2025-10-28|2026-10-20|2028-04-...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2026-05-30"
            },
            {
              "title": "Node.js releases & version history - ReleaseRun",
              "url": "https://releaserun.com/nodejs-releases/",
              "snippetExcerpt": "JavaScript Runtime Latest: 26.3.1\n26\n...\nLive data\n26v26.3.1\nReleased: May 5, 2026EOL: Apr 30, 2029\nSupportedLTS\n25v25.9.0\nReleased: Oct 15, 2025EOL: Jun 1, 2026\nEnd of Life\n24v24.17.0\nReleased: May 6, 2025EOL: Apr 30, 2028\nSupportedLTS\n23v23.11.1\nReleased: Oct 16, 2024EOL: Ju...",
              "publishedAt": "2026-03-16",
              "updatedAt": "2026-06-19"
            },
            {
              "title": "Release/README.md at main",
              "url": "https://github.com/nodejs/release/blob/main/README.md",
              "snippetExcerpt": "aduh95\ndocs: mark Node.js 23 as End-of-Life ( #1094 )\nJun 3, 2025\ncf57a97 · Jun 3, 2025\n## History\n...\n|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n...\n|20.x|**Maintenance**|Iron|2023-04-18|2023-10-24|2024-10-22|2026-04-30|\n|22.x|**L...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2025-08-29"
            },
            {
              "title": "Node.js",
              "url": "https://chromium.googlesource.com/external/github.com/v8/node/+/refs/tags/v4.2.4-rc.1/README.md",
              "snippetExcerpt": "- **Stable**: Released from active development branches of this repository, versioned by SemVer and signed by a member of the Release Team.\nCode for Stable releases is organized in this repository by major version number, For example: v4.x.\nThe major version number of Stable r...",
              "publishedAt": null,
              "updatedAt": "2026-05-06"
            }
          ]
        },
        {
          "repetition": 3,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 429,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 1,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "Node.js Releases",
              "url": "https://nodejs.org/en/about/previous-releases",
              "snippetExcerpt": "Major Node.js versions enter *Current* release status for six months, which gives library authors time to add support for them.\nHistorically (up to Node.js 26), odd-numbered releases (9, 11, etc.) become unsupported after six months, and even-numbered releases (10, 12, etc.) m...",
              "publishedAt": "2026-05-05",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Node.js Release and EOL Timeline - LTS Schedule, Active LTS and ...",
              "url": "https://hidekazu-konishi.com/entry/nodejs_release_and_eol_timeline.html",
              "snippetExcerpt": "Even-numbered majors become Long Term Support (LTS) releases; odd-numbered majors are short-lived and never do.\nEach LTS line moves through a Current phase, an Active LTS phase, and a Maintenance phase before it reaches End-of-Life.\n...\n- **Active LTS** (Long Term Support) is ...",
              "publishedAt": "2026-07-26",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Node.js",
              "url": "https://endoflife.date/nodejs",
              "snippetExcerpt": "|Release|Released|Active Support|Security Support|Commercial Support|Latest|\n...\n|26 (UpcomingLTS)|3 months and 2 weeks ago (05 May 2026)|Ends in 1 year and 2 months (27 Oct 2027)|Ends in 2 years and 8 months (30 Apr 2029)|Unavailable|26.7.0 (05 Aug 2026)|\n|25|10 months ago (1...",
              "publishedAt": "2026-08-06",
              "updatedAt": "2026-08-22"
            },
            {
              "title": "Node.js Version Support: EOL Dates and Latest Releases (July 2026)",
              "url": "https://www.herodevs.com/blog-posts/node-js-end-of-life-dates-you-should-be-aware-of",
              "snippetExcerpt": "A new major lands roughly every six months, even-numbered releases graduate to Long-Term Support (LTS), and every release eventually hits a hard end-of-life (EOL) date after which the Node.js project ships no further patches of any kind.\n...\nAs of mid-2026, Node.js 18 and ever...",
              "publishedAt": "2026-06-23",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "GitHub - nodejs/Release: Node.js Release Working Group",
              "url": "https://github.com/nodejs/release",
              "snippetExcerpt": "|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n...\n|18.x|**Maintenance**|Hydrogen|2022-04-19|2022-10-25|2023-10-18|2025-04-30|\n|20.x|**Maintenance**|Iron|2023-04-18|2023-10-24|2024-10-22|2026-04-30|\n|22.x|**LTS**|Jod|2024-04-24|2024-10...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2026-04-18"
            },
            {
              "title": "node/README.md at main · nodejs/node",
              "url": "https://github.com/nodejs/node/blob/main/README.md",
              "snippetExcerpt": "- **Current**: Under active development.\nCode for the Current release is in the branch for its major version number (for example, v22.x).\nNode.js releases a new major version every 6 months, allowing for breaking changes.\nThis happens in April and October every year.\nReleases ...",
              "publishedAt": "2014-11-26",
              "updatedAt": "2026-04-17"
            },
            {
              "title": "GitHub - nodejs/Release: Node.js Release Working Group",
              "url": "https://github.com/nodejs/Release",
              "snippetExcerpt": "## Release schedule\n|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n|--|--|--|--|--|--|--|\n|22.x|**Maintenance LTS**|Jod|2024-04-24|2024-10-29|2025-10-21|2027-04-30|\n|24.x|**Active LTS**|Krypton|2025-05-06|2025-10-28|2026-10-20|2028-04-...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2026-05-30"
            },
            {
              "title": "Node.js releases & version history - ReleaseRun",
              "url": "https://releaserun.com/nodejs-releases/",
              "snippetExcerpt": "JavaScript Runtime Latest: 26.3.1\n26\n...\nLive data\n26v26.3.1\nReleased: May 5, 2026EOL: Apr 30, 2029\nSupportedLTS\n25v25.9.0\nReleased: Oct 15, 2025EOL: Jun 1, 2026\nEnd of Life\n24v24.17.0\nReleased: May 6, 2025EOL: Apr 30, 2028\nSupportedLTS\n23v23.11.1\nReleased: Oct 16, 2024EOL: Ju...",
              "publishedAt": "2026-03-16",
              "updatedAt": "2026-06-19"
            },
            {
              "title": "Release/README.md at main",
              "url": "https://github.com/nodejs/release/blob/main/README.md",
              "snippetExcerpt": "aduh95\ndocs: mark Node.js 23 as End-of-Life ( #1094 )\nJun 3, 2025\ncf57a97 · Jun 3, 2025\n## History\n...\n|Release|Status|Codename|Initial Release|Active LTS Start|Maintenance Start|End-of-life|\n...\n|20.x|**Maintenance**|Iron|2023-04-18|2023-10-24|2024-10-22|2026-04-30|\n|22.x|**L...",
              "publishedAt": "2015-04-05",
              "updatedAt": "2025-08-29"
            },
            {
              "title": "Node.js",
              "url": "https://chromium.googlesource.com/external/github.com/v8/node/+/refs/tags/v4.2.4-rc.1/README.md",
              "snippetExcerpt": "- **Stable**: Released from active development branches of this repository, versioned by SemVer and signed by a member of the Release Team.\nCode for Stable releases is organized in this repository by major version number, For example: v4.x.\nThe major version number of Stable r...",
              "publishedAt": null,
              "updatedAt": "2026-05-06"
            }
          ]
        }
      ]
    },
    {
      "id": "github-runner-images",
      "query": "Find the current GitHub-hosted Actions runner images and their included software. Prefer current primary sources from GitHub.",
      "expectedDomains": [
        "github.com",
        "docs.github.com"
      ],
      "userJob": "Retrieve the maintained runner-image inventory from GitHub.",
      "repetitions": [
        {
          "repetition": 1,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 1535,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 8,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "GitHub Actions runner images",
              "url": "https://github.com/actions/runner-images",
              "snippetExcerpt": "actions / **\nrunner-images ** Public\n# actions/runner-images\n...\nThis repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines.\nTo build a VM machine from this r...",
              "publishedAt": "2019-06-05",
              "updatedAt": "2026-02-03"
            },
            {
              "title": "GitHub-hosted runners",
              "url": "https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThis includes the images for macOS, x64 linux and Windows images.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\nOur arm64 images are partner images, ...",
              "publishedAt": null,
              "updatedAt": "2026-03-31"
            },
            {
              "title": "Runner images",
              "url": "https://docs.github.com/en/enterprise-cloud@latest/actions/concepts/runners/github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\n...\nThe software tools included in our GitHub-owned images are updated weekly.\nThe update process takes...",
              "publishedAt": null,
              "updatedAt": "2026-08-18"
            },
            {
              "title": "Releases · actions/runner-images - GitHub",
              "url": "https://github.com/actions/runner-images/releases",
              "snippetExcerpt": "## Windows Server 2025 (20251021) Image Update\n22 Oct 11:29\ngithub-actions\nwin25/20251021.67\n…",
              "publishedAt": "2025-10-22",
              "updatedAt": "2025-10-24"
            },
            {
              "title": "GitHub-hosted runners - GitHub Docs",
              "url": "https://docs.github.com/en/actions/concepts/runners/github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\n...\nThe software tools included in our GitHub-owned images are updated weekly.\nThe update process takes...",
              "publishedAt": null,
              "updatedAt": "2026-07-01"
            },
            {
              "title": "Supported Runners And...",
              "url": "https://docs.github.com/en/actions/reference/runners/github-hosted-runners",
              "snippetExcerpt": "The `-latest` runner images are the latest stable images that GitHub provides, and might not be the most recent version of the operating system available from the operating system vendor.\n...\nBeta and Deprecated Images are provided \"as-is\", \"with all faults\" and \"as available\"...",
              "publishedAt": null,
              "updatedAt": "2026-03-31"
            },
            {
              "title": "GitHub - prasanjitsahoo/runner-images: GitHub Actions runner images",
              "url": "https://github.com/prasanjitsahoo/runner-images",
              "snippetExcerpt": "This repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines.\nTo build a VM machine from this repo's source, see the instructions.\n## Available Images\n|Image|YA...",
              "publishedAt": "2024-06-12",
              "updatedAt": "2026-04-17"
            },
            {
              "title": "actions/partner-runner-images",
              "url": "https://github.com/actions/partner-runner-images",
              "snippetExcerpt": "actions / **\npartner-runner-images ** Public\n# actions/partner-runner-images\n# GitHub Actions Partner Runner Images\n...\nThis repository contains the information about the VM images provided by GitHub partners which can be used on GitHub-hosted runners.\nPartner images are VM im...",
              "publishedAt": "2023-03-03",
              "updatedAt": "2025-10-26"
            },
            {
              "title": "actions/runner-images | DeepWiki",
              "url": "https://deepwiki.com/actions/runner-images",
              "snippetExcerpt": "This document provides an overview of the GitHub Actions runner-images repository, which contains the source code and tooling for building virtual machine images used by GitHub Actions hosted runners and Azure DevOps Microsoft-hosted agents.\n...\nThe runner-images repository se...",
              "publishedAt": "2026-04-02",
              "updatedAt": "2026-07-21"
            },
            {
              "title": "Platform Environments | actions/runner-images-check | DeepWiki",
              "url": "https://deepwiki.com/actions/runner-images-check/4-platform-environments",
              "snippetExcerpt": "This document provides a comprehensive overview of the software environments available on GitHub Actions runner images across all supported platforms.\nPlatform environments define the complete software stack, tools, runtimes, and configurations that are pre-installed and ready...",
              "publishedAt": "2025-05-22",
              "updatedAt": "2026-07-26"
            }
          ]
        },
        {
          "repetition": 2,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 353,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 8,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "GitHub Actions runner images",
              "url": "https://github.com/actions/runner-images",
              "snippetExcerpt": "actions / **\nrunner-images ** Public\n# actions/runner-images\n...\nThis repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines.\nTo build a VM machine from this r...",
              "publishedAt": "2019-06-05",
              "updatedAt": "2026-02-03"
            },
            {
              "title": "GitHub-hosted runners",
              "url": "https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThis includes the images for macOS, x64 linux and Windows images.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\nOur arm64 images are partner images, ...",
              "publishedAt": null,
              "updatedAt": "2026-03-31"
            },
            {
              "title": "Runner images",
              "url": "https://docs.github.com/en/enterprise-cloud@latest/actions/concepts/runners/github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\n...\nThe software tools included in our GitHub-owned images are updated weekly.\nThe update process takes...",
              "publishedAt": null,
              "updatedAt": "2026-08-18"
            },
            {
              "title": "Releases · actions/runner-images - GitHub",
              "url": "https://github.com/actions/runner-images/releases",
              "snippetExcerpt": "## Windows Server 2025 (20251021) Image Update\n22 Oct 11:29\ngithub-actions\nwin25/20251021.67\n…",
              "publishedAt": "2025-10-22",
              "updatedAt": "2025-10-24"
            },
            {
              "title": "GitHub-hosted runners - GitHub Docs",
              "url": "https://docs.github.com/en/actions/concepts/runners/github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\n...\nThe software tools included in our GitHub-owned images are updated weekly.\nThe update process takes...",
              "publishedAt": null,
              "updatedAt": "2026-07-01"
            },
            {
              "title": "Supported Runners And...",
              "url": "https://docs.github.com/en/actions/reference/runners/github-hosted-runners",
              "snippetExcerpt": "The `-latest` runner images are the latest stable images that GitHub provides, and might not be the most recent version of the operating system available from the operating system vendor.\n...\nBeta and Deprecated Images are provided \"as-is\", \"with all faults\" and \"as available\"...",
              "publishedAt": null,
              "updatedAt": "2026-03-31"
            },
            {
              "title": "GitHub - prasanjitsahoo/runner-images: GitHub Actions runner images",
              "url": "https://github.com/prasanjitsahoo/runner-images",
              "snippetExcerpt": "This repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines.\nTo build a VM machine from this repo's source, see the instructions.\n## Available Images\n|Image|YA...",
              "publishedAt": "2024-06-12",
              "updatedAt": "2026-04-17"
            },
            {
              "title": "actions/partner-runner-images",
              "url": "https://github.com/actions/partner-runner-images",
              "snippetExcerpt": "actions / **\npartner-runner-images ** Public\n# actions/partner-runner-images\n# GitHub Actions Partner Runner Images\n...\nThis repository contains the information about the VM images provided by GitHub partners which can be used on GitHub-hosted runners.\nPartner images are VM im...",
              "publishedAt": "2023-03-03",
              "updatedAt": "2025-10-26"
            },
            {
              "title": "actions/runner-images | DeepWiki",
              "url": "https://deepwiki.com/actions/runner-images",
              "snippetExcerpt": "This document provides an overview of the GitHub Actions runner-images repository, which contains the source code and tooling for building virtual machine images used by GitHub Actions hosted runners and Azure DevOps Microsoft-hosted agents.\n...\nThe runner-images repository se...",
              "publishedAt": "2026-04-02",
              "updatedAt": "2026-07-21"
            },
            {
              "title": "Platform Environments | actions/runner-images-check | DeepWiki",
              "url": "https://deepwiki.com/actions/runner-images-check/4-platform-environments",
              "snippetExcerpt": "This document provides a comprehensive overview of the software environments available on GitHub Actions runner images across all supported platforms.\nPlatform environments define the complete software stack, tools, runtimes, and configurations that are pre-installed and ready...",
              "publishedAt": "2025-05-22",
              "updatedAt": "2026-07-26"
            }
          ]
        },
        {
          "repetition": 3,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 436,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 8,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "GitHub Actions runner images",
              "url": "https://github.com/actions/runner-images",
              "snippetExcerpt": "actions / **\nrunner-images ** Public\n# actions/runner-images\n...\nThis repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines.\nTo build a VM machine from this r...",
              "publishedAt": "2019-06-05",
              "updatedAt": "2026-02-03"
            },
            {
              "title": "GitHub-hosted runners",
              "url": "https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThis includes the images for macOS, x64 linux and Windows images.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\nOur arm64 images are partner images, ...",
              "publishedAt": null,
              "updatedAt": "2026-03-31"
            },
            {
              "title": "Runner images",
              "url": "https://docs.github.com/en/enterprise-cloud@latest/actions/concepts/runners/github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\n...\nThe software tools included in our GitHub-owned images are updated weekly.\nThe update process takes...",
              "publishedAt": null,
              "updatedAt": "2026-08-18"
            },
            {
              "title": "Releases · actions/runner-images - GitHub",
              "url": "https://github.com/actions/runner-images/releases",
              "snippetExcerpt": "## Windows Server 2025 (20251021) Image Update\n22 Oct 11:29\ngithub-actions\nwin25/20251021.67\n…",
              "publishedAt": "2025-10-22",
              "updatedAt": "2025-10-24"
            },
            {
              "title": "GitHub-hosted runners - GitHub Docs",
              "url": "https://docs.github.com/en/actions/concepts/runners/github-hosted-runners",
              "snippetExcerpt": "GitHub maintains our own set of VM images for our standard hosted runners.\nThe list of images and their included tools are managed in the `actions/runner-images` repository.\n...\nThe software tools included in our GitHub-owned images are updated weekly.\nThe update process takes...",
              "publishedAt": null,
              "updatedAt": "2026-07-01"
            },
            {
              "title": "Supported Runners And...",
              "url": "https://docs.github.com/en/actions/reference/runners/github-hosted-runners",
              "snippetExcerpt": "The `-latest` runner images are the latest stable images that GitHub provides, and might not be the most recent version of the operating system available from the operating system vendor.\n...\nBeta and Deprecated Images are provided \"as-is\", \"with all faults\" and \"as available\"...",
              "publishedAt": null,
              "updatedAt": "2026-03-31"
            },
            {
              "title": "GitHub - prasanjitsahoo/runner-images: GitHub Actions runner images",
              "url": "https://github.com/prasanjitsahoo/runner-images",
              "snippetExcerpt": "This repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines.\nTo build a VM machine from this repo's source, see the instructions.\n## Available Images\n|Image|YA...",
              "publishedAt": "2024-06-12",
              "updatedAt": "2026-04-17"
            },
            {
              "title": "actions/partner-runner-images",
              "url": "https://github.com/actions/partner-runner-images",
              "snippetExcerpt": "actions / **\npartner-runner-images ** Public\n# actions/partner-runner-images\n# GitHub Actions Partner Runner Images\n...\nThis repository contains the information about the VM images provided by GitHub partners which can be used on GitHub-hosted runners.\nPartner images are VM im...",
              "publishedAt": "2023-03-03",
              "updatedAt": "2025-10-26"
            },
            {
              "title": "actions/runner-images | DeepWiki",
              "url": "https://deepwiki.com/actions/runner-images",
              "snippetExcerpt": "This document provides an overview of the GitHub Actions runner-images repository, which contains the source code and tooling for building virtual machine images used by GitHub Actions hosted runners and Azure DevOps Microsoft-hosted agents.\n...\nThe runner-images repository se...",
              "publishedAt": "2026-04-02",
              "updatedAt": "2026-07-21"
            },
            {
              "title": "Platform Environments | actions/runner-images-check | DeepWiki",
              "url": "https://deepwiki.com/actions/runner-images-check/4-platform-environments",
              "snippetExcerpt": "This document provides a comprehensive overview of the software environments available on GitHub Actions runner images across all supported platforms.\nPlatform environments define the complete software stack, tools, runtimes, and configurations that are pre-installed and ready...",
              "publishedAt": "2025-05-22",
              "updatedAt": "2026-07-26"
            }
          ]
        }
      ]
    },
    {
      "id": "postgres-supported-versions",
      "query": "Find the PostgreSQL versions currently supported by the PostgreSQL project and the official support policy. Prefer current primary sources.",
      "expectedDomains": [
        "postgresql.org"
      ],
      "userJob": "Retrieve the official supported-version and release-policy pages.",
      "repetitions": [
        {
          "repetition": 1,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 1045,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 6,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "Versioning Policy - PostgreSQL",
              "url": "https://www.postgresql.org/support/versioning/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nThe PostgreSQL Global Development Group supports a major version for 5 years\nafter its initial release.\nAfter this, a final minor version will be released\nand the software will then be uns...",
              "publishedAt": null,
              "updatedAt": "2026-08-22"
            },
            {
              "title": "Documentation: 18: Appendix E. Release Notes - PostgreSQL",
              "url": "https://www.postgresql.org/docs/current/release.html",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nSupported Versions:\nCurrent (18) / 17 / 16 / 15 / 14\nDevelopment Versions:\n19 / devel\nUnsupported versions:\n13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / ...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Documentation: 18: 17.6. Supported Platforms",
              "url": "https://www.postgresql.org/docs/current/supported-platforms.html",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nSupported Versions:\nCurrent (18) / 17 / 16 / 15 / 14\nDevelopment Versions:\n19 / devel\nUnsupported versions:\n13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / ...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-20"
            },
            {
              "title": "PostgreSQL End of Life (EOL) Dates and End of Support (EOS) Dates",
              "url": "https://eosl.date/eol/product/postgresql/",
              "snippetExcerpt": "Latest Release: **18.6**\nOfficial Release Policy\n**24 PostgreSQL versions** have reached End of Life (EOL) and End of Support (EOS), including PostgreSQL **13** (EOL date: **Nov 13, 2025**) — no longer receiving security updates or patches.\nPostgreSQL **14** reaches its End of...",
              "publishedAt": "2026-08-11",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL - endoflife.date",
              "url": "https://endoflife.date/postgresql",
              "snippetExcerpt": "|Release|Released|Support Status|Latest|\n|--|--|--|--|\n|18|11 months ago (25 Sep 2025)|Ends in 4 years (14 Nov 2030)|18.6 (11 Aug 2026)|\n|17|1 year and 11 months ago (26 Sep 2024)|Ends in 3 years (08 Nov 2029)|17.11 (10 Aug 2026)|\n|16|2 years and 11 months ago (14 Sep 2023)|En...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "Release Notes - PostgreSQL",
              "url": "https://www.postgresql.org/docs/release/",
              "snippetExcerpt": "August 13, 2026:\nPostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nPostgreSQL 18\n18.6\n18.5\n18.4\n18.3\n18.2\n18.1\n18.0\nPostgreSQL 17\n17.11\n17.10\n17.9\n17.8\n...\n14.24",
              "publishedAt": null,
              "updatedAt": "2026-08-22"
            },
            {
              "title": "PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 ...",
              "url": "https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n# PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nThe PostgreSQL Global Development Group has released an update to all\nsupported versions of PostgreSQL, including 18.6...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL EOL Dates: Every Version's Release & End-of-Life ...",
              "url": "https://www.herodevs.com/blog-posts/postgresql-eol-dates-every-versions-release-end-of-life-timeline",
              "snippetExcerpt": "It also moves on a strict, predictable lifecycle: a new major version ships roughly once a year, and each major version is supported for exactly five years before it goes end-of-life (EOL).\n...\nThe PostgreSQL Global Development Group (PGDG) follows one of the clearest support ...",
              "publishedAt": "2026-06-23",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "Postgres Versions: Supported Releases, EOL Dates & Upgrades",
              "url": "https://www.instaclustr.com/education/postgresql/postgres-versions-supported-releases-eol-dates-upgrades/",
              "snippetExcerpt": "PostgreSQL uses a `Major.Minor` versioning format.\nMajor versions introduce new features, while minor versions provide security patches and bug fixes.\nThe PostgreSQL community officially supports a major version for **5 years** from its release date.\n**Current postgresql relea...",
              "publishedAt": "2026-06-25",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 ...",
              "url": "https://www.postgresql.org/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n# PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!\n...\nThe PostgreSQL Global Development Group has released an update to all\nsupported versions of PostgreSQL, including 18.1, 17...",
              "publishedAt": "2025-11-13",
              "updatedAt": "2026-08-22"
            }
          ]
        },
        {
          "repetition": 2,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 269,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 6,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "Versioning Policy - PostgreSQL",
              "url": "https://www.postgresql.org/support/versioning/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nThe PostgreSQL Global Development Group supports a major version for 5 years\nafter its initial release.\nAfter this, a final minor version will be released\nand the software will then be uns...",
              "publishedAt": null,
              "updatedAt": "2026-08-22"
            },
            {
              "title": "Documentation: 18: Appendix E. Release Notes - PostgreSQL",
              "url": "https://www.postgresql.org/docs/current/release.html",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nSupported Versions:\nCurrent (18) / 17 / 16 / 15 / 14\nDevelopment Versions:\n19 / devel\nUnsupported versions:\n13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / ...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Documentation: 18: 17.6. Supported Platforms",
              "url": "https://www.postgresql.org/docs/current/supported-platforms.html",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nSupported Versions:\nCurrent (18) / 17 / 16 / 15 / 14\nDevelopment Versions:\n19 / devel\nUnsupported versions:\n13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / ...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-20"
            },
            {
              "title": "PostgreSQL End of Life (EOL) Dates and End of Support (EOS) Dates",
              "url": "https://eosl.date/eol/product/postgresql/",
              "snippetExcerpt": "Latest Release: **18.6**\nOfficial Release Policy\n**24 PostgreSQL versions** have reached End of Life (EOL) and End of Support (EOS), including PostgreSQL **13** (EOL date: **Nov 13, 2025**) — no longer receiving security updates or patches.\nPostgreSQL **14** reaches its End of...",
              "publishedAt": "2026-08-11",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL - endoflife.date",
              "url": "https://endoflife.date/postgresql",
              "snippetExcerpt": "|Release|Released|Support Status|Latest|\n|--|--|--|--|\n|18|11 months ago (25 Sep 2025)|Ends in 4 years (14 Nov 2030)|18.6 (11 Aug 2026)|\n|17|1 year and 11 months ago (26 Sep 2024)|Ends in 3 years (08 Nov 2029)|17.11 (10 Aug 2026)|\n|16|2 years and 11 months ago (14 Sep 2023)|En...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "Release Notes - PostgreSQL",
              "url": "https://www.postgresql.org/docs/release/",
              "snippetExcerpt": "August 13, 2026:\nPostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nPostgreSQL 18\n18.6\n18.5\n18.4\n18.3\n18.2\n18.1\n18.0\nPostgreSQL 17\n17.11\n17.10\n17.9\n17.8\n...\n14.24",
              "publishedAt": null,
              "updatedAt": "2026-08-22"
            },
            {
              "title": "PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 ...",
              "url": "https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n# PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nThe PostgreSQL Global Development Group has released an update to all\nsupported versions of PostgreSQL, including 18.6...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL EOL Dates: Every Version's Release & End-of-Life ...",
              "url": "https://www.herodevs.com/blog-posts/postgresql-eol-dates-every-versions-release-end-of-life-timeline",
              "snippetExcerpt": "It also moves on a strict, predictable lifecycle: a new major version ships roughly once a year, and each major version is supported for exactly five years before it goes end-of-life (EOL).\n...\nThe PostgreSQL Global Development Group (PGDG) follows one of the clearest support ...",
              "publishedAt": "2026-06-23",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "Postgres Versions: Supported Releases, EOL Dates & Upgrades",
              "url": "https://www.instaclustr.com/education/postgresql/postgres-versions-supported-releases-eol-dates-upgrades/",
              "snippetExcerpt": "PostgreSQL uses a `Major.Minor` versioning format.\nMajor versions introduce new features, while minor versions provide security patches and bug fixes.\nThe PostgreSQL community officially supports a major version for **5 years** from its release date.\n**Current postgresql relea...",
              "publishedAt": "2026-06-25",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 ...",
              "url": "https://www.postgresql.org/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n# PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!\n...\nThe PostgreSQL Global Development Group has released an update to all\nsupported versions of PostgreSQL, including 18.1, 17...",
              "publishedAt": "2025-11-13",
              "updatedAt": "2026-08-22"
            }
          ]
        },
        {
          "repetition": 3,
          "requestSucceeded": true,
          "httpStatus": 200,
          "latencyMs": 1722,
          "evaluation": {
            "passed": true,
            "requestSucceeded": true,
            "resultCount": 10,
            "validUrlCount": 10,
            "uniqueUrlCount": 10,
            "duplicateUrlCount": 0,
            "primarySourceHitCount": 6,
            "bestPrimarySourceRank": 1,
            "snippetCoverage": 1,
            "freshnessMetadataCoverage": 1
          },
          "normalizedResults": [
            {
              "title": "Versioning Policy",
              "url": "https://www.postgresql.org/support/versioning/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nThe PostgreSQL Global Development Group supports a major version for 5 years\nafter its initial release.\nAfter this, a final minor version will be released\nand the software will then be uns...",
              "publishedAt": null,
              "updatedAt": "2026-08-22"
            },
            {
              "title": "Documentation: 18: Appendix E. Release Notes - PostgreSQL",
              "url": "https://www.postgresql.org/docs/current/release.html",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nSupported Versions:\nCurrent (18) / 17 / 16 / 15 / 14\nDevelopment Versions:\n19 / devel\nUnsupported versions:\n13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / ...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-21"
            },
            {
              "title": "Documentation: 18: 17.6. Supported Platforms",
              "url": "https://www.postgresql.org/docs/current/supported-platforms.html",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nSupported Versions:\nCurrent (18) / 17 / 16 / 15 / 14\nDevelopment Versions:\n19 / devel\nUnsupported versions:\n13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / ...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-20"
            },
            {
              "title": "PostgreSQL - endoflife.date",
              "url": "https://endoflife.date/postgresql",
              "snippetExcerpt": "|Release|Released|Support Status|Latest|\n|--|--|--|--|\n|18|11 months ago (25 Sep 2025)|Ends in 4 years (14 Nov 2030)|18.6 (11 Aug 2026)|\n|17|1 year and 11 months ago (26 Sep 2024)|Ends in 3 years (08 Nov 2029)|17.11 (10 Aug 2026)|\n|16|2 years and 11 months ago (14 Sep 2023)|En...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL End of Life (EOL) Dates and End of Support (EOS) Dates",
              "url": "https://eosl.date/eol/product/postgresql/",
              "snippetExcerpt": "Latest Release: **18.6**\nOfficial Release Policy\n**24 PostgreSQL versions** have reached End of Life (EOL) and End of Support (EOS), including PostgreSQL **13** (EOL date: **Nov 13, 2025**) — no longer receiving security updates or patches.\nPostgreSQL **14** reaches its End of...",
              "publishedAt": "2026-08-11",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "Release Notes - PostgreSQL",
              "url": "https://www.postgresql.org/docs/release/",
              "snippetExcerpt": "August 13, 2026:\nPostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nPostgreSQL 18\n18.6\n18.5\n18.4\n18.3\n18.2\n18.1\n18.0\nPostgreSQL 17\n17.11\n17.10\n17.9\n17.8\n...\n14.24",
              "publishedAt": null,
              "updatedAt": "2026-08-22"
            },
            {
              "title": "PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 ...",
              "url": "https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n# PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n...\nThe PostgreSQL Global Development Group has released an update to all\nsupported versions of PostgreSQL, including 18.6...",
              "publishedAt": "2026-08-13",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL EOL Dates: Every Version's Release & End-of-Life ...",
              "url": "https://www.herodevs.com/blog-posts/postgresql-eol-dates-every-versions-release-end-of-life-timeline",
              "snippetExcerpt": "It also moves on a strict, predictable lifecycle: a new major version ships roughly once a year, and each major version is supported for exactly five years before it goes end-of-life (EOL).\n...\nThe PostgreSQL Global Development Group (PGDG) follows one of the clearest support ...",
              "publishedAt": "2026-06-26",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "Postgres Versions: Supported Releases, EOL Dates & Upgrades",
              "url": "https://www.instaclustr.com/education/postgresql/postgres-versions-supported-releases-eol-dates-upgrades/",
              "snippetExcerpt": "PostgreSQL uses a `Major.Minor` versioning format.\nMajor versions introduce new features, while minor versions provide security patches and bug fixes.\nThe PostgreSQL community officially supports a major version for **5 years** from its release date.\n**Current postgresql relea...",
              "publishedAt": "2026-06-25",
              "updatedAt": "2026-08-23"
            },
            {
              "title": "PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 ...",
              "url": "https://www.postgresql.org/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/",
              "snippetExcerpt": "August 13, 2026: PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!\n# PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!\n...\nThe PostgreSQL Global Development Group has released an update to all\nsupported versions of PostgreSQL, including 18.1, 17...",
              "publishedAt": "2025-11-13",
              "updatedAt": "2026-08-22"
            }
          ]
        }
      ]
    }
  ]
}
