Log Message:
---
Correction of error handling.
Add the Driver infomation.
Modified Files:
--
odbclink:
odbclink.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/odbclink/odbclink/odbclink.c.diff?r1=1.3&r2=1.4)
---(end o
Log Message:
---
Add URL:
o Fix RENAME to work on variables other than OLD/NEW
>
>
> http://archives.postgresql.org/pgsql-hackers/2002-03/msg00591.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2058 -> r1.2059)
(http://developer.postg
Log Message:
---
Document need for periodic REINDEX in VACUUM FULL cases.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
maintenance.sgml (r1.64 -> r1.64.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.
Log Message:
---
Document need for periodic REINDEX in VACUUM FULL cases.
Modified Files:
--
pgsql/doc/src/sgml:
maintenance.sgml (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.diff?r1=1.66&r2=1.67)
pgsq
Log Message:
---
Add missing colon.
Modified Files:
--
pgsql/doc/src/sgml:
array.sgml (r1.53 -> r1.54)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/array.sgml.diff?r1=1.53&r2=1.54)
---(end of broadcast)
Log Message:
---
Add:
>
> * Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
>
> This is difficult because you must upgrade to an exclusive table lock
> to replace the existing index file. CREATE INDEX CONCURRENTLY does not
> have this complication. This would allow index
Log Message:
---
Update for VACUUM FULL:
< reindex rather than update the index.
> reindex rather than update the index. Also, index updates can
> bloat the index.
Modified Files:
--
pgsql/doc:
TODO (r1.2056 -> r1.2057)
(http://developer.postgresql.
Log Message:
---
Fixed message condition bug.
Modified Files:
--
odbclink:
odbclink.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/odbclink/odbclink/odbclink.c.diff?r1=1.2&r2=1.3)
---(end of broadcast)
Log Message:
---
1.) Fixed error message condition.
2.) For return value of exec.
Modified Files:
--
odbclink:
odbclink.c (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/odbclink/odbclink/odbclink.c.diff?r1=1.1.1.1&r2=1.2)
-
Log Message:
---
Add:
> o ARRAY[[1,2],[3,4]])[1] should return the same values as
> ARRAY[[1,2],[3,4]])[1:1];
>
Modified Files:
--
pgsql/doc:
TODO (r1.2055 -> r1.2056)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2055&r
Log Message:
---
Add FAQ item about timezones and daylight savings time.
Modified Files:
--
pgsql/doc:
FAQ (r1.408 -> r1.409)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.408&r2=1.409)
pgsql/doc/src/FAQ:
FAQ.html (r1.364 -
Log Message:
---
Update documentation for backslashes to mention escape string syntax
more, and standard_conforming_strings less, because in the future non-E
strings will not treat backslashes specially.
Also use E'' strings where backslashes are used in examples. (The
existing examples wo
Log Message:
---
Update documentation for backslashes to mention escape string syntax
more, and standard_conforming_strings less, because in the future non-E
strings will not treat backslashes specially.
Also use E'' strings where backslashes are used in examples. (The
existing examples wo
Log Message:
---
Repair oversights in the mechanism used to store compiled plpgsql functions.
The original coding failed (tried to access deallocated memory) if there were
two active call sites (fn_extra pointers) for the same function and the
function definition was updated. Also, if an u
Log Message:
---
Repair oversights in the mechanism used to store compiled plpgsql functions.
The original coding failed (tried to access deallocated memory) if there were
two active call sites (fn_extra pointers) for the same function and the
function definition was updated. Also, if an u
Log Message:
---
Repair oversights in the mechanism used to store compiled plpgsql functions.
The original coding failed (tried to access deallocated memory) if there were
two active call sites (fn_extra pointers) for the same function and the
function definition was updated. Also, if an u
Log Message:
---
Add SPI_push/SPI_pop calls so that datatype input and output functions called
by plpgsql can themselves use SPI --- possibly indirectly, as in the case
of domain_in() invoking plpgsql functions in a domain check constraint.
Per bug #2945 from Sergiy Vyshnevetskiy.
Somewhat
Log Message:
---
Add SPI_push/SPI_pop calls so that datatype input and output functions called
by plpgsql can themselves use SPI --- possibly indirectly, as in the case
of domain_in() invoking plpgsql functions in a domain check constraint.
Per bug #2945 from Sergiy Vyshnevetskiy.
Somewhat
Log Message:
---
Add SPI_push/SPI_pop calls so that datatype input and output functions called
by plpgsql can themselves use SPI --- possibly indirectly, as in the case
of domain_in() invoking plpgsql functions in a domain check constraint.
Per bug #2945 from Sergiy Vyshnevetskiy.
Somewhat
Log Message:
---
Add SPI_push/SPI_pop calls so that datatype input and output functions called
by plpgsql can themselves use SPI --- possibly indirectly, as in the case
of domain_in() invoking plpgsql functions in a domain check constraint.
Per bug #2945 from Sergiy Vyshnevetskiy.
Somewhat
20 matches
Mail list logo