1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00
Commit Graph

34601 Commits

Author SHA1 Message Date
5e7beed3eb Include int8_tbl from tests for new 8-byte integer. 1998-07-08 14:30:21 +00:00
4405a85d7f Include tests for new 8-byte integer (minimal).
Include tests for HAVING clause.
1998-07-08 14:29:09 +00:00
33dd5c444f Include int8 as a built-in data type.
Merge "resjunk" handling with automatic type conversion
 when selecting from another column.
1998-07-08 14:18:45 +00:00
bad339827e Add int8 8-byte integer type. 1998-07-08 14:10:30 +00:00
0f0d51b858 Add int8 type for 8-byte integers.
Fix OID conflict between "line()" and "version()" by changing version OID.
1998-07-08 14:09:00 +00:00
92ed9294de Allow floating point constants for "def_arg" numeric arguments.
Used in the generic "CREATE xxx" parsing.
Do some automatic type conversion for inserts from other columns.
Previous trouble with "resjunk" regression test remains for now.
1998-07-08 14:04:11 +00:00
fa838876e9 Include 8-byte integer type.
At the moment, probably only works for i686/gcc and Alphas...
1998-07-08 13:57:05 +00:00
febe53d813 Rename signal to SIGHUP. 1998-07-07 22:00:31 +00:00
b27af0d94a From: "Dr. Michael Meskes" <meskes@online-club.de>
My first try at libpq. This one enables the two styles we agreed upon for
database descriptors.
1998-07-07 18:00:09 +00:00
db921be319 From: "Dr. Michael Meskes" <meskes@online-club.de>
+ Thu Jul  2 20:30:14 CEST 1998
+
+       - Changed new style db name to allow connection types "tcp" and
+         "unix" only
+
+ Tue Jul  7 15:14:14 CEST 1998
+
+       - Fixed some bugs in preproc.y
+       - Set version to 2.3.4
1998-07-07 17:59:32 +00:00
f8a4746208 Patches HPUX applied for Tom Lane. 1998-07-06 20:28:09 +00:00
824c6865fa Update lock manager README. 1998-07-06 18:16:07 +00:00
1a2aee2d73 Add PQsetdbLogin() and cleanup. 1998-07-04 17:50:04 +00:00
05f9966183 Update layout 1998-07-03 19:30:40 +00:00
3909e4d23a Update flow chart 1998-07-03 19:17:22 +00:00
9f9644d01d win32 cleanup 1998-07-03 04:29:04 +00:00
c765b4b052 Hello!
Through some minor changes, I have been able to compile the libpq
client libraries on the Win32 platform. Since the libpq communications
part has been rewritten, this has become much easier. Enclosed is
a patch that will allow at least Microsoft Visual C++ to compile
libpq into both a static and a dynamic library.  I will take a look
at porting the psql frontend as well, but I figured it was a good
idea to send in these patches first - so no major changes are done
to the files before it gets applied (if it does).

Regards,
  Magnus Hagander
1998-07-03 04:24:16 +00:00
d5283ccd3e Rename shared memory area. 1998-06-30 19:09:57 +00:00
34d595729a update 1998-06-30 04:35:34 +00:00
2584029e31 Rename locking structure names to be clearer. Add narrative to
backend flowchart.
1998-06-30 02:33:34 +00:00
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