# NocoDB 2026.04.5 — 2026.04.5: Postgres Enum Support - Product: NocoDB (https://whatsnew.fyi/product/nocodb) - Vendor: NocoDB - Date: 2026-04-30 - Version: 2026.04.5 - Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.04.5 - Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.04.5 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — PostgreSQL ENUM columns from external Postgres sources now appear as SingleSelect fields in NocoDB - **added** — Support for reading ENUM columns from connected Postgres sources with database labels as options - **added** — Ability to edit ENUM values from grid, gallery, kanban, and expanded record views with dropdown restricted to defined labels - **added** — Support for adding, renaming, and removing ENUM options from inside NocoDB with changes applied directly to the underlying Postgres ENUM type - **added** — Support for filtering, sorting, grouping, and searching ENUM fields like any other SingleSelect - **added** — Autocomplete support in Forms input fields - **changed** — Base loading performance improved on large schemas with table metadata streamed in as you scroll the sidebar - **changed** — Right-to-Left (RTL) text direction support added to NocoDocs - **fixed** — CSV export now honours active filters and matches exactly what the view shows - **fixed** — Shared Kanban views no longer fail to load when the stack-by column is hidden in the view - **fixed** — APIv3 now returns all linked records in one-to-many fields instead of only 5 - **fixed** — Owner can now send invitations to new members - **fixed** — Dragging records in Calendar Month View no longer sets date to the first day of the week - **fixed** — UUID type read-only cells can no longer be cleared - **fixed** — JSON export is now complete and usable as a database template #### 🚀 [NocoDB](https://nocodb.com/) : Feature Release 2026 04 5 - OSS ##### PostgreSQL ENUM Support **PostgreSQL ENUM** columns from external Postgres sources now show up as **SingleSelect** fields inside NocoDB. One of the most upvoted requests from the community ([#4862](https://github.com/nocodb/nocodb/issues/4862)), this closes a long-standing gap for teams who connect NocoDB to a Postgres database where ENUMs already define the allowed values. Whether you're connecting NocoDB to an existing Postgres schema where ENUMs are the source of truth, building a hybrid stack where your application writes ENUM values and your team edits them in NocoDB, or simply wanting to enforce a fixed set of values closer to the data, ENUM columns now appear as proper select fields in NocoDB. Reads, writes, and round-trips stay type-safe, and the full set of allowed values is preserved end-to-end. **What's supported** - Read ENUM columns from any connected Postgres source — they appear as SingleSelect fields with the database's labels as options. - Edit ENUM values from grid, gallery, kanban, and expanded record views; the dropdown is restricted to the column's defined labels. - Add, rename, and remove options from inside NocoDB — changes apply directly to the underlying Postgres ENUM type. - When the same ENUM type is shared by multiple columns, NocoDB safely forks a new type for the column being edited so changes don't leak to other columns using the same ENUM. - Filter, sort, group, and search ENUM fields exactly like any other SingleSelect. > **Note:** PostgreSQL ENUMs map to **SingleSelect only** in this release. ENUM array columns and MultiSelect-backed ENUMs are not yet supported. ##### Improvements and Fixes - **Faster base load on large schemas** - Bases with hundreds of tables now open noticeably faster, with table metadata streamed in as you scroll the sidebar. - **CSV export honours active filters** - Fixed an issue where exporting a filtered view would occasionally include rows hidden by the active filter set. Exports now match exactly what the view shows. - **Shared Kanban views** - Fixed an issue where shared Kanban views would fail to load when the stack-by column was hidden in the view. ###### Issues closed - [**closed**] Shared Kanban view fails to load when the group-by (stack-by) column is hidden in the view [#13732](https://github.com/nocodb/nocodb/issues/13732) - [**closed**] 🔦 Feature: Support for Right-to-Left (RTL) text direction in NocoDocs [#13617](https://github.com/nocodb/nocodb/issues/13617) - [**closed**] 🐛 Bug: APIv3 returns only 5 linked records in one-to-many field [#13616](https://github.com/nocodb/nocodb/issues/13616) - [**closed**] 🐛 Bug: Owner unable to send invitations to new members [#13611](https://github.com/nocodb/nocodb/issues/13611) - [**closed**] 🐛 Bug: pnpm bootstrap fails with TypeScript error -Property 'delete' does not exist on dbTableFilter in filterUtils.ts [#13602](https://github.com/nocodb/nocodb/issues/13602) - [**closed**] 🐛 Bug: Dragging records in Calendar Month View sets date to the first day of the week [#13593](https://github.com/nocodb/nocodb/issues/13593) - [**closed**] 🐛 Bug: Сell of UUID type (read only) can be cleared [#13588](https://github.com/nocodb/nocodb/issues/13588) - [**closed**] 🐛 Bug/Feature: JSON export is incomplete and unusable as a database template [#13493](https://github.com/nocodb/nocodb/issues/13493) - [**closed**] 🔦 Feature: add autocomplete in Forms input fields [#5913](https://github.com/nocodb/nocodb/issues/5913)