Updates of SE-PostgreSQL 8.4devel patches (r1710) - Mailing list pgsql-hackers

From KaiGai Kohei
Subject Updates of SE-PostgreSQL 8.4devel patches (r1710)
Date
Msg-id 49B73966.4040306@ak.jp.nec.com
Whole thread Raw
In response to Re: Updates of SE-PostgreSQL 8.4devel patches (r1704)  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Updates of SE-PostgreSQL 8.4devel patches (r1710)  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Updates of SE-PostgreSQL 8.4devel patches (r1714)  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
List pgsql-hackers
Heikki, it is the list of updated patches:

http://sepgsql.googlecode.com/files/sepgsql-core-8.4devel-r1710.patch
http://sepgsql.googlecode.com/files/sepgsql-utils-8.4devel-r1710.patch
http://sepgsql.googlecode.com/files/sepgsql-policy-8.4devel-r1710.patch
http://sepgsql.googlecode.com/files/sepgsql-docs-8.4devel-r1710.patch
http://sepgsql.googlecode.com/files/sepgsql-tests-8.4devel-r1710.patch

- List of updates: * Permission checks on SET/SHOW were removed. * Add a new permission: db_database:{superuser}
sepgsqlCheckDatabaseSuperuser()is invoked from superuser_arg()   to check whether the clietn can perform as a superuser
inthis   database, or not. * Permission checks on procedure installation is separated. * Permission checks on
install/loadC-libraries are separated. * Read file checks on pg_read_file() is added.
 

- Scale of patches: * r1710 (the latest revision)   60 files changed, 3686 insertions(+), 10 deletions(-), 4952
modifications(!)* r1704 (previous revision)   60 files changed, 4048 insertions(+), 11 deletions(-), 4944
modifications(!)
 ... about 300 lines were downsized.

- Remaining issue: * ACL_SELECT_FOR_UPDATE has same value with ACL_UPDATE, so SE-PostgreSQL   checks db_table:{update}
permissionon SELECT ... FOR SHARE OF,   instead of db_table:{lock} permission.
 

Thanks,
-- 
OSS Platform Development Division, NEC
KaiGai Kohei <kaigai@ak.jp.nec.com>


pgsql-hackers by date:

Previous
From: Koichi Suzuki
Date:
Subject: Re: V4 of PITR performance improvement for 8.4
Next
From: KaiGai Kohei
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1704)