]>
granicus.if.org Git - postgresql/log
Tom Lane [Sun, 18 Jul 1999 19:02:49 +0000 (19:02 +0000)]
Fix typo in _outArrayRef().
Bruce Momjian [Sun, 18 Jul 1999 18:27:05 +0000 (18:27 +0000)]
update
Bruce Momjian [Sun, 18 Jul 1999 18:06:42 +0000 (18:06 +0000)]
Update for 6.6.
Bruce Momjian [Sun, 18 Jul 1999 18:03:50 +0000 (18:03 +0000)]
configure cleanup
Bruce Momjian [Sun, 18 Jul 1999 17:38:25 +0000 (17:38 +0000)]
configure cleanup
Bruce Momjian [Sun, 18 Jul 1999 16:44:31 +0000 (16:44 +0000)]
autoconf
Bruce Momjian [Sun, 18 Jul 1999 16:42:16 +0000 (16:42 +0000)]
Update configure include checks.
Bruce Momjian [Sun, 18 Jul 1999 14:54:46 +0000 (14:54 +0000)]
autoconf
Bruce Momjian [Sun, 18 Jul 1999 14:48:30 +0000 (14:48 +0000)]
Update includes from configure
Bruce Momjian [Sun, 18 Jul 1999 14:38:47 +0000 (14:38 +0000)]
autoconf
Bruce Momjian [Sun, 18 Jul 1999 14:34:38 +0000 (14:34 +0000)]
No check for string/strings.h.
Tom Lane [Sun, 18 Jul 1999 03:45:01 +0000 (03:45 +0000)]
Improve commentary about ArrayRef and ResTarget nodes.
Bruce Momjian [Sat, 17 Jul 1999 20:18:55 +0000 (20:18 +0000)]
Move some system includes into c.h, and remove duplicates.
Tom Lane [Sat, 17 Jul 1999 19:01:21 +0000 (19:01 +0000)]
Fix incorrect declaration of rtentry as 'ResTarget' where it
should be 'RangeTblEntry' ; explain.c had copied the erroneous code.
Bruce Momjian [Sat, 17 Jul 1999 16:47:46 +0000 (16:47 +0000)]
Update TODO list.
Bruce Momjian [Sat, 17 Jul 1999 16:25:28 +0000 (16:25 +0000)]
Fix for multi-byte includes.
Tom Lane [Sat, 17 Jul 1999 16:02:50 +0000 (16:02 +0000)]
Fix silly typo in commentary...
Bruce Momjian [Sat, 17 Jul 1999 15:37:30 +0000 (15:37 +0000)]
Add c.h to exclusion list.
Bruce Momjian [Sat, 17 Jul 1999 05:16:15 +0000 (05:16 +0000)]
clean up comment on missing file.
Bruce Momjian [Sat, 17 Jul 1999 04:25:33 +0000 (04:25 +0000)]
Include check
Bruce Momjian [Sat, 17 Jul 1999 04:12:10 +0000 (04:12 +0000)]
More config.h cleanups.
Bruce Momjian [Sat, 17 Jul 1999 04:00:31 +0000 (04:00 +0000)]
Add config.h as needed.
Bruce Momjian [Sat, 17 Jul 1999 03:07:10 +0000 (03:07 +0000)]
Update TODO list.
Tom Lane [Fri, 16 Jul 1999 23:15:46 +0000 (23:15 +0000)]
Tired of seeing that 'unused variable' warning...
Tom Lane [Fri, 16 Jul 1999 23:12:39 +0000 (23:12 +0000)]
Add back improperly removed #include for utils/trace.h.
Tom Lane [Fri, 16 Jul 1999 23:09:45 +0000 (23:09 +0000)]
Add back improperly removed #include for config.h.
This probably ought to be kept in *all* the port files, but these two
are the only ones that generated compiler warnings for me ...
Tom Lane [Fri, 16 Jul 1999 23:05:45 +0000 (23:05 +0000)]
Add back improperly removed #include for utils/dynamic_loader.h.
Tom Lane [Fri, 16 Jul 1999 22:56:01 +0000 (22:56 +0000)]
Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support
from Andreas Z.; minor cosmetic cleanups.
Tom Lane [Fri, 16 Jul 1999 22:32:25 +0000 (22:32 +0000)]
Support subscripts on bare column names.
Tom Lane [Fri, 16 Jul 1999 22:29:42 +0000 (22:29 +0000)]
Allow bare column names to be subscripted as arrays. This
creates a reduce/reduce conflict, which I resolved by changing the
'AexprConst -> Typename Sconst' rule to 'AexprConst -> SimpleTypename Sconst'.
In other words, a subscripted type declaration can't be used in that
syntax any longer. This seems a small price to pay for not having to
qualify subscripted columns anymore.
Other cleanups: rename res_target_list to update_target_list, and remove
productions for variants that are not legal in an UPDATE target list;
rename res_target_list2 to plain target_list; delete position_expr
in favor of using b_expr in that production; merge opt_indirection
into attr nonterminal, since there are no places where an unsubscripted
attr is wanted; fix typos in Param support; change case_arg so that
an arbitrary a_expr is allowed, not only a column name.
Tom Lane [Fri, 16 Jul 1999 22:17:06 +0000 (22:17 +0000)]
Revise _bt_binsrch() so that its binary search loop takes
care of equal-key cases, eliminating bt_firsteq(). The linear search
formerly done by bt_firsteq() took a lot of time in the case where many
equal keys appear on the same page.
Bruce Momjian [Fri, 16 Jul 1999 17:46:32 +0000 (17:46 +0000)]
More cleanup
Bruce Momjian [Fri, 16 Jul 1999 17:07:40 +0000 (17:07 +0000)]
More cleanup
Thomas G. Lockhart [Fri, 16 Jul 1999 14:32:06 +0000 (14:32 +0000)]
Fix conflicting id tags (sql.sgml also used "select-title").
Bruce Momjian [Fri, 16 Jul 1999 05:41:19 +0000 (05:41 +0000)]
More cleanup
Bruce Momjian [Fri, 16 Jul 1999 05:23:30 +0000 (05:23 +0000)]
Final cleanup
Bruce Momjian [Fri, 16 Jul 1999 05:06:34 +0000 (05:06 +0000)]
Update TODO list.
Bruce Momjian [Fri, 16 Jul 1999 05:00:38 +0000 (05:00 +0000)]
Final cleanup.
Bruce Momjian [Fri, 16 Jul 1999 03:14:30 +0000 (03:14 +0000)]
Update #include cleanups
Bruce Momjian [Thu, 15 Jul 1999 23:04:24 +0000 (23:04 +0000)]
Change #include's to use <> and "" as appropriate.
Bruce Momjian [Thu, 15 Jul 1999 22:40:16 +0000 (22:40 +0000)]
Remove unused #includes in *.c files.
Bruce Momjian [Thu, 15 Jul 1999 20:32:30 +0000 (20:32 +0000)]
Cleanups.
Bruce Momjian [Thu, 15 Jul 1999 19:21:43 +0000 (19:21 +0000)]
Remove un-needed #include's from *.c files.
Bruce Momjian [Thu, 15 Jul 1999 16:55:32 +0000 (16:55 +0000)]
Add updates.
Thomas G. Lockhart [Thu, 15 Jul 1999 16:31:16 +0000 (16:31 +0000)]
Complete markup for docbook2man support.
Fix synopsis info thanks to Yves.Martin@ensimag.imag.fr.
Thomas G. Lockhart [Thu, 15 Jul 1999 15:49:18 +0000 (15:49 +0000)]
Add id label to allow cross referencing.
Bruce Momjian [Thu, 15 Jul 1999 15:21:54 +0000 (15:21 +0000)]
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian [Thu, 15 Jul 1999 13:46:16 +0000 (13:46 +0000)]
Update TODO list.
Tom Lane [Thu, 15 Jul 1999 02:03:00 +0000 (02:03 +0000)]
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,
per bug report from Daren Sefcik <daren@partnersdata.com>.
Tom Lane [Thu, 15 Jul 1999 01:52:09 +0000 (01:52 +0000)]
Several routines failed to cope with CASE expressions, and
indeed some of 'em were missing support for more node types than that...
Thomas G. Lockhart [Wed, 14 Jul 1999 20:32:59 +0000 (20:32 +0000)]
Complete first pass at markup adjustments for docbook2man man pages.
Add some internal cross references to select.sgml.
Thomas G. Lockhart [Wed, 14 Jul 1999 20:31:42 +0000 (20:31 +0000)]
Include gif omitted from integrated doc.
Thanks to Goran Uddeborg for spotting this.
Bruce Momjian [Wed, 14 Jul 1999 01:20:30 +0000 (01:20 +0000)]
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian [Tue, 13 Jul 1999 21:17:45 +0000 (21:17 +0000)]
Remove S*I comments from Stephan.
Bruce Momjian [Tue, 13 Jul 1999 20:12:51 +0000 (20:12 +0000)]
More cpu cleanups, only for 6.6.
Bruce Momjian [Tue, 13 Jul 1999 20:00:37 +0000 (20:00 +0000)]
Redefine cpu's as __cpu__. Only for 6.6 branch.
Bruce Momjian [Tue, 13 Jul 1999 18:38:11 +0000 (18:38 +0000)]
Update TODO list.
Bruce Momjian [Tue, 13 Jul 1999 03:07:20 +0000 (03:07 +0000)]
Update TODO list.
Bruce Momjian [Mon, 12 Jul 1999 17:33:36 +0000 (17:33 +0000)]
Update install file.
Bruce Momjian [Mon, 12 Jul 1999 13:32:38 +0000 (13:32 +0000)]
readd include for safety.
Bruce Momjian [Mon, 12 Jul 1999 02:27:31 +0000 (02:27 +0000)]
Update 6.5.1 items.
Tatsuo Ishii [Sun, 11 Jul 1999 22:59:26 +0000 (22:59 +0000)]
document updated for 6.5.1
Tatsuo Ishii [Sun, 11 Jul 1999 22:47:21 +0000 (22:47 +0000)]
Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Behal)
Bruce Momjian [Sun, 11 Jul 1999 18:02:59 +0000 (18:02 +0000)]
Update release notes.
Tom Lane [Sun, 11 Jul 1999 17:54:30 +0000 (17:54 +0000)]
RewritePreprocessQuery tried to match resjunk targets against
result relation ... wrong ...
Bruce Momjian [Sun, 11 Jul 1999 03:57:58 +0000 (03:57 +0000)]
Add Tom's group by fixes.
Tom Lane [Sun, 11 Jul 1999 02:04:19 +0000 (02:04 +0000)]
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.
Bruce Momjian [Sun, 11 Jul 1999 02:02:13 +0000 (02:02 +0000)]
Update TODO list.
Tom Lane [Sun, 11 Jul 1999 01:57:32 +0000 (01:57 +0000)]
ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,
thereby guaranteeing wrong results from a rescanned Group node.
Tom Lane [Sat, 10 Jul 1999 22:06:26 +0000 (22:06 +0000)]
heapam.h uses type time_t, but didn't include <time.h>.
Bruce Momjian [Sat, 10 Jul 1999 18:38:16 +0000 (18:38 +0000)]
Add new item from Tom Lane sorting.
Tom Lane [Sat, 10 Jul 1999 18:21:59 +0000 (18:21 +0000)]
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.
Bruce Momjian [Sat, 10 Jul 1999 17:26:09 +0000 (17:26 +0000)]
Update release notes.
Bruce Momjian [Sat, 10 Jul 1999 17:16:05 +0000 (17:16 +0000)]
Update release for 6.5.1.
Bruce Momjian [Sat, 10 Jul 1999 17:03:34 +0000 (17:03 +0000)]
cleanup of long long int atoi test.
Bruce Momjian [Sat, 10 Jul 1999 16:28:02 +0000 (16:28 +0000)]
Update stuff for 6.5.1 release.
Tatsuo Ishii [Sat, 10 Jul 1999 12:33:10 +0000 (12:33 +0000)]
-mieee and # does not work for certain version of egcs
Tom Lane [Fri, 9 Jul 1999 22:53:40 +0000 (22:53 +0000)]
Fix gcc complaint about long being passed to sprintf %d.
Bruce Momjian [Fri, 9 Jul 1999 21:59:59 +0000 (21:59 +0000)]
Make ^ precidence greater than *.
Bruce Momjian [Fri, 9 Jul 1999 21:46:14 +0000 (21:46 +0000)]
update readme.nt
Bruce Momjian [Fri, 9 Jul 1999 17:57:46 +0000 (17:57 +0000)]
createlang now returns 2 for language already exists.
Bruce Momjian [Fri, 9 Jul 1999 17:40:31 +0000 (17:40 +0000)]
Re-apply range check patch after fixing LIMIT_H test and defines.
Bruce Momjian [Fri, 9 Jul 1999 16:56:44 +0000 (16:56 +0000)]
Add mention block size <= 32k.
Tom Lane [Fri, 9 Jul 1999 15:09:54 +0000 (15:09 +0000)]
Another place that HAVE_LIMITS_H was misspelled.
Bruce Momjian [Fri, 9 Jul 1999 04:51:27 +0000 (04:51 +0000)]
cleanup
Bruce Momjian [Fri, 9 Jul 1999 04:20:22 +0000 (04:20 +0000)]
Update TODO list.
Bruce Momjian [Fri, 9 Jul 1999 03:28:53 +0000 (03:28 +0000)]
Fix for ACL length problem on different platforms.
Bruce Momjian [Fri, 9 Jul 1999 03:27:20 +0000 (03:27 +0000)]
Backup pg_atoi patch for long checking. Caused initdb problems.
Bruce Momjian [Fri, 9 Jul 1999 02:35:37 +0000 (02:35 +0000)]
Add linux_m68k template file.
Bruce Momjian [Thu, 8 Jul 1999 15:28:51 +0000 (15:28 +0000)]
Rename tuturials for char2/char16 removal.
Bruce Momjian [Thu, 8 Jul 1999 15:27:01 +0000 (15:27 +0000)]
Rename example temp to mytemp.
Bruce Momjian [Thu, 8 Jul 1999 05:04:49 +0000 (05:04 +0000)]
Update TODO
Bruce Momjian [Thu, 8 Jul 1999 05:02:09 +0000 (05:02 +0000)]
Update.
Bruce Momjian [Thu, 8 Jul 1999 05:01:25 +0000 (05:01 +0000)]
Update todo
Bruce Momjian [Thu, 8 Jul 1999 03:34:00 +0000 (03:34 +0000)]
Update TODO.
Bruce Momjian [Thu, 8 Jul 1999 03:33:19 +0000 (03:33 +0000)]
New TODO list.
Bruce Momjian [Thu, 8 Jul 1999 03:32:57 +0000 (03:32 +0000)]
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
Bruce Momjian [Thu, 8 Jul 1999 03:30:16 +0000 (03:30 +0000)]
Add CXXFLAGS +=
Bruce Momjian [Thu, 8 Jul 1999 03:22:46 +0000 (03:22 +0000)]
> In both datetime_trunc() and timespan_trunc() in dt.c,
> the DTK_MICROSEC case is just like the DTK_MILLISEC case.
> I think this is wrong and it ought to look like
> fsec = rint(fsec *
1000000 ) /
1000000 ;
> no?
Tom Lane.
Bruce Momjian [Thu, 8 Jul 1999 02:46:39 +0000 (02:46 +0000)]
Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.