CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/06 18:55:11
Modified files:
src/bin/pg_dump: pg_dump_sort.c
Log message:
Replace not-very-bright implementation of topological sort with a better
one (use a priority heap t
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/06 19:10:24
Modified files:
doc/src/sgml : catalogs.sgml runtime.sgml
Log message:
Documentation update for previously committed changes: read-only GUC variables
and pg_s
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/06 20:54:05
Modified files:
doc: TODO
Log message:
Done:
> * -Use dependency information to dump data in proper order
---(end of broad
TODO updated:
* -Use dependency information to dump data in proper order
---
Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: [EMAIL PROTECTED] 03/12/05 23:00:16
>
> Modi
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/06 23:14:01
Modified files:
src/bin/pg_dump: common.c
Log message:
Speed up findObjectByCatalogId() to get rid of the other salient
bottleneck in the new pg_dump code.
--
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/07 00:11:26
Modified files:
src/backend/utils/adt: Tag: REL7_3_STABLE selfuncs.c
Log message:
Repair indexed bytea like operations, and related selectivity
functionality. P
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/07 00:14:11
Modified files:
src/backend/utils/adt: selfuncs.c
Log message:
Repair indexed bytea like operations, and related selectivity
functionality. Per bug report by Al
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/07 00:12:50
Modified files:
src/backend/utils/adt: Tag: REL7_4_STABLE selfuncs.c
Log message:
Repair indexed bytea like operations, and related selectivity
functionality. P
[EMAIL PROTECTED] (Joe Conway) writes:
> Repair indexed bytea like operations, and related selectivity
> functionality.
Would this be a useful thing to write some regression tests for?
-Neil
---(end of broadcast)---
TIP 7: don't forget
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/07 01:44:50
Modified files:
src/bin/pg_dump: pg_dump_sort.c
Log message:
One more pass at reducing the cost of pg_dump's new implementation:
reduce the number of times Topo
Neil Conway wrote:
[EMAIL PROTECTED] (Joe Conway) writes:
Repair indexed bytea like operations, and related selectivity
functionality.
Would this be a useful thing to write some regression tests for?
I thought about it, but this was not really a regression so much as it
was poor t
11 matches
Mail list logo