K 10 svn:author V 3 osa K 8 svn:date V 27 2011-12-29T07:30:05.000000Z K 7 svn:log V 1104 Update third-party ngx_postgres module from 0.8 to 0.9. Also remove needless patch. Do not bump PORTREVISION because these modules disabled by default. * Improve debug logging. From Yichun Zhang (agentzh). * Fix compatibility with poll, select and /dev/poll event models. Reported by Yichun Zhang (agentzh). * Fix compatibility with PostgreSQL 9.x. Reported by Yichun Zhang (agentzh). * Fix compatibility with nginx-1.1.4+. From Yichun Zhang (agentzh). * Enforce writing of proper SQL queries by replacing "row " output format with "text" and returning whole result-set with values separated by newlines when using "postgres_output" directive. * Enforce writing of proper SQL queries by requiring result-set to contain exactly single value when using "binary_value" or "value" output formats when using "postgres_output" directive. * Fix "duplicated last chunk" issue. Reported by Silly Sad, diagnosed by Maxim Dounin. * Improve build-time PostgreSQL client library discovery process by using PostgreSQL's pg_config. Patch from Silly Sad. END