• R/O
  • HTTP
  • SSH
  • HTTPS

syncrep: List of commits

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


RSS
Rev. Time Author
04b55fc 1996-09-21 15:24:41 Marc G. Fournier

Patches to make POSTPORT changes in scripts

Originally submitted by: ernst.molitor@uni-bonn.de
resubmitted by: D'Arcy Cain

1a003fb 1996-09-20 17:34:39 Marc G. Fournier

Various patches from Bryan that *should* clean up the compile problems
ppl are seeing with v2.0

985acb8 1996-09-20 14:29:31 Marc G. Fournier

Add the regex include files to the repository...

In my cvs source tree, tihs directory existed, which is why it compiled
on my system, but nobody elses...

5995953 1996-09-20 05:22:23 Marc G. Fournier

Documentation on the fsync() patch from OpenLink

Submitted by: Cees de Groot <C.deGroot@inter.nl.net>

715c6b6 1996-09-20 05:19:05 Marc G. Fournier

Newer version of Bruce's pginterface library...

ee9b801 1996-09-20 05:16:55 Marc G. Fournier

Clean out the old...

9fb31dc 1996-09-20 05:09:02 Marc G. Fournier

Here is a /doc patch for the oid preservation code.

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

ab76bbf 1996-09-20 05:08:09 Marc G. Fournier

nonulls is not supported in gram.y, so why advertise it.

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

2545844 1996-09-20 05:07:15 Marc G. Fournier

This shows the new use of defaults.


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

3c237e7 1996-09-20 05:05:59 Marc G. Fournier

I have two small patches which correct some very obscure bug in the parser
of the array constants and in one of the loadable modules I posted some time
ago.

Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>

8594ade 1996-09-20 05:02:53 Marc G. Fournier

Another small change. Added the void keyword to an empty arg list.

Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)

b19b90d 1996-09-20 05:01:40 Marc G. Fournier

Just a small change to flesh out the func_ptr typedef declaration.

Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)

3023dc6 1996-09-20 05:00:37 Marc G. Fournier

A few changes to cleanup the code.

- Added the header access/heapam.h.
- Changed all instances of "length" to "data_length" to quiet
the compiler.
- initialized a few variables. The compiler couldn't see that
the code guaranteed that these would be initialized before
being dereferenced. If anyone wants to check my work follow
the usage of these variables and make sure that this true
and wasn't actually a bug in the original code.
- added a missing break statement to a default case. This
was a benign error but bad style.
- layed out heap_sysattrlen differently. I think this way
makes the structure of the code crystal clear. There should
be no actual difference in the actual behaviour of the code.

Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)

efebd7b 1996-09-20 04:58:27 Marc G. Fournier

Cleanup patch of pg_version

Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)

ea8adfc 1996-09-20 04:57:18 Marc G. Fournier

Added querylimit patch...

Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>

aceac3a 1996-09-20 04:50:48 Marc G. Fournier

Fix for pg_log bug

Submitted by: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>

0318f22 1996-09-16 15:34:40 Marc G. Fournier

Add missing includes to silence compile

Submitted by: D'Arcy Cain

95251f4 1996-09-16 15:32:25 Marc G. Fournier

Various standardizations and fixes submitted by D'Arcy Cain

NOTE: Makefile.custom is commented out, since it isn't there by default.
If you read the section telling you about it to know to create it,
you can uncomment it while you are there ...

40aade2 1996-09-16 15:11:44 Marc G. Fournier

At Andrew's suggestion, upgrade the Version numbers to reflect the
current state of development...namely, we are on 2.0

NOTE:

BTW, the is also a check in postmaster which won't let you use an older
version of the database by checking the version number. The version number
of a database is in data/PG_VERSION (a plain ASCII file).

- Andrew

f589ca6 1996-09-16 15:06:17 Marc G. Fournier

The following diffs remove the various definitions of dupstr() and replace
all the calls with strdup.

Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)

24f0012 1996-09-16 14:54:53 Marc G. Fournier

I have made some corrections to my previous patches for retrieving array
attributes as tcl arrays. The previous code had problems with some chars
used as delimiter by Tcl. The new code should be more robust.

By: Massimo Dal Zotto <dz@cs.unitn.it>

33dccad 1996-09-16 14:52:51 Marc G. Fournier

enable PQ_NOTIFY_PATCH in config.h

bbebcb1 1996-09-16 14:50:46 Marc G. Fournier

Fixes:

Async notifies received while a backend is in the middle of a begin/end
transaction block are lost by libpq when the final end command is issued.

The bug is in the routine PQexec of libpq. The routine throws away any
message from the backend when a message of type 'C' is received. This
type of message is sent when the result of a portal query command with
no tuples is returned. Unfortunately this is the case of the end command.
As all async notification are sent only when the transaction is finished,
if they are received in the middle of a transaction they are lost in the
libpq library. I added some tracing code to PQexec and this is the output:

Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>

e3b41d4 1996-09-16 14:40:31 Marc G. Fournier

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

df6ca83 1996-09-16 14:39:04 Marc G. Fournier

Enable FUNC_UTIL_PATCH by default

906651f 1996-09-16 14:36:38 Marc G. Fournier

There is a bug in the function executor. The backend crashes while trying to
execute an sql function containing an utility command (create, notify, ...).
The bug is part in the planner, which returns a number of plans different
than the number of commands if there are utility commands in the query, and
in part in the function executor which assumes that all commands are normal
query commands and causes a SIGSEGV trying to execute commands without plan.

Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>

4754931 1996-09-16 14:33:20 Marc G. Fournier

|Subject: Postgres patch: Assert attribute type match
|
|Here's a patch for Version 2 only. It just adds an Assert to catch some
|inconsistencies in the catalog classes.
|
|--
|Bryan Henderson Phone 408-227-6803
|San Jose, California
|

c5dd292 1996-09-10 15:51:28 Marc G. Fournier

Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global

796f789 1996-09-10 15:48:52 Marc G. Fournier

Fixes:

The problem is that the function arguments are not considered as possible key
candidates for index scan and so only a sequential scan is possible inside
the body of a function. I have therefore made some patches to the optimizer
so that indices are now used also by functions. I have also moved the plan
debug message from pg_eval to pg_plan so that it is printed also for plans
genereated for function execution. I had also to add an index rescan to the
executor because it ignored the parameters set in the execution state, they
were flagged as runtime variables in ExecInitIndexScan but then never used
by the executor so that the scan were always done with any key=1. Very odd.
This means that an index rescan is now done twice for each function execution
which uses an index, the first time when the index scan is initialized and
the second when the actual function arguments are finally available for the
execution. I don't know what is the cost of an double index scan but I
suppose it is anyway less than the cost of a full sequential scan, at leat
for large tables. This is my patch, you must also add -DINDEXSCAN_PATCH in
Makefile.global to enable the changes.

Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>

f2f53ae 1996-09-10 15:41:38 Marc G. Fournier

Fixes:

The comparison routines for text and char data type give incorrect results
if the input data contains characters greater than 127. As these routines
perform the comparison using signed char variables all character codes
greater than 127 are interpreted as less than 0. These codes are used to
encode the iso8859 char sets.
The other text-like data types seem to work as expected as they use unsigned
chars in comparisons.


Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>

Show on old repository browser