dbTalk Databases Forums  

Sponsored Links


comp.databases.postgresql.patches comp.databases.postgresql.patches


Discuss in the comp.databases.postgresql.patches forum.



Post New Thread
Threads in Forum : comp.databases.postgresql.patches Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Joe Conway <mail (AT) joeconway (DOT) com> writes: I had pretty much come to the conclusion that the array_in code should be thrown away and...
Joe Conway
08-05-2004 01:01 AM
Joe Conway Go to last post
5 235
Christopher Kings-Lynne <chriskl (AT) familyhealth (DOT) com.au> writes: Applied. I notice though that the line numbers don't seem to match...
Tom Lane
08-04-2004 08:23 PM
Christopher Kings-Lynne Go to last post
2 159
Joe Conway wrote: If there are no objections, I plan to commit the attached in a few hours. Thanks, Joe ---------------------------(end of...
Joe Conway
08-04-2004 05:45 PM
Joe Conway Go to last post
0 139
Joe Conway <mail (AT) joeconway (DOT) com> writes: Seems reasonable to me. I would say not; it's a sufficiently large change that it will...
Tom Lane
08-04-2004 12:46 PM
Tom Lane Go to last post
1 135
Ok, sorry about the mis-fire on the last patch I submitted, this one is what I was meant to send. As before: This patch adds the following since...
Matthew T. O'Connor
08-03-2004 10:29 AM
Tom Lane Go to last post
21 358
I haven't posted a code patch before, so please be a little patient. In the 2004-08-02 snapshot, the following sequence causes a crash (thanks to...
Jeff Davis
08-03-2004 05:35 AM
Jeff Davis Go to last post
0 156
Zhenbang Wei wrote: Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of...
Peter Eisentraut
08-03-2004 03:12 AM
Peter Eisentraut Go to last post
0 151
This has been saved for the 7.6...
Bruce Momjian
08-02-2004 09:07 PM
Bruce Momjian Go to last post
2 170
On Wed, 21 Jul 2004, Christopher Kings-Lynne wrote: I'd also move the should_dump.c file into an existing file and make sure the patch is against...
Bruce Momjian
08-02-2004 08:09 PM
Bruce Momjian Go to last post
20 439
Magnus Hagander wrote: I have added the following change to configure.in: # readline on MinGW has problems with backslashes in psql and other...
Bruce Momjian
08-02-2004 03:36 PM
Peter Eisentraut Go to last post
16 414
Zhenbang Wei wrote: Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of...
Peter Eisentraut
08-02-2004 10:11 AM
Peter Eisentraut Go to last post
0 140
Zhenbang Wei wrote: Installed, including the subsequent ones. -- Peter...
Peter Eisentraut
08-02-2004 10:09 AM
Peter Eisentraut Go to last post
1 249
Bruce Momjian <pgman (AT) candle (DOT) pha.pa.us> writes: A stack trace and/or postmaster log report of the crashing process would be considerably...
Tom Lane
08-02-2004 09:13 AM
Tom Lane Go to last post
3 144
pg_config (Multi-page thread 1 2 )
Peter Eisentraut wrote: Of course, if you rely on pg_config and then move the installation you will put a very large hole in your foot. But we...
Andrew Dunstan
08-02-2004 07:33 AM
Bruce Momjian Go to last post
11 320
On Sun, 1 Aug 2004 pgsql-patches-owner (AT) postgresql (DOT) org wrote: Why not to use UTF8 fot all .po file for consistency (and to possibly avoid...
Serguei A. Mokhov
08-02-2004 01:19 AM
Peter Eisentraut Go to last post
1 170
Christopher Kings-Lynne <chriskl (AT) familyhealth (DOT) com.au> writes: Applied with revisions. Just FYI --- * The aclnewowner code wasn't really...
Tom Lane
08-02-2004 12:01 AM
Tom Lane Go to last post
2 153
Crap! I left out the word 'using' on all those examples :/ create table test (a integer primary key using index tablespace loc); create table test...
Christopher Kings-Lynne
08-01-2004 11:33 PM
Christopher Kings-Lynne Go to last post
2 158
Here's a patch that allows parameterized queries to be used in a DECLARE CURSOR statement. Previously, the DECLARE would succeed but any FETCHes...
Oliver Jowett
08-01-2004 08:32 PM
Tom Lane Go to last post
1 114
Magnus Hagander wrote: Can you post the rationale? It seem an odd place for it. But it still holds that we a) should not put binary files in our...
Peter Eisentraut
08-01-2004 05:40 PM
Alvaro Herrera Go to last post
5 176
Hackers, Here is the last patch before beta for subtransactions. It fixes the following outstanding issues: - Add (some) user savepoint...
Alvaro Herrera
08-01-2004 02:03 PM
Tom Lane Go to last post
6 155
Zhenbang Wei wrote: Installed. Whatever works for you is OK. -- Peter...
Peter Eisentraut
08-01-2004 12:54 PM
Peter Eisentraut Go to last post
0 133
Hackers, This little patch reworks some strings that were already present in 7.4 with a minor difference. -- Alvaro Herrera...
Alvaro Herrera
08-01-2004 12:45 PM
Tom Lane Go to last post
1 152
On Sun, 2004-06-20 at 08:04, Dave Page wrote: you could of course rmdir /s /q $PGDATA && mkdir $PGDATA if the purpose is to leave the directory...
John Hansen
08-01-2004 01:19 AM
Bruce Momjian Go to last post
9 176
Magnus Hagander wrote: I don't think I like any of this. Sooner rather than later, people need to look at pg_hba.conf and think about it. I don't...
Peter Eisentraut
08-01-2004 12:57 AM
Bruce Momjian Go to last post
12 395
These files add administrative functions to pgsql 7.5. All are used by pgAdmin3 or will be used in the near future if available. This is meant as...
Andreas Pflug
07-31-2004 08:14 PM
Bruce Momjian Go to last post
20 455
Joe Conway wrote: That looks awfully close to what we started from... :-/ -- Peter...
Joe Conway
07-31-2004 05:06 PM
Joe Conway Go to last post
2 158
Per discussion off-list with Tom, here is a patch to redo the way the system timezone is detected on win32. Instead of trying to figure out what to...
Magnus Hagander
07-31-2004 02:15 PM
Tom Lane Go to last post
2 164
"Magnus Hagander" <mha (AT) sollentuna (DOT) net> writes: Applied, except I moved it up a little bit. In the PostgresMain case this is done before...
Tom Lane
07-31-2004 12:58 PM
Tom Lane Go to last post
0 150
Euler Taveira de Oliveira wrote: These files are obsolete. I've removed them. -- Peter...
Peter Eisentraut
07-31-2004 11:35 AM
Peter Eisentraut Go to last post
0 236
"Magnus Hagander" <mha (AT) sollentuna (DOT) net> writes: This is not a good patch because it will treat the predictable pre-1970 failure as meaning...
Tom Lane
07-30-2004 12:31 PM
Tom Lane Go to last post
1 221
I have Peter reviewing this. --------------------------------------------------------------------------- Fabien COELHO wrote: Content-Description:
Bruce Momjian
07-30-2004 11:41 AM
Bruce Momjian Go to last post
6 222
Magnus Hagander wrote: Out of curiosity: Why? Would it be possible to provide a scalable version of the logo in the source code and generate the...
Peter Eisentraut
07-30-2004 04:36 AM
Mark Cave-Ayland Go to last post
25 410
Done. --------------------------------------------------------------------------- Devrim GUNDUZ wrote: Content-Description:
Bruce Momjian
07-29-2004 11:30 AM
Bruce Momjian Go to last post
0 261
Uh, this patch is strange: -#define WHITESPACE "\f\n\r\t\v" /* as defined by isspace() */ +#define WHITESPACE "\f\n\r\t\v\0" /*...
Bruce Momjian
07-29-2004 11:10 AM
Bruce Momjian Go to last post
1 153
Am Donnerstag, 29. Juli 2004 12:04 schrieb Zhenbang Wei: Installed. Thanks. -- Peter...
Peter Eisentraut
07-29-2004 09:54 AM
Peter Eisentraut Go to last post
0 141
Here is a trivial fix for some error messages that was not translated before. I've also gotten rid of some cut and paste of strings. That doesn't...
Dennis Bjorklund
07-29-2004 09:50 AM
Peter Eisentraut Go to last post
1 148
This is the known patch, with following changes: - realStdErr handed over for EXEC_BACKEND, but still not tested - Sometimes EMFILE is received in...
Andreas Pflug
07-29-2004 05:48 AM
Andreas Pflug Go to last post
3 150
Hackers, Here is a patch that fixes some of the TODO items in the nested xacts list: handle large objects password file namespace (temp namespace...
Alvaro Herrera
07-28-2004 06:53 PM
Alvaro Herrera Go to last post
5 146
Here's a patch of things I think may need to be adjusted. Maybe all or some of the changes will prove useful. Thanks, Brian...
Brian B.
07-28-2004 09:28 AM
Bruce Momjian Go to last post
1 128
Hackers, Attached is the savepoints syntax patch, hopefully last try. Essentially the same as the last patch, with the following differences: -...
Alvaro Herrera
07-27-2004 12:22 AM
Tom Lane Go to last post
3 166
Hackers, Here is a doc patch that includes pages for savepoint commands. It would be cool if they can be applied as starting points for...
Alvaro Herrera
07-26-2004 09:41 PM
Alvaro Herrera Go to last post
0 170
Magnus Hagander wrote: Perhaps for the paranoid we could invent a setting which turns the facility off. Personally, I don't usually allow a...
Andrew Dunstan
07-26-2004 09:08 PM
Bruce Momjian Go to last post
26 355
Here is the patch you submitted. Did you mean to uncomment out the BCB line: ! BCB=c:\Borland\Bcc55 Also, did you mean to remove the trailing G on...
Bruce Momjian
07-25-2004 09:01 PM
Bruce Momjian Go to last post
0 189
This needs to be applied soon so the installer can be tested. Your patch has been added to the PostgreSQL unapplied patches list...
Bruce Momjian
07-25-2004 08:47 PM
Bruce Momjian Go to last post
5 168
Updated patch which leaves postmaster runnable after the syslogger terminated due to pipe problems. Also includes an updated pg_proc.h which was...
Andreas Pflug
07-24-2004 06:00 PM
Bruce Momjian Go to last post
48 672
Here is again a missing part of the original patch. I submitted it as part of a different patch that didn't go in, and then promptly forgot about it....
Magnus Hagander
07-24-2004 01:00 PM
Magnus Hagander Go to last post
1 154
"Magnus Hagander" <mha (AT) sollentuna (DOT) net> writes: I just noticed that this patch seems to have replaced a PGC_SIGHUP config item (the syslog...
Tom Lane
07-23-2004 05:03 PM
Magnus Hagander Go to last post
3 138
I am having problem applying this. I don't think we can just move pg_autovacuum. right into the backend code. There are issues with include files...
Bruce Momjian
07-21-2004 09:33 PM
Bruce Momjian Go to last post
4 124
The attached patch allows 'select foo()' as well as 'select * from foo()' where foo() is a plperl function that returns a single...
Andrew Dunstan
07-21-2004 03:46 PM
Bruce Momjian Go to last post
1 130
Kind people, Please find enclosed a patch that matches the PL/Perl documentation (fairly closely, I hope) to the current PL/Perl...
David Fetter
07-21-2004 03:22 PM
Bruce Momjian Go to last post
1 184
Post New Thread

Display Options
Showing threads 201 to 250 of 907
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.