Commit graph

4759 commits

Author SHA1 Message Date
Bruce Momjian
4978853b55 I've sent 3 mails to pgsql-patches. There are two files, one for doc
and
for src/data directories, and one minor patch for doc/README.locale.
   Please apply.

Oleg.
1999-08-16 20:29:11 +00:00
Bruce Momjian
49df345016 Fix for perl5 on BSD/OS. 1999-08-16 20:10:25 +00:00
Bruce Momjian
bad0422cbc Allow BSD yacc and bison to compile pl code. 1999-08-16 19:55:46 +00:00
Tatsuo Ishii
d95acd0668 Fix for Win32 making problem with MB enabled.
Patches created by Hiroki Kataoka.
1999-08-16 02:01:53 +00:00
Thomas G. Lockhart
8a98690066 Repair the check for redundant UNIQUE and PRIMARY KEY indices.
Also, improve it so that it checks for multi-column constraints.
Thanks to Mark Dalphin <mdalphin@amgen.com> for reporting the problem.
1999-08-15 06:50:22 +00:00
Tom Lane
70c5c63d56 Someone back-patched a regression test change without
back-patching the expected file (or running the test, evidently...)
1999-08-08 21:39:34 +00:00
Tom Lane
c6100c9e95 Back-patch BTScan abort fix into REL6_5. 1999-08-08 20:24:12 +00:00
Tom Lane
e947d39eea Back-patch fix for busted ELF test in configure. 1999-08-08 17:55:19 +00:00
Marc G. Fournier
2dca8973fe Final round before bed...more tomorrow... 1999-08-02 06:27:09 +00:00
Marc G. Fournier
10ace1fac8 Another mass of them... just #include file changes and/or DOUBLEALIGN->MAXALIGN 1999-08-02 05:57:07 +00:00
Marc G. Fournier
9a8aeb23a1 Another 'mega-commit' of back-patches ...
- integrating the #include file cleanup that Bruce recently did
- got the CPU change to adt/Makefile
- changing DOUBLEALIGN -> MAXALIGN
1999-08-02 05:25:27 +00:00
Marc G. Fournier
62d146bdcd Make sure D'Arcy's elf/configure changes get into -stable:
-------
From: "D'Arcy" "J.M." Cain <darcy@druid.net>

