PostgreSQL Documentation: INSERT (ON CONFLICT DO UPDATE/NOTHING), The PostgreSQL Global Development Group, 2024 - Explains the INSERT ... ON CONFLICT statement, a direct SQL implementation of the upsert operation for incremental updates in many relational databases.