Re: [COMMITTERS] pgsql: Add --section option to pg_dump and pg_restore.

2011-12-17 Thread Thom Brown
On 17 December 2011 02:32, Andrew Dunstan wrote: > > > On 12/16/2011 07:57 PM, Thom Brown wrote: >> >> On 17 December 2011 00:17, Andrew Dunstan  wrote: >>> >>> Add --section option to pg_dump and pg_restore. >>> >>> Valid values are --pre-data, data and post-data. The option can be >>> given more

[COMMITTERS] pgsql: Clarify the post-data status on unvalidated check constraints.

2011-12-17 Thread Andrew Dunstan
Clarify the post-data status on unvalidated check constraints. Per gripe from Thom Brown. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8900f663f2405cc8ebc401f4f055671c81adaca7 Modified Files -- doc/src/sgml/ref/pg_dump.sgml |2 +- 1 files changed,

Re: [COMMITTERS] pgsql: Add --section option to pg_dump and pg_restore.

2011-12-17 Thread Andrew Dunstan
On 12/17/2011 08:13 AM, Thom Brown wrote: On 17 December 2011 02:32, Andrew Dunstan wrote: On 12/16/2011 07:57 PM, Thom Brown wrote: On 17 December 2011 00:17, Andrew Dunstanwrote: Add --section option to pg_dump and pg_restore. Valid values are --pre-data, data and post-data. The opt

[COMMITTERS] pgsql: Same clarification for pg_restore.

2011-12-17 Thread Andrew Dunstan
Same clarification for pg_restore. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/19fc0fe3ae7861a8b0d3ab8b67bd01fde33bf2da Modified Files -- doc/src/sgml/ref/pg_restore.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-

Re: [COMMITTERS] pgsql: Add --section option to pg_dump and pg_restore.

2011-12-17 Thread Thom Brown
On 17 December 2011 18:11, Andrew Dunstan wrote: > > > On 12/17/2011 08:13 AM, Thom Brown wrote: >> >> On 17 December 2011 02:32, Andrew Dunstan  wrote: >>> >>> >>> On 12/16/2011 07:57 PM, Thom Brown wrote: On 17 December 2011 00:17, Andrew Dunstan    wrote: > > Add --section opt

[COMMITTERS] pgsql: Add SP-GiST (space-partitioned GiST) index access method.

2011-12-17 Thread Tom Lane
Add SP-GiST (space-partitioned GiST) index access method. SP-GiST is comparable to GiST in flexibility, but supports non-balanced partitioned search structures rather than balanced trees. As described at PGCon 2011, this new indexing structure can beat GiST in both index build time and query spee

[COMMITTERS] pgsql: Fix compiler warning seen on 64-bit machine.

2011-12-17 Thread Tom Lane
Fix compiler warning seen on 64-bit machine. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/85df5dbf5ac56f75cf9e23fe4504f2e672893f30 Modified Files -- src/backend/access/spgist/spgutils.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --

[COMMITTERS] pgsql: Fix some long-obsolete references to XLogOpenRelation.

2011-12-17 Thread Tom Lane
Fix some long-obsolete references to XLogOpenRelation. These were missed in commit a213f1ee6c5a1bbe1f074ca201975e76ad2ed50c, which removed that function. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/dd45d3ad33bdb415b18ee8b37182b52c1c354cd6 Modified Files

[COMMITTERS] pgsql: Remove bogus entries in gist point_ops operator class.

2011-12-17 Thread Tom Lane
Remove bogus entries in gist point_ops operator class. These entries could never be matched to an index clause because they don't have the index datatype on the left-hand side of the operator. (Their commutators are in the opclass, which is sensible, but that doesn't mean these operators should b

[COMMITTERS] pgsql: Defend against null scankeys in spgist searches.

2011-12-17 Thread Tom Lane
Defend against null scankeys in spgist searches. Should've thought of that one earlier. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b7a0e8fb4d6fafcd30555e4ddf18e77e138ec3d0 Modified Files -- src/backend/access/spgist/spgscan.c | 30

[COMMITTERS] pgfiledump - pg_filedump: Preliminary support for SP-GiST indexes.

2011-12-17 Thread User Tgl
Log Message: --- Preliminary support for SP-GiST indexes. Modified Files: -- pg_filedump: pg_filedump.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/pg_filedump.c?r1=1.4&r2=1.5) pg_filedump.h (r1.3 -> r1.4)