v2.6.27
[v2.6.27](https://github.com/ash-project/ash_postgres/compare/v2.6.26...v2.6.27) (2025-12-24) Bug Fixes: * don't set `size`, `precision`, or `scale` for references by Zach Daniel * apply join_relationship sort/limit in many_to_many lateral joins (#666) by sevenseacat * add overrides for timestamptz types, config them on installation by Zach Daniel * do not build query filter with or: [] when all records are successfully inserted, for return_skipped_upsert?: true (#659) by Dohan Kim