1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00
Commit Graph

31631 Commits

Author SHA1 Message Date
f21fa6a773 Rename lockt to locktype and rename LOCKT to LOCKTYPE. 1998-06-28 21:17:36 +00:00
cff7e20467 update 1998-06-28 18:59:26 +00:00
b15e7df8c9 backend update. 1998-06-28 16:35:41 +00:00
8986e609ab Update flowchart and backend descriptions. 1998-06-28 15:00:28 +00:00
0cba552301 Update backend flowchart. 1998-06-28 06:17:14 +00:00
54aabaa800 Rename BindingTable to ShmemIndex. 1998-06-27 15:47:48 +00:00
7487a82667 More cleanups for compiler warnings. 1998-06-27 14:06:41 +00:00
48a94aaf51 Rename proc_exit_clear to on_exit_reset. 1998-06-27 13:24:21 +00:00
e747c58718 Fix for hang after postmaster restart. Add new proc_exit and
shmem_exit to replace exitpg().
1998-06-27 04:53:49 +00:00
8fa93b016a Rename Lockm to Locks. 1998-06-26 19:57:50 +00:00
ae6a658584 Rename LockTab to LockTable in function name. 1998-06-26 01:58:46 +00:00
eef15f555b Rename BindingTab to BindingTable. 1998-06-25 14:24:35 +00:00
a8376c1c84 cleanup 1998-06-24 13:21:30 +00:00
f391dcd0bf regenerate manual page list. 1998-06-24 13:05:01 +00:00
f9b9a30b7a manual cleanup 1998-06-24 13:01:26 +00:00
a726204908 Add another underscore to manual page name. 1998-06-24 12:52:47 +00:00
898b3e6f6c Back out some changes I made just for testing. 1998-06-23 17:59:54 +00:00
9dde6b3de9 Add underscores in manual references. 1998-06-23 17:52:38 +00:00
cfef6ef4ff cleanups 1998-06-23 16:04:46 +00:00
a1a6fd736f Remove mention of monitor in manual pages. 1998-06-23 15:43:19 +00:00
cba0c6559a rename MAIN_MEMORY to STABLE_MEMORY_STORAGE 1998-06-23 15:35:48 +00:00
62b124b4ee new linux_ppc port. 1998-06-22 02:04:29 +00:00
8bad4e23a8 Remove un-needed include files. 1998-06-21 16:39:11 +00:00
9eb0afd0ad Fixup for asserts. 1998-06-20 04:34:31 +00:00
454913c19a Remove -c option for Constraint syntax so we us it by default. 1998-06-20 02:49:38 +00:00
5fdefbc7ef From: t-ishii@sra.co.jp
As mentioned around line 1153 in backend/commands/copy.c, the method
of array checking is not perfect.

test=> create table t1 (i text);
test=> insert into t1 values('{\\.}');
INSERT 2645600 1
test=> select * from t1;
i
-----
{\\.}
(2 rows)
test=> copy t1 to '/tmp/aaa';
test=> copy t1 from '/tmp/aaa';
ERROR:  CopyReadAttribute - end of record marker corrupted

Copy cannot read data produced by itself!
1998-06-19 11:40:46 +00:00
7a7770e682 Port name cleanup 1998-06-19 03:23:41 +00:00
8ed5918faa Solaris cleanup. 1998-06-19 02:55:19 +00:00
da1ac9ad25 autocoinf 1998-06-18 16:38:59 +00:00
7ebae4c096 Add SLEEP_ON_ABORT 1998-06-18 16:35:38 +00:00
a4834243ad port name cleanup 1998-06-18 16:32:51 +00:00
4d96f02394 Update .similar file for new template names. 1998-06-18 04:29:53 +00:00
c711d41752 Add Assert(). 1998-06-18 04:20:34 +00:00
6ab714e3e8 Cleanup UsePrivateMemory define. 1998-06-18 03:56:08 +00:00
94cc3abe60 Cleanups. 1998-06-18 03:44:00 +00:00
c6f18c260d goodbye vfork. 1998-06-17 23:01:58 +00:00
232dea3188 cleanup 1998-06-17 22:59:26 +00:00
a80771f0a7 Update to v.0246 1998-06-16 21:29:19 +00:00
6e771e8dc2 Add files to be updated for release. 1998-06-16 17:04:31 +00:00
e0ca37bdf6 More mb patches. 1998-06-16 07:38:20 +00:00
cb7cbc16fa Hi, here are the patches to enhance existing MB handling. This time
I have implemented a framework of encoding translation between the
backend and the frontend. Also I have added a new variable setting
command:

SET CLIENT_ENCODING TO 'encoding';

Other features include:
	Latin1 support more 8 bit cleaness

See doc/README.mb for more details. Note that the pacthes are
against May 30 snapshot.

Tatsuo Ishii
1998-06-16 07:29:54 +00:00
0d8e7f6381 Here is the long awaited optimized version of the S_LOCK patch.
This incorporates all the precedeing patches and emailed suggestions
and the results of the performance testing I posted last week. I
would like to get this tested on as many platforms as possible so
I can verify it went in correctly (as opposed to the horrorshow
last time I sent in a patch).

Once this is confirmed, I will make a tarball of files that can be
dropped into a 6.3.2 source tree as a few people have asked for
this in 6.3.2 as well.

David Gould
1998-06-16 07:18:16 +00:00
d6e0ee6bcb Added missing file. 1998-06-16 06:57:27 +00:00
0f356be054 large object fix 1998-06-16 06:53:27 +00:00
32eef5ad1e I've hacked up pg_dump so that it generates CONSTRAINT and CHECK
syntax that can be read back in with psql.  I did this by adding
a
 "-c" switch that controls moving the CONTSTRAINT statements inside
the CREATE TABLE statements and adding () around the CHECK arguments.
Here's diffs against the 6.3.2 version of pg_dump.c.

ccb
1998-06-16 06:52:15 +00:00
8d8bcda253 Hello!
Attached to the mail is locale-patch.tar.gz. In the archive
   there are:

file README.locale
   short description

directory src/test/locale
   test suite; currently only koi8-r tests, but the suite can be
   easily extended

file locale.patch
   the very patch; to apply: patch < locale.patch; should be applied
   to postgres-6.3.2 (at least I created it with 6.3.2 without any
additional
   patches)

   Files touched by the patch:  src/include/utils/builtins.h
src/backend/utils/adt/char.c src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c

Oleg
1998-06-16 06:42:02 +00:00
67a636918a There is a patch which has worked for me. The real problem might
be in PQreset, which can't reset a conninfo based connection. The
patch:

Arpad Magosanyi
1998-06-16 05:50:55 +00:00
583891833f The attached patch modifies libpgtcl per previous discussion: the
pg_notifies statement is eliminated, and callbacks defined by
pg_listen are instead invoked automatically from the Tcl idle loop
whenever a NOTIFY message is received.

I have done only cursory testing, so there may be problems still
lurking (particularly on non-Unix machines?).  But it seems to
work.

Patch is against today's cvs sources.  Note that this will not work
with the 6.3.2 release since it depends on the new libpq.

The diffs are a bit large so I've gzipped them.  A patch to update
libpgtcl.sgml is included too.

			regards, tom lane
1998-06-16 04:10:17 +00:00
693b156a70 Add flag for linux-alpha. 1998-06-16 04:04:00 +00:00
b4672e29df autoconf 1998-06-16 03:33:31 +00:00