| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
It will be applied as soon...
Bruce Momjian
|
07-21-2004 11:51 AM
Bruce Momjian | 1 | 169 |
|  | Since the person is dumping using 7.5 pg_dump, presumably they will be
restoring to 7.5, and it should be:
DROP TABLE...
Christopher Kings-Lynne
|
07-20-2004 08:37 PM
Christopher Kings-Lynne | 6 | 189 |
|  | As per the following:
http://archives.postgresql.org/pgsql-cygwin/2004-07/msg00090.php
Thanks,
Jason
--
PGP/GPG Key:...
Jason Tishler
|
07-20-2004 05:56 PM
Bruce Momjian | 1 | 176 |
|  | Patch applied. Thanks.
---------------------------------------------------------------------------
Christopher Kings-Lynne wrote:
Bruce Momjian
|
07-19-2004 04:38 PM
Bruce Momjian | 6 | 149 |
|  | Ok people,
After the last holy war on syntax issues I have been convinced that
savepoints are not that brain dead as it appears. (They nest...
Alvaro Herrera
|
07-18-2004 12:48 AM
Alvaro Herrera | 3 | 134 |
|  | Magnus, why is this reassignment needed, basically the 'else' part:
! ifeq ($(PORTNAME), win32)
! xperl_archlibexp=$(subst \,/,$(perl_archlibexp))
!...
Bruce Momjian
|
07-16-2004 10:36 AM
Magnus Hagander | 1 | 134 |
|  | Hackers,
I tried to implement the reporting of the current transaction level to
the client using an ad-hoc ParameterStatus message. Seems it...
Alvaro Herrera
|
07-16-2004 09:10 AM
Tom Lane | 1 | 138 |
|  | hi,
just a contrib/mysql/README patch. Somehow the links got reversed.
5c5
< http://gborg.postgresql.org/project/mysql2psql/projdisplay.php
---
<...
joe speigle
|
07-15-2004 01:53 PM
Bruce Momjian | 1 | 180 |
|  | Good thinking... :-)
Patch attached (but probably easier for any committer to make the change
directly)
Claudio
---
Claudio Natoli
|
07-15-2004 10:23 AM
Bruce Momjian | 1 | 134 |
|  | The attached patch includes serverlog rotation with minimal shared
memory usage as discussed and functions to access it.
Regards,
Andreas
Index:...
Andreas Pflug
|
07-15-2004 09:56 AM
Bruce Momjian | 19 | 276 |
|  | Wow, that is a big patch.
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
I...
Bruce Momjian
|
07-15-2004 08:40 AM
Bruce Momjian | 6 | 136 |
|  | Christopher Kings-Lynne wrote:
OK, done and applied:
test=> \db
List of tablespaces
Name | Owner |...
Bruce Momjian
|
07-14-2004 10:55 PM
Bruce Momjian | 0 | 236 |
|  | Hehe - actually, don't commit this either, I keep finding more and more
bugs in pg_dump...
Chris
Christopher Kings-Lynne...
Christopher Kings-Lynne
|
07-14-2004 10:21 PM
Christopher Kings-Lynne | 0 | 156 |
|  | On Fri, 2004-07-09 at 12:53, Klaus Naumann wrote:
archive_dest is used for both archive and restore, thats why its set as
a separate...
Simon Riggs
|
07-14-2004 06:00 PM
Simon Riggs | 10 | 411 |
|  | Ok. Here is a patch that does this. I still think there should be a
warning when trust is set, but I'm clearly not convincing enough...
Magnus Hagander
|
07-14-2004 03:41 AM
Oliver Elphick | 11 | 270 |
|  | Actually, i'm not sure that making it respect -S is the right way to go.
What we really need is an option that specifies the cluster owner on
the new...
Christopher Kings-Lynne
|
07-14-2004 02:08 AM
Christopher Kings-Lynne | 0 | 148 |
|  | On Wed, 30 Jun 2004, Dennis Bjorklund wrote:
Someone requested that \dn+ also show the comment for the schema, if
you're messing around in that...
Kris Jurka
|
07-13-2004 11:51 AM
Bruce Momjian | 4 | 189 |
|  | -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message
I know we never reached a full consensus on...
Greg Sabino Mullane
|
07-13-2004 08:05 AM
Bruce Momjian | 4 | 224 |
|  | Gavin Sherry <swm (AT) linuxworld (DOT) com.au> writes:
Couple of problems with this:
1. Don't #ifndef WIN32 it. In the first place, we might have...
Tom Lane
|
07-12-2004 10:06 PM
Gavin Sherry | 3 | 152 |
|  | Patch applied. Thanks.
Change pg_dump to use ALTER OWNER commands instead of SET SESSION
AUTHORIZATION commands by default. Move all GRANT and...
Bruce Momjian
|
07-12-2004 09:59 PM
Bruce Momjian | 0 | 156 |
|  | Patch applied. Thanks.
---------------------------------------------------------------------------
Christopher Kings-Lynne wrote:
Bruce Momjian
|
07-12-2004 03:23 PM
Bruce Momjian | 0 | 116 |
|  | This resultmap patch and regression test result file allow the join
regression test to succeed under Mingw.
cheers
andrew
Index:...
Andrew Dunstan
|
07-12-2004 03:11 PM
Bruce Momjian | 4 | 152 |
|  | An untested patch to update the password file.
Something that bugged me a lot is that I tried to find the format of the
file for testing the patch,...
Alvaro Herrera
|
07-12-2004 02:35 PM
Alvaro Herrera | 13 | 317 |
|  | I just applied this new version of canonicalize_path():
/*
* Make all paths look like Unix
*/
void
canonicalize_path(char *path)
{
#ifdef WIN32
/*
Bruce Momjian
|
07-12-2004 02:26 PM
Bruce Momjian | 0 | 162 |
|  | I have make the changes suggested after I posted my last patch, I have
also make several additional improvements. it needs to be tested more,
but...
Matthew T. O'Connor
|
07-12-2004 09:53 AM
Tom Lane | 8 | 137 |
|  | The attached patch, which incorporates the previous one sent and
currently unapplied regarding spi_internal.c, makes some additional
fixes relating...
Andrew Dunstan
|
07-12-2004 09:31 AM
Bruce Momjian | 2 | 220 |
|  | Hi,
win32 doesn't support a static initializer for mutexes, thus the first
user must initialize the lock. The problem are concurrent "first" users
-...
Manfred Spraul
|
07-12-2004 09:23 AM
Bruce Momjian | 1 | 156 |
|  | On Thu, 1 Jul 2004, Gavin Sherry wrote:
Oh, and it doesn't handle WAL. Tom mentioned/agreed that btree's method of
dumping whole pages into WAL...
Gavin Sherry
|
07-11-2004 11:30 PM
Christopher Kings-Lynne | 22 | 471 |
|  | Patch applied. Thanks.
I had to manually apply your patch, and I adjusted how you...
Bruce Momjian
|
07-11-2004 08:34 PM
Bruce Momjian | 0 | 159 |
|  | Patch applied. Thanks.
---------------------------------------------------------------------------
Gavin Sherry wrote:
Content-Description:
Bruce Momjian
|
07-11-2004 08:22 PM
Bruce Momjian | 0 | 221 |
|  | The outer #define was forgotten. Attached patch adds it; please apply.
--
Alvaro Herrera (<alvherredcc.uchile.cl>)
"Sallah, I said NO camels!...
Alvaro Herrera
|
07-11-2004 08:00 PM
Bruce Momjian | 1 | 243 |
|  | The following patch applies a change I inadvertantly left out of the
previous patch, and makes spi_exec_query work correctly in the case of a
select...
Andrew Dunstan
|
07-11-2004 07:40 PM
Bruce Momjian | 1 | 172 |
|  | Thanks. New FAQ version added.
---------------------------------------------------------------------------
Pavel Stehule...
Bruce Momjian
|
07-11-2004 07:23 PM
Bruce Momjian | 0 | 134 |
|  | Hello all
This patch fixes a small error in the Porting PL/SQL to PL/pgSQL
section where a instr function parameter is mistyped as varchar. It
works...
Michael Glaesemann
|
07-11-2004 06:27 PM
Bruce Momjian | 1 | 251 |
|  | Patch applied. Thanks. Your documentation changes can be viewed in
five minutes using links at the bottom of the developer's...
Bruce Momjian
|
07-11-2004 06:23 PM
Bruce Momjian | 0 | 127 |
|  | Tom Lane wrote:
Or use the attached patch, which I think does it right.
cheers
andrew
Andrew Dunstan
|
07-11-2004 04:33 PM
Bruce Momjian | 5 | 159 |
|  | OK, the attached applied patch opens text files in binary mode in psql.
As you said, it already handles CRLF OK, and we need this to read
control-Z...
Bruce Momjian
|
07-11-2004 08:19 AM
Bruce Momjian | 2 | 253 |
|  | Already been applied by Tom, Bruce.
Chris
Bruce Momjian wrote:
---------------------------(end of broadcast)---------------------------
TIP 2:...
Christopher Kings-Lynne
|
07-11-2004 08:01 AM
Bruce Momjian | 1 | 167 |
|  | Alvaro Herrera <alvherre (AT) dcc (DOT) uchile.cl> writes:
This did not work very well, but here is a revised GUC patch that I think
does work. It...
Tom Lane
|
07-10-2004 07:21 PM
Bruce Momjian | 32 | 519 |
|  | This looks very close to the method we had agreed to. I think it need a
little adjustment, like removing tablespace now that the tablespaces
patch...
Bruce Momjian
|
07-10-2004 07:19 PM
Bruce Momjian | 13 | 305 |
|  | Rory Campbell-Lange wrote:
I have updated the pg_dump manual page to more clearly distinguish the
two meanings of "schema". I referred to "object...
Bruce Momjian
|
07-10-2004 10:53 AM
Bruce Momjian | 0 | 239 |
|  | Uh, I have never heard of Digital Mars C++. I see it here though:
http://www.digitalmars.com/
Having never had anyone who uses it, it seems this...
Bruce Momjian
|
07-10-2004 12:37 AM
Tom Lane | 7 | 199 |
|  | =?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <postgres (AT) cybertec (DOT) at> writes:
I can't agree with doing this. MINUS is not a reserved word...
Tom Lane
|
07-10-2004 12:09 AM
Tom Lane | 0 | 160 |
|  | OK, I will use "DBL_QNAN" for the patch.
Your patch has been added to the PostgreSQL unapplied patches list...
Bruce Momjian
|
07-09-2004 08:52 PM
Bruce Momjian | 0 | 166 |
|  | 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...
Bruce Momjian
|
07-09-2004 08:49 PM
Bruce Momjian | 0 | 154 |
|  | Hi,
The win32 port doesn't have a native user space spinlock implementation
yet. Attached is an untested patch - could someone test it? I don't...
Manfred Spraul
|
07-09-2004 08:32 PM
Bruce Momjian | 8 | 145 |
|  | G'day folks,
Attached is my first attempt at providing "\du"-like functionality for
groups (i.e. a basic "\dg"). It's really just a copy of...
Daniel Baldoni
|
07-07-2004 07:50 AM
Bruce Momjian | 6 | 138 |
|  | Joe Conway wrote:
Since I don't have a SGML build environment, syntax is not checked.
Regards,
Andreas
Index: func.sgml
Andreas Pflug
|
07-06-2004 10:00 AM
Bruce Momjian | 13 | 299 |
|  | Pavel Stehule wrote:
Uh, I hate to say this, but the source for the czech FAQ is in HTML in
doc/src/FAQ. Would you send me a context diff against...
Bruce Momjian
|
07-05-2004 09:21 PM
Bruce Momjian | 0 | 266 |
|  | Tom Lane wrote:
Here's a patch dealing with the unchecked mallocs and strdups in guc.c.
Rather than mixing in palloc and TopMemoryContext into the...
Thomas Hallgren
|
07-05-2004 06:15 PM
Tom Lane | 1 | 150 |