On Tue, Apr 25, 2006 at 09:44:25AM +0900, Tatsuo Ishii wrote:
> > test=> CREATE TABLE foo (id integer);
> > CREATE TABLE
> > test=> SELECT * FROM pgrowlocks('foo');
> > server closed the connection unexpectedly
> >
> > % gdb bin/postgres data/core
> > [...]
> > Program terminated with signal 10, B
Log Message:
---
Update inheritance constraint items:
< o %Prevent child tables from altering or dropping constraints
< like CHECK that were inherited from the parent table
< like CHECK that are inherited by child tables
<
< Dropping constraints should onl
> On Sat, Apr 22, 2006 at 10:12:58PM -0300, Tatsuo Ishii wrote:
> > Log Message:
> > ---
> > Add new contrib function pgrowlocks. See README.pgrowlocks for more details.
>
> Calling this function results in SIGBUS on Solaris 9/sparc.
>
> test=> CREATE TABLE foo (id integer);
> CREATE TABL
Log Message:
---
Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600
([email protected]).
Modified Files:
--
pgsql/contrib/pgrowlocks:
pgrowlocks.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgrowl
Log Message:
---
Done:
> * -Add transaction_timestamp(), statement_timestamp(), clock_timestamp()
Modified Files:
--
pgsql/doc:
TODO (r1.1809 -> r1.1810)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1809&r2=1.1810)
pgsql/doc/src
Log Message:
---
added support for double quotes ESCAPEDOUBLEQUOTES attribute
Modified Files:
--
bizgres/KETL/src/com/kni/etl/ketl/reader:
FileReader.java (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ketl/
Log Message:
---
Add statement_timestamp(), clock_timestamp(), and
transaction_timestamp() (just like now()).
Also update statement_timeout() to mention it is statement arrival time
that is measured.
Catalog version updated.
Modified Files:
--
pgsql/doc/src/sgml:
Log Message:
---
Word wrap entry
Modified Files:
--
pgsql/doc:
TODO (r1.1808 -> r1.1809)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1808&r2=1.1809)
pgsql/doc/src/FAQ:
TODO.html (r1.311 -> r1.312)
(http://develo
Log Message:
---
Update SQL-standard INTERVAL item:
o Support ISO INTERVAL syntax if units cannot be determined from
the string, and are supplied after the string
The SQL standard states that the units after the string specify
the units of the string,
Log Message:
---
Done;
o -Add support for day-time syntax, INTERVAL '1 2:03:04'DAY TO
SECOND
Modified Files:
--
pgsql/doc:
TODO (r1.1806 -> r1.1807)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1806&r2=1.1807)
pgsql/doc
Log Message:
---
Back out patch, unintended.
Modified Files:
--
pgsql/src/backend/parser:
gram.y (r2.539 -> r2.540)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.539&r2=2.540)
---(end of broad
Log Message:
---
Done:
o -Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
SECOND
Modified Files:
--
pgsql/doc:
TODO (r1.1805 -> r1.1806)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1805&r2=1.1806)
pgsq
Log Message:
---
Suppress more compiler warnings caused by macro tests.
Modified Files:
--
pgsql/src/include/access:
heapam.h (r1.109 -> r1.110)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/heapam.h.diff?r1=1.109&r2=1.110)
-
Log Message:
---
Add one more paren to macro.
Modified Files:
--
pgsql/src/include/access:
heapam.h (r1.108 -> r1.109)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/heapam.h.diff?r1=1.108&r2=1.109)
---(end of
Log Message:
---
Suprress compiler warning in gcc 4.2.
Report by Kris Jurka
Modified Files:
--
pgsql/src/include/access:
heapam.h (r1.107 -> r1.108)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/heapam.h.diff?r1=1.107&r2=1.108)
This past weekend, we installed, and got running, a new piece of
AntiVirus/Spam software called MAIA Mailguard ... it is essentially a
front end to Amavisd that allows per-user settings, instead of system wide
...
I have set it up so that, by default, @postgresql.org is covered in a
blanket
Log Message:
---
Improve our private implementation of cbrt() to give results of the
accuracy expected by the regression tests. Per suggestion from
Martijn van Oosterhout.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
float.c (r1.115 ->
Log Message:
---
Improve our private implementation of cbrt() to give results of the
accuracy expected by the regression tests. Per suggestion from
Martijn van Oosterhout.
Modified Files:
--
pgsql/src/backend/utils/adt:
float.c (r1.123 -> r1.124)
(http://d
Log Message:
---
Remove compiler warning by casting SNPRINTF() call to void.
Report from Gevik Babakhani.
Modified Files:
--
pgsql/src/backend/utils/adt:
inet_net_ntop.c (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/a
Log Message:
---
MPP-586/587 - Updates to the help text in loader.sh
Modified Files:
--
bizgres/loader/src/com/deepgreen/loader:
DGLoaderProperties.java (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/loader/src/com/deepgreen/l
Log Message:
---
Fixed memory leak bugs found by Martijn Oosterhout.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/compatlib:
informix.c (r1.38 -> r1.38.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/comp
Log Message:
---
Fixed memory leak bugs found by Martijn Oosterhout.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/compatlib:
informix.c (r1.39.2.1 -> r1.39.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/
Log Message:
---
Fixed memory leak bugs found by Martijn Oosterhout.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/compatlib:
informix.c (r1.31.2.4 -> r1.31.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/
Log Message:
---
Fixed memory leak bugs found by Martijn Oosterhout.
Modified Files:
--
pgsql/src/interfaces/ecpg:
ChangeLog (r1.301 -> r1.302)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.301&r2=1.302)
pgsql
24 matches
Mail list logo