Commit Graph

5399 Commits

Author SHA1 Message Date
Tom Lane 21f0db98ea Back-patch critical fixes for NUMERIC values in plpgsql functions. 2000-01-16 00:45:33 +00:00
Tom Lane 8d018f9db8 Back-patch critical fixes for NUMERIC... 2000-01-16 00:44:06 +00:00
Tom Lane 2513765e7b Back-patch a low-risk fix for the 'HEAP_MOVED_IN was not expected' bug:
just dike out the code that tries to remove pages from fraged_pages.
2000-01-10 04:16:10 +00:00
Tom Lane 9dde24e272 Back-patch fix for oversize index tuples during index creation. 2000-01-08 21:47:31 +00:00
Tom Lane 6580668392 Back-patch fix for problems with oversize pg_statistic tuples when both
the min and max values of a column are long.
2000-01-04 17:27:26 +00:00
Thomas G. Lockhart 621e372189 Repair two recently reported problems:
1) datetime_pl_span() added the seconds field before adding the months
 field.  This lead to erroneous results for e.g.
   select datetime '1999-11-30' + timespan '1 mon - 1 sec';
 Reverse the order of operations to add months first.
2) tm2timespan() did all intermediate math as integer, converting to double
 at the very end. This resulted in hidden overflows when given very large
 integer days, hours, etc. For example,
   select '74565 days'::timespan;
 produced the wrong result. Change code to ensure that doubles are used
 for intermediate calculations.
Thanks to Olivier PRENANT <ohp@pyrenet.fr> and
 Tulassay Zsolt <zsolt@tek.bke.hu> for problem reports and to Tom Lane for
 accurate analyses.
2000-01-04 07:56:23 +00:00
Bruce Momjian 424ff563ba Update length of timestamp to 30. 2000-01-02 02:11:13 +00:00
Bruce Momjian a17c0e0b0c Backpatch Y2K timestamp patch. 2000-01-02 01:38:48 +00:00
Bruce Momjian 331dc2378f Move NT patch into readme. 1999-12-29 10:18:10 +00:00
Bruce Momjian e966b4f1c8 Add NT patch. 1999-12-29 10:14:46 +00:00
Tom Lane 950539131e Back-patch defense against oversize index tuples and fix for trying to
split a page that only has one entry.
1999-12-26 20:44:15 +00:00
Bruce Momjian 2fbaa45326 MAC addr compare fix. 1999-12-16 02:57:14 +00:00
Thomas G. Lockhart 61f688cacf Fix typo in the startup example for RH Linux.
Thanks to Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>.
1999-12-06 16:23:25 +00:00
Tom Lane 5cca0df147 Back-patch fix for password checker's file descriptor leak. 1999-12-01 15:30:46 +00:00
Bruce Momjian c2d8838cab Fix _cplusplus test in both trees. 1999-11-23 18:50:13 +00:00
Tatsuo Ishii 6eab52bea7 Tree dividing is not appropriate in Rtree.
This fix is reported by Hiroki Kataoka (kataoka@interwiz.koganei.tokyo.jp).
1999-11-15 09:56:21 +00:00
Bruce Momjian 1d729b3817 Update NT readme with new name. 1999-11-12 17:05:24 +00:00
Bruce Momjian e539eb2f44 Fix ecpg quoting bug in 6.5.* release. 1999-11-07 12:18:37 +00:00
Bruce Momjian ef26b944b1 Update bsdi for bsd/os 4.1 1999-11-04 16:22:41 +00:00
Bruce Momjian b26f6b9910 Fix for perl5. 1999-11-02 04:45:47 +00:00
Bruce Momjian 17f7bedaaf Update for perl5 in Makefile. 1999-11-02 02:35:58 +00:00
Bruce Momjian e064ac74fc Update for pgaccess 0.98 1999-11-02 00:24:29 +00:00
Bruce Momjian 18970dc6d3 Update for 6.5.3. 1999-11-01 16:21:18 +00:00
Tom Lane c3f6f4363d Backpatch REL6_5 for missing inherit '*' in rule dumps. 1999-11-01 14:35:52 +00:00
Bruce Momjian 34bffa972a Update for pgaccess 0.98. 1999-10-31 19:56:37 +00:00
Bruce Momjian b77016b17d Update for pgaccess 0.98. 1999-10-31 12:40:38 +00:00
Bruce Momjian 0f256e763e Update for 0.98 pgaccess 1999-10-31 12:34:10 +00:00
Bruce Momjian f3b4c0df0c Update pgaccess for 0.98. 1999-10-30 21:22:07 +00:00
Tom Lane 8f292410bb Back-patch LIMIT + INTERSECT fix into 6.5.*. 1999-10-19 04:38:07 +00:00
Hiroshi Inoue a9ba771b4e Not to change pg_log status after "commit".
This will happen when elog(ERROR)(elog(FATAL) also in 7.0) is
called in vacuum after the internal commit.
1999-10-19 02:54:39 +00:00
Bruce Momjian ffed5788dd update jdbc version #. 1999-10-13 11:11:41 +00:00
Bruce Momjian f6de83ccc3 Update new HISTORY file. 1999-10-12 16:04:48 +00:00
Bruce Momjian 10c2a58b61 Update for 6.5.3, including new INSTALL file and updated HISTORY. 1999-10-12 15:35:08 +00:00
Bruce Momjian 5d76ea6dc5 I have created a small patch that makes possible to compile pgsql on newer
Cygwin snapshots (tested on 990115 which is recommended to use - it fixes
some errors in B20.1)

And I have another patch for including <sys/ipc.h> before <sys/sem.h> in
backend/storage/lmgr/proc.c - it is required due the design of cygipc
headers

                        Dan
1999-10-12 14:55:01 +00:00
Bruce Momjian 987b1b9e55 Move __alpha to port/alpha.h. 1999-10-09 01:30:46 +00:00
Bruce Momjian df26ad5acc Define __alpha__ for __alpha. 1999-10-08 17:15:07 +00:00
Bruce Momjian 40771ca436 Update README.NT 1999-09-28 13:08:27 +00:00
Bruce Momjian a4d7c97712 Update FAQ. 1999-09-28 05:10:18 +00:00
Bruce Momjian 1c575efdc1 Update NT readme. 1999-09-28 01:43:20 +00:00
Bruce Momjian 0b83859b63 Update README.NT 1999-09-27 19:56:02 +00:00
Bruce Momjian c67286ce5d Update README.NT with patch. 1999-09-27 18:33:21 +00:00
Bruce Momjian 550a416fa9 New Solaris FAQ. 1999-09-27 16:54:01 +00:00
Bruce Momjian 039e7a4791 new solaris faq. 1999-09-27 03:39:06 +00:00
Bruce Momjian 393ccc3993 Remove 'v' from #include line. 1999-09-27 00:33:46 +00:00
Thomas G. Lockhart 4efb2ff001 Fix the omitted declarations to allow '^' and '|' as math operators.
Problem was introduced when precedence was added for these.
How did *those* changes get into the stable tree in the first place??
1999-09-24 15:08:59 +00:00
Bruce Momjian b8e2e3fb18 Backpatch into 6.5.*.
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:13:55 +00:00
Bruce Momjian 471881788f Add new files. 1999-09-20 22:03:21 +00:00
Bruce Momjian 20a97d8079 Update pgaccess 0.98. 1999-09-20 21:47:21 +00:00
Tom Lane 7fe22f5c8b Back-patch fix for NULL condition in CASE. 1999-09-18 23:30:05 +00:00
Bruce Momjian bed8cf4d83 re-add Makefile for pgaccess 1999-09-17 04:02:20 +00:00