PostgreSQL supports serial and serial4 type for 4 bytes integer auto increment column.
bigserial or serial8 can be used for 8 bytes integer auto increment column.
This dialect uses serial
Namespace:
NHibernate.DialectAssembly: NHibernate (in NHibernate.dll)