Log Message:
---
Ensure that all details of the ARC algorithm are hidden within freelist.c.
This refactoring does not change any algorithms or data structures, just
remove visibility of the ARC datastructures from other source files.
Modified Files:
--
pgsql/src/backend/sto
Log Message:
---
Ensure that all details of the ARC algorithm are hidden within freelist.c.
This refactoring does not change any algorithms or data structures, just
remove visibility of the ARC datastructures from other source files.
Tags:
REL8_0_STABLE
Modified Files:
--
Log Message:
---
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
database: aggregates should be dumped in the same pass as operators,
not in the same pass as functions.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_du
Log Message:
---
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
database: aggregates should be dumped in the same pass as operators,
not in the same pass as functions.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dump_sort.c (r1.8 -> r1.9)
Log Message:
---
Refactor some duplicated code in lock.c: create UnGrantLock(), move code
from LockRelease() and LockReleaseAll() into it. From Heikki Linnakangas.
Modified Files:
--
pgsql/src/backend/storage/lmgr:
lock.c (r1.145 -> r1.146)
(http://develope