I didn't see any further discussion so here is, I hope, a clean fix to
configure.in to determine if a system is ELF or not.  Note that some
of the tests earlier may be redundant but I took the safest route.
1999-08-02 01:33:33 +00:00
Marc G. Fournier
ff753a7775 final one before weekend starts...more at end of weekend 1999-07-30 19:36:33 +00:00
Marc G. Fournier
33831f5805 config.h.in was so re-org'd, tested and committing seperately... 1999-07-30 19:13:44 +00:00
Marc G. Fournier
d90a0d770c Another batch ... 1999-07-30 18:52:56 +00:00
Marc G. Fournier
7d30c90ecc More include merges from -current, following a clean compile... 1999-07-30 18:27:02 +00:00
Marc G. Fournier
2c49183c80 Carefully merge in Bruce's include file changes ... commit'd only after a
clean compile ...
1999-07-30 17:07:23 +00:00
Marc G. Fournier
710add2942 remove "define NO_UNISTD_H" 1999-07-30 04:26:51 +00:00
Marc G. Fournier
759bee9746 spelling corrections ... 1999-07-30 04:23:23 +00:00
Marc G. Fournier
74a1d19c4a Minor back-ports from v6.6 for the compile/configuration... 1999-07-30 04:13:44 +00:00
Marc G. Fournier
8eb81bb89d there should be no reasons why configure can't/isn't maintained across
versions...
1999-07-30 03:30:57 +00:00
Marc G. Fournier
e11ab1b461 Bring down template changes from -CURRENT 1999-07-30 03:26:29 +00:00
Tom Lane
125d46c125 Back-patch fixes for CASE in WHERE join clauses. 1999-07-29 03:34:11 +00:00
Tom Lane
6a3533835e Fix 'SO__MINOR_VERSION' typo in 6.5 branch. 1999-07-16 22:46:16 +00:00
Tom Lane
a1d110b841 Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,
per bug report from Daren Sefcik <daren@partnersdata.com>.
1999-07-15 02:03:54 +00:00
Tom Lane
93e8519732 Back-patch subselect+CASE fixes into 6.5. 1999-07-15 01:54:29 +00:00
Bruce Momjian
30e27a9099 readd include for safety. 1999-07-12 13:32:38 +00:00
Tatsuo Ishii
8f02f2252d Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Behal) 1999-07-11 22:47:21 +00:00
Tom Lane
eeaeb1bda8 RewritePreprocessQuery tried to match resjunk targets against
result relation ... wrong ...
1999-07-11 17:54:30 +00:00
Tom Lane
eeb3abe017 Ignore resjunk targetlist entries when matching arguments to
a SubLink with the subplan's targetlist.  This fixes a problem seen with,
for example, a subselect that uses GROUP BY.
1999-07-11 02:04:19 +00:00
Tom Lane
9cbd349bcd ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,
thereby guaranteeing wrong results from a rescanned Group node.
1999-07-11 01:57:32 +00:00
Tom Lane
ebc3cc7efa heapam.h uses type time_t, but didn't include <time.h>. 1999-07-10 22:06:26 +00:00
Tom Lane
cc62dc2032 Fix tuplecmp() to ensure repeatable sort ordering of tuples
that contain null fields.  Old code would produce erratic sort results
because comparisons of tuples containing nulls could produce inconsistent
answers.
1999-07-10 18:21:59 +00:00
Bruce Momjian
d62c25d452 cleanup of long long int atoi test. 1999-07-10 17:03:34 +00:00
Bruce Momjian
5a3fa95c39 Update stuff for 6.5.1 release. 1999-07-10 16:28:02 +00:00
Tatsuo Ishii
4fceee0e71 -mieee and # does not work for certain version of egcs 1999-07-10 12:33:10 +00:00
Tom Lane
73efd3867d Fix gcc complaint about long being passed to sprintf %d. 1999-07-09 22:53:40 +00:00
Bruce Momjian
863db45e86 Make ^ precidence greater than *. 1999-07-09 21:59:59 +00:00
Bruce Momjian
cda192317a createlang now returns 2 for language already exists. 1999-07-09 17:57:46 +00:00
Bruce Momjian
103cf75651 Re-apply range check patch after fixing LIMIT_H test and defines. 1999-07-09 17:40:31 +00:00
Bruce Momjian
cd5dfb65a9 Add mention block size <= 32k. 1999-07-09 16:56:44 +00:00
Tom Lane
b9c0096d97 Another place that HAVE_LIMITS_H was misspelled. 1999-07-09 15:09:54 +00:00
Bruce Momjian
8aa780bdd3 cleanup 1999-07-09 04:51:27 +00:00
Bruce Momjian
296efd8065 Fix for ACL length problem on different platforms. 1999-07-09 03:28:53 +00:00
Bruce Momjian
46db8ac712 Backup pg_atoi patch for long checking. Caused initdb problems. 1999-07-09 03:27:20 +00:00
Bruce Momjian
ffe0097519 Add linux_m68k template file. 1999-07-09 02:35:37 +00:00
Bruce Momjian
27ef825743 Rename tuturials for char2/char16 removal. 1999-07-08 15:28:51 +00:00
Bruce Momjian
1a7273bd5c Rename example temp to mytemp. 1999-07-08 15:27:01 +00:00
Bruce Momjian
3acb7d1634 Test Case:
----------
exec sql begin declare section;
   short s ;
   unsigned short us;
exec sql end   declare section;
exec sql create table test(s smallint, us smallint);
exec sql commit;
s = 1; us =32000;
exec sql insert into test values( :s, :us ) ;  <== error

Error Message: "i4toi2: '-600309759' causes int2 underflow"

Masaaki Sakaida
1999-07-08 03:32:57 +00:00
Bruce Momjian
0343024a5c Add CXXFLAGS += 1999-07-08 03:30:16 +00:00