https://github.com/postgres/postgres

sort by:
Revision Author Date Message Commit Date
c7092a8 Update README.NT. 19 July 1999, 05:08:23 UTC
6a35338 Fix 'SO__MINOR_VERSION' typo in 6.5 branch. 16 July 1999, 22:46:16 UTC
725d5c7 Fix reference to European DateStyle startup options. 16 July 1999, 06:22:32 UTC
984e5f3 Rebuild from sources to fix missing gif. 16 July 1999, 06:20:37 UTC
2c1756d Add missing gif to postgres integrated doc. 16 July 1999, 06:03:48 UTC
25fece4 Add missing gif to the tarball. Fix reference to '-o -e' flag set for Postmaster. 16 July 1999, 05:57:08 UTC
06dfb46 Correct typo in command line options for backend server. 16 July 1999, 05:51:42 UTC
a1d110b Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports, per bug report from Daren Sefcik <daren@partnersdata.com>. 15 July 1999, 02:03:54 UTC
93e8519 Back-patch subselect+CASE fixes into 6.5. 15 July 1999, 01:54:29 UTC
98237b8 Update with release notes for v6.5.1. Change references from v6.5 to v6.5.1 in the installation instructions. 14 July 1999, 23:38:26 UTC
c4747c7 Update TODO list. 13 July 1999, 03:07:20 UTC
941d426 Update install file. 12 July 1999, 17:33:36 UTC
30e27a9 readd include for safety. 12 July 1999, 13:32:38 UTC
d0fb488 Update 6.5.1 items. 12 July 1999, 02:27:31 UTC
32a1a4e document updated for 6.5.1 11 July 1999, 22:59:26 UTC
8f02f22 Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Behal) 11 July 1999, 22:47:21 UTC
2859bde Update release notes. 11 July 1999, 18:02:59 UTC
eeaeb1b RewritePreprocessQuery tried to match resjunk targets against result relation ... wrong ... 11 July 1999, 17:54:30 UTC
f8d856a Add Tom's group by fixes. 11 July 1999, 03:57:58 UTC
eeb3abe 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. 11 July 1999, 02:04:19 UTC
8c32f99 Update TODO list. 11 July 1999, 02:02:13 UTC
9cbd349 ExecReScanGroup() forgot to clear grpstate->grp_firstTuple, thereby guaranteeing wrong results from a rescanned Group node. 11 July 1999, 01:57:32 UTC
ebc3cc7 heapam.h uses type time_t, but didn't include <time.h>. 10 July 1999, 22:06:26 UTC
aece668 Add new item from Tom Lane sorting. 10 July 1999, 18:38:16 UTC
cc62dc2 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. 10 July 1999, 18:21:59 UTC
bc5f34c Update release notes. 10 July 1999, 17:26:09 UTC
04bfc5b Update release for 6.5.1. 10 July 1999, 17:16:05 UTC
d62c25d cleanup of long long int atoi test. 10 July 1999, 17:03:34 UTC
5a3fa95 Update stuff for 6.5.1 release. 10 July 1999, 16:28:02 UTC
4fceee0 -mieee and # does not work for certain version of egcs 10 July 1999, 12:33:10 UTC
73efd38 Fix gcc complaint about long being passed to sprintf %d. 09 July 1999, 22:53:40 UTC
863db45 Make ^ precidence greater than *. 09 July 1999, 21:59:59 UTC
7d23fc5 update readme.nt 09 July 1999, 21:46:14 UTC
cda1923 createlang now returns 2 for language already exists. 09 July 1999, 17:57:46 UTC
103cf75 Re-apply range check patch after fixing LIMIT_H test and defines. 09 July 1999, 17:40:31 UTC
cd5dfb6 Add mention block size <= 32k. 09 July 1999, 16:56:44 UTC
b9c0096 Another place that HAVE_LIMITS_H was misspelled. 09 July 1999, 15:09:54 UTC
8aa780b cleanup 09 July 1999, 04:51:27 UTC
62cc8bf Update TODO list. 09 July 1999, 04:20:22 UTC
296efd8 Fix for ACL length problem on different platforms. 09 July 1999, 03:28:53 UTC
46db8ac Backup pg_atoi patch for long checking. Caused initdb problems. 09 July 1999, 03:27:20 UTC
ffe0097 Add linux_m68k template file. 09 July 1999, 02:35:37 UTC
27ef825 Rename tuturials for char2/char16 removal. 08 July 1999, 15:28:51 UTC
1a7273b Rename example temp to mytemp. 08 July 1999, 15:27:01 UTC
eee5243 Update TODO 08 July 1999, 05:04:49 UTC
2e09df9 Update. 08 July 1999, 05:02:09 UTC
6276c03 Update todo 08 July 1999, 05:01:25 UTC
4048d54 Update TODO. 08 July 1999, 03:34:00 UTC
879d1ae New TODO list. 08 July 1999, 03:33:19 UTC
3acb7d1 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 08 July 1999, 03:32:57 UTC
0343024 Add CXXFLAGS += 08 July 1999, 03:30:16 UTC
2cf2a4f > 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. 08 July 1999, 03:22:46 UTC
70ce98b Rename pg_temp to pg_sorttemp so it does not conflict with temp table names. 08 July 1999, 02:46:39 UTC
5035d7b pg_atoi() does range check on int4 data only if "HAS_LONG_LONG" is defined based on the assumption that strtol() would return ERANGE if a platform does not support 64-bit integers. In current PostgreSQL 6.5 (and 6.4.2) distribution, "HAS_LONG_LONG" is defined only if platform is "alpha". (See include/port/alpha.h) I think the int4 range check should apply to linux_alpha as well. (I have not tested yet but I guess this might be applicable to newer Linux/i386 distributions which includes new GCC which implements long int as 64-bit int.) 08 July 1999, 00:27:01 UTC
a6c688d Irix update from Mark Dalphin 08 July 1999, 00:15:03 UTC
104d6c8 Add ^ precidence. 08 July 1999, 00:00:43 UTC
38ff52c Allow port numbers 32k - 64k. 07 July 1999, 17:17:50 UTC
517da8b Newer README.NT. 07 July 1999, 16:41:18 UTC
db15dc0 Fix for \do and ceil()/float. 07 July 1999, 16:09:33 UTC
e9c977d Fix spelling of variable name. 07 July 1999, 09:36:45 UTC
9f7ac20 Cleanup of min tuple size. 07 July 1999, 09:27:28 UTC
1391098 Fix misspelling. 07 July 1999, 09:11:15 UTC
ab1b88f Add new TODO file to CVS tree. 06 July 1999, 20:41:22 UTC
07c0de7 Update makefile to generate man pages. Include first cut at instructions for man pages in docguide.sgml. Fix markup. 06 July 1999, 17:19:42 UTC
7b09d4b Add missing paragraph end tag. 06 July 1999, 17:18:31 UTC
1e723ff Fix some markup, but probably not finished yet... 06 July 1999, 17:17:31 UTC
a4ac2f4 Fix markup for docbook2man man page generation. No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too. 06 July 1999, 17:16:42 UTC
192a66e Include rules for building a man tar file. 06 July 1999, 17:13:50 UTC
5babe7d Remove old readme file. 05 July 1999, 21:48:21 UTC
137eacb Align cleanup. 04 July 1999, 05:47:06 UTC
a0b4af3 More alignment 04 July 1999, 05:44:56 UTC
ede5a41 Clean up maximum rewrite tuple length. 04 July 1999, 05:16:05 UTC
eba4184 Clarify maximum tuple and max attribute lengths. 04 July 1999, 04:56:02 UTC
b31aa64 Make exec_simple_check_plan() check for a null plan, so that it doesn't crash when processing a utility statement. 04 July 1999, 01:03:01 UTC
efb6212 Add abortcurrent trans to temp table fix. 03 July 1999, 15:43:57 UTC
ff8756d More cleanup 03 July 1999, 01:57:53 UTC
b1444b0 Update tuple size check. 03 July 1999, 01:56:16 UTC
8dd3407 Fix for insertion of tuple too large. 03 July 1999, 01:47:02 UTC
97dfff8 Fix to prevent too large tuple from being created. 03 July 1999, 00:33:04 UTC
954e466 Fix for removal of temp tables if last transaction was aborted. 02 July 1999, 18:09:28 UTC
d20abcd typo fix. 02 July 1999, 03:21:37 UTC
c9a0a23 #ifdef around true and false. 01 July 1999, 19:47:25 UTC
51ae213 Add files to point to TODO list. 01 July 1999, 05:31:22 UTC
0aa544e make distclean missed a few symlinks created by configure. 01 July 1999, 00:06:28 UTC
fa179dd Make sure symlinks for sharedlib get removed by 'make clean'. 30 June 1999, 23:57:31 UTC
7bf29f6 Generate a full set of version-numbered symlinks when building a shared library, not just when installing it. 30 June 1999, 23:54:18 UTC
9b0e205 *** empty log message *** 29 June 1999, 09:25:25 UTC
49f68a8 Avoid disk writes for read-only transactions. 29 June 1999, 04:54:49 UTC
cffd0f9 Add time warning about bigtests. 28 June 1999, 18:40:34 UTC
e70b483 Some minor bug fixes 27 June 1999, 11:05:38 UTC
fe90c54 Add var defines for no testandset 26 June 1999, 15:58:28 UTC
ef15ed1 Remove -m486 on Openbsd. 26 June 1999, 15:54:36 UTC
19630e0 *** empty log message *** 25 June 1999, 10:42:06 UTC
b692c95 Makefile.global failed to define $(LIBS), which is unfortunate considering that several subdirectory makefiles were counting on it to do so... 25 June 1999, 00:13:45 UTC
d125610 *** empty log message *** 24 June 1999, 13:15:31 UTC
69c617e Remove User's Guide entities since they were not being used. 23 June 1999, 06:21:19 UTC
3143220 Add information on generating INSTALL and HISTORY from sgml sources. 23 June 1999, 06:19:36 UTC
f8a9892 Clarify input/output timezone information. Add detail on exact interpretation of "concatenated date" for various lengths. 23 June 1999, 06:17:51 UTC
b32ffb7 Add backup/restore info to Admin Guide. Split management chapter from start-ag.sgml to manage-ag.sgml. 23 June 1999, 06:15:37 UTC
66ef1b6 Minor changes to Fred Horsh's updates. 23 June 1999, 06:12:31 UTC
back to top