[COMMITTERS] pgsql: Ensure that all details of the ARC algorithm are hidden within

2005-02-03 Thread Tom Lane
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

[COMMITTERS] pgsql: Ensure that all details of the ARC algorithm are hidden within

2005-02-03 Thread Tom Lane
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: --

[COMMITTERS] pgsql: Fix minor thinko in logic to set dump order when dumping from a

2005-02-03 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix minor thinko in logic to set dump order when dumping from a

2005-02-03 Thread Tom Lane
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)

[COMMITTERS] pgsql: Refactor some duplicated code in lock.c: create UnGrantLock(),

2005-02-03 Thread Neil Conway
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