[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/storage/buffer:
buf_init.c (r1.70 -> r1.71)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/buf_init.c.diff?r1=1.70&r2=1.71)
buf_table.c (r1.38 -> r1.39)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/buf_table.c.diff?r1=1.38&r2=1.39)
freelist.c (r1.49 -> r1.50)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/freelist.c.diff?r1=1.49&r2=1.50)
pgsql/src/include/storage:
buf_internals.h (r1.75 -> r1.76)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/buf_internals.h.diff?r1=1.75&r2=1.76)

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[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:
--
pgsql/src/backend/storage/buffer:
buf_init.c (r1.70 -> r1.70.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/buf_init.c.diff?r1=1.70&r2=1.70.4.1)
buf_table.c (r1.38 -> r1.38.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/buf_table.c.diff?r1=1.38&r2=1.38.4.1)
freelist.c (r1.49 -> r1.49.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/freelist.c.diff?r1=1.49&r2=1.49.4.1)
pgsql/src/include/storage:
buf_internals.h (r1.75 -> r1.75.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/buf_internals.h.diff?r1=1.75&r2=1.75.4.1)

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[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_dump_sort.c (r1.8 -> r1.8.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump_sort.c.diff?r1=1.8&r2=1.8.4.1)

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[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)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump_sort.c.diff?r1=1.8&r2=1.9)

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[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://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lock.c.diff?r1=1.145&r2=1.146)

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster