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
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,
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
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-
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
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
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(-)
--
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
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
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
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)
11 matches
Mail list logo