Skip to content

Tags: rtfeldman/ngx_postgres

Tags

1.0rc7

Toggle 1.0rc7's commit message
feature: fixed compilation errors with nginx 1.9.1+. thanks Vadim A. …

…Misbakh-Soloviov for the original patch in FRiCKLE#38.

1.0rc6

Toggle 1.0rc6's commit message
bugfix: use ngx_abs() instead of abs() to fix one clang warning (-Wab…

…solute-value).

1.0rc5

Toggle 1.0rc5's commit message
bugfix: fixed compilation error with nginx 1.7.5+ because nginx 1.7.5…

…+ changes the API in the events subsystem.

1.0rc4

Toggle 1.0rc4's commit message
tests: fixed the test case indexes in output.t.

1.0rc3

Toggle 1.0rc3's commit message
bugfix: compilation error happened with nginx 1.5.3+ because nginx ch…

…anges the ngx_sock_ntop API. thanks an0ma1ia for the report in FRiCKLE#19.

1.0rc2

Toggle 1.0rc2's commit message
docs: confirmed that we work with 1.2.3 and 1.3.4.

1.0rc1

Toggle 1.0rc1's commit message
bugfix: memory leak might happen if nginx 1.1.14+ is used *and* (at l…

…east) libpq fails to connect to the remote database.

0.9

Toggle 0.9's commit message
Update CHANGES (releng for 0.9).

Change-Id: I411c8bd5b24b8e5a4b7f26f84b8071ea02a16ccf
Signed-off-by: Piotr Sikora <[email protected]>

0.9rc2

Toggle 0.9rc2's commit message
fixed compilation warnings with gcc 4.6.0.

0.9rc1

Toggle 0.9rc1's commit message
fixed an issue regarding defining global variables in C header files:…

… we should have defined rds_rough_col_type_t as a type rather than a global variable. thanks @姜大炮.