Skip to content

Commit 85b52b3

Browse files
committed
Update CHANGES (releng for 0.9).
Change-Id: I411c8bd5b24b8e5a4b7f26f84b8071ea02a16ccf Signed-off-by: Piotr Sikora <[email protected]>
1 parent 9b96044 commit 85b52b3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGES

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2011-12-27 VERSION 0.9
2+
* Improve debug logging.
3+
From Yichun Zhang (agentzh).
4+
5+
2011-12-23
6+
* Fix compatibility with poll, select and /dev/poll event models.
7+
Reported by Yichun Zhang (agentzh).
8+
9+
2011-11-10
10+
* Fix compatibility with PostgreSQL 9.x.
11+
Reported by Yichun Zhang (agentzh).
12+
13+
* Fix compatibility with nginx-1.1.4+.
14+
From Yichun Zhang (agentzh).
15+
16+
2011-06-21
17+
* Enforce writing of proper SQL queries by replacing "row <row>"
18+
output format with "text" and returning whole result-set with
19+
values separated by newlines when using "postgres_output"
20+
directive.
21+
22+
* Enforce writing of proper SQL queries by requiring result-set
23+
to contain exactly single value when using "binary_value" or
24+
"value" output formats when using "postgres_output" directive.
25+
26+
2011-06-17
27+
* Fix "duplicated last chunk" issue.
28+
Reported by Silly Sad, diagnosed by Maxim Dounin.
29+
30+
* Improve build-time PostgreSQL client library discovery process
31+
by using PostgreSQL's pg_config.
32+
Patch from Silly Sad.
33+
134
2010-12-23 VERSION 0.8
235
* Add option to return content in binary format using
336
"binary_value" output format in "postgres_output" directive.

0 commit comments

Comments
 (0)