File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
34
2010-12-23 VERSION 0.8
2
35
* Add option to return content in binary format using
3
36
"binary_value" output format in "postgres_output" directive.
You can’t perform that action at this time.
0 commit comments