OSDN Git Service

Update from Neil Conway:
authorBruce Momjian <bruce@momjian.us>
Mon, 28 Oct 2002 20:05:18 +0000 (20:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 28 Oct 2002 20:05:18 +0000 (20:05 +0000)
commitc21590221428d190b771b9cd8454f615ac63a952
treea408d12e0927aec6eaac436f362b275f8c81ca3c
parent323e03aed4ba10f9da30efc963ea80361f70a132
Update from Neil Conway:

< * Add floor(float8) and other missing functions
> * -Add floor(float8) and other missing functions
174c174
< * Improve concurrency of hash indexes (Neil Conway)
> * Improve concurrency of hash indexes (Neil)
277c277
<  o Allow array declarations and other data types in PL/PgSQl DECLARE
>  o Allow array declarations and other data types in PL/PgSQL DECLARE
293c293
< * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
> * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)
474c474
< * Precompile SQL functions to avoid overhead (Neil Conway)
> * Precompile SQL functions to avoid overhead (Neil)
549c549
< * Neil is Neil Conway <nconway@klamath.dyndns.org>
> * Neil is Neil Conway <neilc@samurai.com>
doc/TODO