First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Reworks of DML permission checks
2010/6/14 KaiGai Kohei <kaigai(a)ak.jp.nec.com>: The attached patch tries to rework DML permission checks. It was mainly checked at the ExecCheckRTEPerms(), but same logic was implemented in COPY TO/FROM statement and RI_Initial_Check(). This patch tries to consolidate these permission checks into a com... 21 Jul 2010 21:19
- GSoC - snapshot materialized view (work-in-progress) patch
2010/7/8 Pavel Baro� <baros.p(a)seznam.cz>: Description of patch: 1) can create MV, and is created uninitialized with data � CREATE MATERIALIZED VIEW mvname AS SELECT ... This doesn't seem acceptable. It should populate it on creation. 2) can refresh MV � ALTER MATERIALIZED VIEW mvname REFRESH ... 12 Jul 2010 09:35
FYI: Ubuntu 10.04 lucid strange segfault
On Fri, 2010-07-09 at 16:57 +0200, Yeb Havinga wrote: Hello list, Due to dependency requirements my development machine has ubuntu repositories jaunty, lucid and intrepid. I would not expect anything to work in an environment that is that misconfigured. I would suggest running VirtualBox for your ... 10 Jul 2010 06:14
Assertion failure in get_attstatsslot()
Bernd Helmle <mailings(a)oopsware.de> writes: -- assertion failure EXPLAIN SELECT 1 FROM foo WHERE UPPER(value) = 'xyz'; I tried it back from current -HEAD to 8.3.11 and managed to reproduce it everywhere. Non-cassert builds are working correctly, so i'm not sure wether this is an over-aggressive asser... 9 Jul 2010 20:33
[HACKERS] reducing NUMERIC size for 9.1
EnterpriseDB asked me to develop the attached patch to reduce the on-disk size of numeric and to submit it for inclusion in PG 9.1. After searching the archives, I found a possible design for this by Tom Lane based on an earlier proposal by Simon Riggs. http://archives.postgresql.org/pgsql-hackers/2007-06/msg0071... 9 Jul 2010 11:39
[HACKERS] FYI: Ubuntu 10.04 lucid strange segfault
Hello list, Due to dependency requirements my development machine has ubuntu repositories jaunty, lucid and intrepid. Today I went testing a patch on a recent PostgreSQL. I had to install autoconf to configure the patched source. While seeing some other packages getting installed on the screen, I remember t... 9 Jul 2010 11:39
[COMMITTERS] pgsql: Add a hook in ExecCheckRTPerms().
On Fri, 2010-07-09 at 14:06 +0000, Robert Haas wrote: Log Message: ----------- Add a hook in ExecCheckRTPerms(). This hook allows a loadable module to gain control when table permissions are checked. It is expected to be used by an eventual SE-PostgreSQL implementation, but there are other possib... 12 Jul 2010 06:20
[COMMITTERS] pgsql: Stamp HEAD as 9.1devel.
On Fri, Jul 9, 2010 at 12:10 AM, Tom Lane <tgl(a)postgresql.org> wrote: Log Message: ----------- Stamp HEAD as 9.1devel. (And there was much rejoicing.) /me opens a beer. How long should I wait before I start breaking things? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise... 3 Aug 2010 20:15
Branch created, let the experiment begin ...
On Thu, Jul 8, 2010 at 11:58 PM, Marc G. Fournier <scrappy(a)postgresql.org> wrote: As decided at this years hackers conference, we are branching REL9_0_STABLE *before* the release, instead of after. The hope is that we won't be taking away resources from finishing the release, but still allow ppl to c... 14 Jul 2010 14:18
[HACKERS] Branch created, let the experiment begin ...
As decided at this years hackers conference, we are branching REL9_0_STABLE *before* the release, instead of after. The hope is that we won't be taking away resources from finishing the release, but still allow ppl to continue to work on projects that are for 9.1. The branch is now created. -- Se... 9 Jul 2010 00:44
First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38