Files
postgresql/src/bin
Tom Lane 965d76f972 Use binary search instead of brute-force scan in findNamespace().
The previous coding presented a significant bottleneck when dumping
databases containing many thousands of schemas, since the total time
spent searching would increase roughly as O(N^2) in the number of objects.
Noted by Jeff Janes, though I rewrote his proposed patch to use the
existing findObjectByOid infrastructure.

Since this is a longstanding performance bug, backpatch to all supported
versions.
2012-05-25 14:35:47 -04:00
..
2012-02-23 20:36:36 +02:00
2012-02-23 20:36:36 +02:00
2012-02-23 20:36:36 +02:00
2012-02-23 20:36:36 +02:00
2012-03-11 00:51:07 +02:00
2010-01-02 16:58:17 +00:00