1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00
Commit Graph

2504 Commits

Author SHA1 Message Date
bc0595f27f Update TODO list. 1999-09-28 02:57:55 +00:00
23e10804f0 Update TODO list. 1999-09-27 19:56:50 +00:00
99fb237da2 Update TODO list. 1999-09-27 17:05:08 +00:00
2902c4c640 Update TODO list. 1999-09-27 15:21:36 +00:00
c35fedda79 Update TODO list. 1999-09-27 03:24:50 +00:00
3114f92122 Add bsdi sparc port. 1999-09-27 00:48:42 +00:00
36453816db Update TODO list. 1999-09-23 22:05:22 +00:00
ebd2391546 Update TODO list. 1999-09-23 22:04:00 +00:00
f66393514f One last missing quoting bug in pg_dump:
now that sequence names are properly quoted for field defaults, mixed
case sequence names are generated. These are properly quoted in the
CREATE SEQUENCE lines, but not in the SELECT nextval lines, as per
below:

CREATE SEQUENCE "Teams_TeamID_seq" start 10 increment 1 maxvalue
2147483647 minvalue 1  cache 1 ;
SELECT nextval ('Teams_TeamID_seq');

This needs to be:
SELECT nextval ('"Teams_TeamID_seq"');

Patch included below.
--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
1999-09-23 19:11:09 +00:00
dabc3f31b5 Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0
This is because (-1) << 32 is -1 (Only intel arc. has been checked)

Oleg Sharoiko
1999-09-23 17:42:23 +00:00
4db51b155d Update TODO list. 1999-09-23 15:43:40 +00:00
7947c6ded1 Update TODO list. 1999-09-21 21:37:06 +00:00
79434a3d54 Update TODO list. 1999-09-21 21:17:42 +00:00
99f289de49 Update TODO list. 1999-09-21 19:58:01 +00:00
b8e7ebb7aa Update TODO list. 1999-09-20 16:25:33 +00:00
7559677551 Define plpgsql_yylineno as non-extern somewhere for bsdi. 1999-09-20 02:12:31 +00:00
6c86fd5ba4 Update TODO list. 1999-09-18 01:34:06 +00:00
9995ba364c Update TODO list. 1999-09-17 15:49:24 +00:00
c77ec76e7c Update TODO list. 1999-09-17 01:57:36 +00:00
4197aaa8ae Update TODO list. 1999-09-14 02:19:38 +00:00
a2b57e3fe9 Update TODO list. 1999-09-07 03:58:13 +00:00
ca5c10f778 Update TODO list. 1999-08-18 15:11:52 +00:00
448d1ab0ad Update TODO list. 1999-08-13 16:56:04 +00:00
6075717df0 Update TODO list. 1999-08-10 16:56:54 +00:00
5a76a94e41 Update TODO list. 1999-08-05 01:53:35 +00:00
a06fd1f316 Update TODO list. 1999-07-28 17:52:31 +00:00
8bc25734a1 Update TODO list. 1999-07-28 17:51:41 +00:00
bb68f6eaa6 Update TODO list. 1999-07-28 00:09:49 +00:00
434df3fb7a Update TODO list. 1999-07-26 20:12:33 +00:00
32a505e897 Update TODO list. 1999-07-26 15:28:32 +00:00
991b82ee13 Update TODO list. 1999-07-20 23:05:50 +00:00
a2b619a1f0 Update TODO list. 1999-07-20 21:43:18 +00:00
7746a2db36 Update TODO list. 1999-07-20 17:24:36 +00:00
a2bb39c738 Update TODO list. 1999-07-20 17:16:25 +00:00
49e92caba0 Update TODO list. 1999-07-19 00:50:43 +00:00
fe1f757e56 Update TODO list. 1999-07-17 16:47:46 +00:00
d9901793f7 Update TODO list. 1999-07-17 03:07:10 +00:00
773088809d More cleanup 1999-07-16 17:07:40 +00:00
ba42b68977 Update TODO list. 1999-07-16 05:06:34 +00:00
0df761420d Update TODO list. 1999-07-15 13:46:16 +00:00
0ab1c117e8 Update TODO list. 1999-07-13 18:38:11 +00:00
c4747c7866 Update TODO list. 1999-07-13 03:07:20 +00:00
8c32f99f67 Update TODO list. 1999-07-11 02:02:13 +00:00
7d23fc5935 update readme.nt 1999-07-09 21:46:14 +00:00
103cf75651 Re-apply range check patch after fixing LIMIT_H test and defines. 1999-07-09 17:40:31 +00:00
cd5dfb65a9 Add mention block size <= 32k. 1999-07-09 16:56:44 +00:00
8aa780bdd3 cleanup 1999-07-09 04:51:27 +00:00
62cc8bf7c4 Update TODO list. 1999-07-09 04:20:22 +00:00
296efd8065 Fix for ACL length problem on different platforms. 1999-07-09 03:28:53 +00:00
eee5243dc8 Update TODO 1999-07-08 05:04:49 +00:00