@@ -5737,8 +5737,8 @@ fix rtree for use in inner scan (Vadim)
5737
5737
fix gist for use in inner scan, cleanups (Vadim, Andrea)
5738
5738
avoid unnecessary local buffers allocation (Vadim, Massimo)
5739
5739
fix local buffers leak in transaction aborts (Vadim)
5740
- fix file managermemmory leaks, cleanups (Vadim, Massimo)
5741
- fix storage managermemmory leaks (Vadim)
5740
+ fix file managermemory leaks, cleanups (Vadim, Massimo)
5741
+ fix storage managermemory leaks (Vadim)
5742
5742
fix btree duplicates handling (Vadim)
5743
5743
fix deleted rows reincarnation caused by vacuum (Vadim)
5744
5744
fix SELECT varchar()/char() INTO TABLE made zero-length fields(Bruce)
@@ -5904,7 +5904,7 @@ European date format now set when postmaster is started
5904
5904
Execute lowercase function names if not found with exact case
5905
5905
Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
5906
5906
Gist now included in the distribution(Marc)
5907
- Idend authentication of local users(Bryan)
5907
+ Ident authentication of local users(Bryan)
5908
5908
Implement BETWEEN qualifier(Bruce)
5909
5909
Implement IN qualifier(Bruce)
5910
5910
libpq has PQgetisnull()(Bruce)