Thread

  1. pgsql: Disallow LOAD to non-superusers.

    Tom Lane <tgl@svr1.postgresql.org> — 2005-01-24T17:46:42Z

    Log Message:
    -----------
    Disallow LOAD to non-superusers.  Per report from John Heasman.
    
    Tags:
    ----
    REL7_4_STABLE
    
    Modified Files:
    --------------
        pgsql/src/backend/tcop:
            utility.c (r1.208 -> r1.208.2.1)
            (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/utility.c.diff?r1=1.208&r2=1.208.2.1)
    
    
  2. Re: [COMMITTERS] pgsql: Disallow LOAD to non-superusers.

    Devrim Gündüz <devrim@gunduz.org> — 2005-01-24T17:53:29Z

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1
    
    
    Hi,
    
    Is it time for 7.4.7? I've seen many commits to 7.4 branch nowadays.
    
    Regards, Devrim
    
    On Mon, 24 Jan 2005, Tom Lane wrote:
    
    > Log Message:
    > -----------
    > Disallow LOAD to non-superusers.  Per report from John Heasman.
    >
    > Tags:
    > ----
    > REL7_4_STABLE
    >
    > Modified Files:
    > --------------
    >    pgsql/src/backend/tcop:
    >        utility.c (r1.208 -> r1.208.2.1)
    >        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/utility.c.diff?r1=1.208&r2=1.208.2.1)
    >
    > ---------------------------(end of broadcast)---------------------------
    > TIP 9: the planner will ignore your desire to choose an index scan if your
    >      joining column's datatypes do not match
    >
    
    - --
    Devrim GUNDUZ 
    devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
    http://www.tdmsoft.com                         http://www.gunduz.org
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.1 (GNU/Linux)
    
    iD8DBQFB9TYbtl86P3SPfQ4RArMOAJ4u9iPSiRnXKMIBIXIQCauJ1QaljACg3gjG
    17d0mWM80ytwj5NxTpidMFM=
    =bomB
    -----END PGP SIGNATURE-----
    
    
  3. Re: [COMMITTERS] pgsql: Disallow LOAD to non-superusers.

    Tom Lane <tgl@sss.pgh.pa.us> — 2005-01-24T17:58:58Z

    Devrim GUNDUZ <devrim@gunduz.org> writes:
    > Is it time for 7.4.7? I've seen many commits to 7.4 branch nowadays.
    
    I just started a discussion about that on the core list ...
    
    			regards, tom lane
    
    
  4. Re: [COMMITTERS] pgsql: Disallow LOAD to non-superusers.

    Darcy Buskermolen <darcy@wavefire.com> — 2005-01-25T00:36:31Z

    On January 24, 2005 09:58 am, Tom Lane wrote:
    > Devrim GUNDUZ <devrim@gunduz.org> writes:
    > > Is it time for 7.4.7? I've seen many commits to 7.4 branch nowadays.
    >
    > I just started a discussion about that on the core list ...
    If we are going to roll a 7.4.7 any chance we can roll the icc compiler fixes 
    -WI (if I recall right) into there as well?
    >
    > 			regards, tom lane
    >
    > ---------------------------(end of broadcast)---------------------------
    > TIP 7: don't forget to increase your free space map settings
    
    -- 
    Darcy Buskermolen
    Wavefire Technologies Corp.
    ph: 250.717.0200
    fx:  250.763.1759
    http://www.wavefire.com
    
    
  5. Re: [COMMITTERS] pgsql: Disallow LOAD to non-superusers.

    Tom Lane <tgl@sss.pgh.pa.us> — 2005-01-25T00:38:55Z

    Darcy Buskermolen <darcy@wavefire.com> writes:
    > If we are going to roll a 7.4.7 any chance we can roll the icc compiler fixes
    > -WI (if I recall right) into there as well?
    
    You're going to need to be a lot more specific than that if you want
    something applied to 7.4.7.  A patch against REL7_4_STABLE tip
    would be good ;-)
    
    			regards, tom lane