<div dir="ltr"><div>Hi All</div><div><br></div><div>As of now pool_hba configuration only allows CIDR addresses to be specified in the pool_hba records in the address field and this patch enables the support of hostnames to be used instead of IP address.<br></div><div>This feature can be very useful in environments where the availability of same IP address can&#39;t be ensured every time and the user can do the pool-hba configuration using the hostnames instead.</div><div><br></div><div>Along with allowing the hostnames in address field of the HBA record the patch also made the following notable enhancements in the area.</div><div><br></div><div>-- pool_hba records are now completely parsed at the loading time and we now keep the structured data of records instead of raw record lines,  This saves us the parsing at every new connection time and however little it may be but its will deliver a performance enhancement.</div><div><br></div><div>-- Enhanced parsing now gives the better descriptive error/log messages.</div><div><br></div><div>-- Better handling of auth-options field<br></div><div><br></div><div><br></div><div>Please note that the most of the code is borrowed from PostgreSQL and the documentation part is still remaining.</div><div><br></div><div><br></div><div>Thanks</div><div>Best Regards</div><div><br></div><div><br></div></div>