Log Message:
---
add uninstall script
Added Files:
---
varint:
uninstall_varint.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/varint/varint/uninstall_varint.sql?rev=1.1&content-type=text/x-cvsweb-markup)
--
Sent via pgsql-committers mailing list (pg
Log Message:
---
create cast to get typmod working. fix alignment and storage of type
Modified Files:
--
varint:
varint.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/varint/varint/varint.c.diff?r1=1.3&r2=1.4)
varint.h (r1.3 -> r1.4)
Log Message:
---
Properly access a buffer's LSN using existing access macros instead of abusing
knowledge of page layout.
Stolen from Jonah Harris' CRC patch
Modified Files:
--
pgsql/src/backend/storage/buffer:
bufmgr.c (r1.238 -> r1.239)
(http://anoncvs.p
Log Message:
---
These functions no longer return a value, per complaint from gothic_moth via
Zdenek Kotala.
Modified Files:
--
pgsql/src/backend/access/transam:
transam.c (r1.77 -> r1.78)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/t
Log Message:
---
Rework subtransaction commit protocol for hot standby.
This patch eliminates the marking of subtransactions as SUBCOMMITTED in pg_clog
during their commit; instead they remain in-progress until main transaction
commit. At main transaction commit, the commit protocol is at
Log Message:
---
Remove support of backward scan in GiST. Per discussion
http://archives.postgresql.org/pgsql-hackers/2008-10/msg00857.php
Modified Files:
--
pgsql/src/backend/access/gist:
gistget.c (r1.77 -> r1.78)
(http://anoncvs.postgresql.org/cvsweb.cgi
On Mon, 2008-10-20 at 14:22 +, Peter Eisentraut wrote:
> Log Message:
> ---
> Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have been
> dropped or it was a mistake.
Not sure why T631 is "unsupported" either.
--
Simon Riggs www.2ndQuadrant.com
PostgreS
On Mon, 2008-10-20 at 14:26 +, Peter Eisentraut wrote:
> Log Message:
> ---
> SQL 200N -> SQL:2003
>
Why not SQL:2008?
If it's not in latest version, it has been superceded and we should
consider removing it.
--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Serv
On Mon, 2008-10-20 at 14:22 +, Peter Eisentraut wrote:
> Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have been
> dropped or it was a mistake.
T401 also.
--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support
--
Sent via pgsql-commi
Log Message:
---
SQL 200N -> SQL:2003
Modified Files:
--
pgsql/src/backend/parser:
gram.y (r2.625 -> r2.626)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.625&r2=2.626)
--
Sent via pgsql-committers mailing list (pgsql-comm
Log Message:
---
Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have been
dropped or it was a mistake.
Modified Files:
--
pgsql/src/backend/catalog:
sql_features.txt (r1.21 -> r1.22)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bac
Log Message:
---
Feature T152 "DISTINCT predicate with negation" is supported.
Modified Files:
--
pgsql/src/backend/catalog:
sql_features.txt (r1.20 -> r1.21)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt?r1=1.20&r2=1.
Log Message:
---
Remove mark/restore support in GIN and GiST indexes.
Per Tom's comment.
Also revome useless GISTScanOpaque->flags field.
Modified Files:
--
pgsql/src/backend/access/gin:
ginget.c (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pg
Log Message:
---
Feature F402 "Named column joins for LOBs, arrays, and multisets" is
supported, to the extent that LOBs, arrays, and multisets are supported.
Modified Files:
--
pgsql/src/backend/catalog:
sql_features.txt (r1.19 -> r1.20)
(http://anoncvs.po
Log Message:
---
AS is no longer required in SELECT list
Modified Files:
--
pgsql/src/backend/catalog:
sql_features.txt (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt?r1=1.18&r2=1.19)
--
Sent via pgsq
Update of /cvsroot/pgbulkload/pgbulkload
In directory pgfoundry.org:/tmp/cvs-serv39345
Log Message:
first import
Status:
Vendor Tag: NTTOSS
Release Tags: start
N pgbulkload/Makefile
N pgbulkload/README.pg_bulkload
N pgbulkload/sample_bin.ctl
N pgbulkload/sample_csv.ctl
N p
16 matches
Mail list logo