• R/O
  • HTTP
  • SSH
  • HTTPS

syncrep: List of commits

PostgreSQL9.0用の同期レプリケーションパッチ


RSS
Rev. Time Author
642668c 1996-08-02 10:18:05 Marc G. Fournier

Update to expected.input from Dr. George

4fff70a 1996-08-02 04:46:46 Marc G. Fournier

Fixes:

make TCL conditinal compilation work

Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>

164ef6f 1996-08-01 14:11:33 Marc G. Fournier

Fixes:

Originally, I thought the problem was caused by a function that gets
called as a normal function where we want to return a value, and as a
signal handler where we need to have it accept a parameter (the signal
number) and it returns nothing, I was going to case the function name in
the signal call as (void (*)(int)).

Looking at all the source, it turns out this function only gets used as
a signal handler, so I set an int parameter and return void.

I have removed the Linux defines because they are not needed. BSD let
this sloppiness slide. Linux gave a compile error.


Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>

4d837e3 1996-08-01 14:04:29 Marc G. Fournier

Change the TEMPDIR to be obj instead of /tmp

Suggested by: Michael Babcock <michael@kanji.com>

a82aa45 1996-08-01 13:53:22 Marc G. Fournier

An actual README file for the regression tests

Submitted by: Dr. George

ce48b4d 1996-08-01 13:51:49 Marc G. Fournier

A newer expected.input file for the regression tests

Submitted by: Dr. Geoge

cb34902 1996-08-01 03:59:00 Marc G. Fournier

Move port includes from bin/pg_dump/Makefile to Makefile.global

db17470 1996-08-01 03:52:38 Marc G. Fournier

Standardize locations of TCL related files

Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>

7bdd8dc 1996-08-01 03:48:16 Marc G. Fournier

This prevent gcc from complaining about casting a short to a char * and
fixes another complaint.

More fixes from Bruce...

9c0f89c 1996-08-01 03:43:58 Marc G. Fournier

More patches for BSDi from Bruce

4e82924 1996-08-01 03:40:12 Marc G. Fournier

Row count patch from Bruce

7d2000e 1996-08-01 02:35:13 Marc G. Fournier

Fix for <machine.h> bug

Submitted by: Bruce

c317bdc 1996-08-01 02:19:49 Marc G. Fournier

Re-arrange KRBVERS postition

Suggested by: Daniel Kalchev <daniel@digsys.bg>

c114bf3 1996-07-31 15:09:46 Marc G. Fournier

A "lost in the archives" patch from Chris Dunlop <chris@atlas.onthe.net.au>

dbf2a8c 1996-07-31 15:05:46 Marc G. Fournier

Everyone seems to suggestion this is something that should be there...

#include <sys/termios.h>

Submitted by: Dr. George

5eb17f5 1996-07-31 11:30:10 Marc G. Fournier

Moved src/extend to contrib

c6cf218 1996-07-31 11:28:22 Marc G. Fournier

already exists in the contrib directory

3881cbd 1996-07-31 11:20:59 Marc G. Fournier

Added <sys/termios.h> for i386_solaris port

Submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>

a05ed5b 1996-07-31 11:19:23 Marc G. Fournier

Fixes:

In postgres95/src/backend/nodes/readfuncs, lines 1188 and 1189,
local_node->relname is taken to point to a NameType, while its
defined as a pointer to char. Both the casting to Name and the
call of namestrcpy should, IMHO, be changed appropriately (first
patch).

As far as I could see from the Linux signal header file,
a signal handler is declared as

typedef void (*__sighandler_t)(int);

Few changes to postgres95/src/backend/storage/lmgr/proc.c seem
appropriate to comply with this.

Finally, postgres95/src/bin/pg_version/pg_version.c defines
a function GetDataHome (by default, returning an integer)
and returns NULL in the function, which isn't an integer...

Submitted by: ernst.molitor@uni-bonn.de

4477b6f 1996-07-31 11:11:23 Marc G. Fournier

Fixes:

updates the psql.1 manual page for \ options
add row count and ties it to the header option
updated manual pages and comment for above change
got \? to display in one screen-full (almost, \? scrolls off top)
moved \r to \E, and \z to \r (for historical reasons with monitor)
small code alignment cleanup

Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>

1af2cc0 1996-07-31 11:07:25 Marc G. Fournier

Style didn't appeal to some...:)

Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>

e0d48c3 1996-07-31 11:06:00 Marc G. Fournier

Fixes: Floating point exception in psql

Submitted by: Dan McGuirk <mcguirk@indirect.com>

74cdf92 1996-07-30 16:56:04 Marc G. Fournier

Fixes:

> INDEXED searches in some cases DO NOT WORK.
> Although simple search expressions (i.e. with a constant value on
> the right side of an operator) work, performing a join (by putting
> a field of some other table on the right side of an operator) produces
> empty output.
> WITHOUT indices, everything works fine.
>

submitted by: "Vadim B. Mikheev" <root@ais.sable.krasnoyarsk.su>

e5e12f6 1996-07-30 16:47:58 Marc G. Fournier

More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>

519496b 1996-07-30 16:41:38 Marc G. Fournier

More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com>

be19feb 1996-07-30 05:58:42 Marc G. Fournier

The decode function in psql.c doesn't return anything, so its
declaration is incorrect.

-Kurt

c4ea55d 1996-07-30 05:52:24 Marc G. Fournier

clean up /tmp behind itself

submitted by: bruce

496b937 1996-07-30 05:51:41 Marc G. Fournier

Change ordering of "user modified variables" so that they are at
the top of th efile instead of scattered throughout

Turned off default behavior of compiling with -g enabled

submitted by; bruce

48cde8d 1996-07-30 05:49:02 Marc G. Fournier

fix a redeclaration error

submitted by Kurt

20f3236 1996-07-29 15:54:01 Marc G. Fournier

Modifications for bsdi from Kurt(sp?)

Show on old repository browser