> Full Neon documentation index: https://neon.com/docs/llms.txt

# Support for Postgres 18, monitor network traffic with Elephantshark

## Postgres 18 support (preview)

Neon now supports **Postgres 18** in preview. To try it out, [create a new project](https://neon.com/docs/manage/projects#create-a-project) and select **18** as the **Postgres version**.

![Postgres 18 Create project](https://neon.com/docs/changelog/postgres_18.png)

While in preview, there are a few [limitations to keep in mind](https://neon.com/docs/postgresql/postgres-version-policy#postgres-18-support).

To learn more about the new features and improvements in Postgres 18:

- Read our blog post: [Postgres 18 Is Out: Try it on Neon](https://neon.com/blog/postgres-18)
- Review the official [Postgres 18 release notes](https://www.postgresql.org/docs/18/release-18.html)

## Monitor Postgres network traffic with Elephantshark

We've released **Elephantshark**, an open-source Ruby script from Neon for monitoring Postgres network traffic.

Elephantshark sits between Postgres clients and servers, decrypting and re-encrypting SSL/TLS traffic while logging protocol messages. It works with all Postgres-protocol traffic, not just Neon databases. It can also generate `SSLKEYLOGFILE` entries for Wireshark.

- [Get Elephantshark on GitHub](https://github.com/neondatabase-labs/elephantshark)
- [Read the blog post](https://neon.com/blog/elephantshark-monitor-postgres-network-traffic)

<details>

<summary>**Backup & restore**</summary>

- The **Create snapshot** button on the **Backup & restore** page (available in [Early Access](https://neon.com/docs/introduction/early-access)) in the Neon Console is now disabled when the snapshot limit is reached (1 on the Free plan and 10 on paid plans). For more about snapshots, see [Backup & restore](https://neon.com/docs/guides/backup-restore).

</details>

<details>

<summary>**Free plan usage alerts**</summary>

- Usage alerts have been updated on the Free plan for storage, data transfer, and compute usage. Alerts are per-project and sent out at 80% and 100% usage thresholds. For an overview of Free plan usage allowances, please see our [Pricing page](https://neon.com/pricing).

</details>

<details>

<summary>**Postgres extensions**</summary>

- The `neon` Postgres extension, which provides functions and views for gathering Neon-specific metrics, has been updated to version 1.7. To learn more about the extension, see [The neon extension](https://neon.com/docs/extensions/neon).

</details>

<details>

<summary>**SQL Editor**</summary>

- You can now scroll through results when running queries with multiple statements. Each statement's results appear in their own tab, and a scrollbar makes it easier to navigate when many tabs are returned.

</details>
