Revision history for PostgreSQL extension colnames. 1.5.0 2014-01-04T00:17:13Z - Fixed an installation issue on PostgreSQL 9.3.2.x 1.4.0 2013-09-06T00:38:22Z - Fixed the Makefile to recognize the `PG_CONFIG` environment variable. - Fixed the Makefile to confirm to pgsql-hackers recommendations. - Changed the Makefile to read the distribution name and version from META.json. - Fixed test failures on PostgreSQL 9.0 and lower. 1.3.0 2013-05-28T23:16:22Z - Fix compile failure on PostgreSQL 9.3. 1.2.0 2013-03-01T19:29:09Z - Properly quoted the language name in the `CREATE FUNCTION` statement, as it caused installation to fail on 9.2. 1.1.0 2011-09-08T06:15:12Z - Fixed reference leak when `colnames()` is called on a RECORD with no columns. 1.0.0 2011-09-02T17:29:02Z - Initial release. - Supports PostgreSQL 8.2 and up. - C code by Andrew Gierth. - Packaged for PGXN and maintained by David E. Wheeler.