[PATCHES] threading NEED_REENTRANT_FUNC_NAMES patch

2003-08-16 Thread Bruce Momjian
Here is the threading patch I mentioned on hackers. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylv

Re: [PATCHES] [HACKERS] Are we losing momentum?

2003-08-16 Thread Bruce Momjian
I assume we agreed against adding a MySQL mode --- just verifying. --- Sean Chittenden wrote: > > > That's a pretty reasonable thought. I work for a shop that sells > > > Postgres support, and even we install MySQL for the Q

Re: [PATCHES] [HACKERS] Are we losing momentum?

2003-08-16 Thread Jan Wieck
Bruce Momjian wrote: I assume we agreed against adding a MySQL mode --- just verifying. We agreed that applications that need schema information are much better off using the schema views. Jan --- Sean Chittenden wrote: >

Re: [PATCHES] [HACKERS] Are we losing momentum?

2003-08-16 Thread The Hermit Hacker
Personally, I think adding the SHOW commands would be a good thing ... psql is nice with its \df to get information without having to learn all the JOINs required ... having that ability easily from any of the interfaces would definitely be a plus ... to me, its not about MySQL compatibility, but

Re: [PATCHES] Added comments to postgresql.conf file

2003-08-16 Thread Bruce Momjian
Patch applied. Thanks. --- Troels Arvin wrote: > I suggest that the following patch be applied. It adds a few more comments > to postgresql.conf. > > (I always forget what the magic numbers 0 through 2 means for the "sysl

Re: [PATCHES] [PATCH] Re: [pgsql-advocacy] Why READ ONLY transactions?

2003-08-16 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Sean Chittenden wrote: > > > > Um, why not make it an actual full blown security feature by > > > > applying the following

Re: [PATCHES] Minor verbosity increase for analyze

2003-08-16 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Mark Kirkwood wrote: > After browsing thi

Re: [PATCHES] contrib/binarycopy

2003-08-16 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Lee Kindness wrote: Content-Description: message body text > The attached tar archive and assosciated patch adds the bina

Re: [PATCHES] COPY BINARY documentation

2003-08-16 Thread Bruce Momjian
Patch applied. Thanks. --- Lee Kindness wrote: Content-Description: message body text > The attached patch adds some clarification to the documentation of the > binary format read/created by COPY BINARY. It also mentions

Re: [PATCHES] misc doc fixes

2003-08-16 Thread Bruce Momjian
Patch applied. Thanks. --- Neil Conway wrote: > This patch makes two minor fixes to the docs: (1) fixes a > spelling mistake in the PREPARE ref page (2) Makes some > English more consistent, in the ref pages for some of th

Re: [PATCHES] fix CLOSE ref page

2003-08-16 Thread Bruce Momjian
Patch applied. Thanks. --- Neil Conway wrote: > There is a misstatement in the CLOSE reference page, now that we > have cursors that might outlive their creating transactions. A > patch is attached that fixes this (suggest

Re: [PATCHES] cidr docco

2003-08-16 Thread Bruce Momjian
Patch applied. Thanks. --- Andrew Dunstan wrote: > > I just noticed that the sample pg_hba.conf in the docs doesn't contain > any use of CIDR masks - here's a patch that adds a couple of sample > lines and associated

Re: [PATCHES] psql's HISTSIZE from .psqlrc do not want to be set

2003-08-16 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Andriy Tkachuk wrote: > Hi folks. > > I

Re: [PATCHES]

2003-08-16 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Achilleus Mantzios wrote: > > Hi, > i send 3 patches for files > slaveDatabase.conf,MirrorSetup.sql, DBMirror.pl, > and a

Re: [PATCHES] DOCS: to_char(interval) deprecated

2003-08-16 Thread Bruce Momjian
Patch applied. Thanks. --- Karel Zak wrote: > > Hi, > > I almost forgot mark in docs "to_char(interval)" as deprecated function. This > useless routine will removed in 7.5. It's already discussed (see hackers list >

Re: [PATCHES] logging enhancements, minor code cleanup (retry)

2003-08-16 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Andrew Dunstan wrote: > > revised patch attached, including docco. I think this attends to all the > comments I received

Re: [PATCHES] add (minimal) UPDATE regression test

2003-08-16 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Neil Conway wrote: > This patch adds a ne

Re: [PATCHES] [HACKERS] Are we losing momentum?

2003-08-16 Thread Sean Chittenden
> Bruce Momjian wrote: > >I assume we agreed against adding a MySQL mode --- just verifying. > > We agreed that applications that need schema information are much better > off using the schema views. > > Jan Heh, I don't think there was any agreement on anything in that thread, everyone had the

Re: [PATCHES] array concat, et al patch (was: [GENERAL] join of array)

2003-08-16 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Joe Conway wrote: > Tom Lane wrote: > > C