Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-06 | Update 06-40-0003 | Byron Nikolaidis | |
1999-01-05 | SELECT FOR UPDATE syntax | Vadim B. Mikheev | |
1999-01-05 | Restricted maximum precision for NUMERIC to 1000 digits. | Jan Wieck | |
Anything else is CPU overkill. Jan | |||
1999-01-05 | Removed precision restriction in numeric_round() causing | Jan Wieck | |
overflow error on high precision calculations where temporary huge precision is required. Jan | |||
1999-01-05 | Mini Update #2 -- final fixes for buffer lengths, null buffers, truncation | Byron Nikolaidis | |
1999-01-04 | Just one more bugfix - this time in cmp_abs (cannot imagine that | Jan Wieck | |
taking a logarithm with a 400 digit precision worked with that bug in place). Jan | |||
1999-01-04 | Fixed backend crashing bug in apply_typmod() | Jan Wieck | |
Jan | |||
1999-01-04 | Little fix for round() function | Jan Wieck | |
Jan | |||
1999-01-03 | Fix NAN code. | Bruce Momjian | |
1999-01-03 | Fix for NAN generation. | Bruce Momjian | |
1999-01-01 | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | |
with some extra ugly sprintfs fixed. More work in this area is needed still. Göran Thyni | |||
1999-01-01 | Fix for no platform NAN. | Bruce Momjian | |
1998-12-31 | Add max oid display, rather than returning just a dash for the last entry. | Bruce Momjian | |
1998-12-31 | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart | |
to give HAVE_TM_ZONE priority. This fixes glibc2 machines and any other machine which passes both tests in configure. Repair HAVE_TM_ZONE code which stuffs tm structure with date type values. Same problems as were originally there before v6.1, but never noticed. Thanks to Oleg for nagging :) | |||
1998-12-31 | uncomment MYLOG to prevent warnings in compile | Byron Nikolaidis | |
1998-12-31 | Mini update to fix SQLGetInfo to work properly (truncation, NULL) | Byron Nikolaidis | |
1998-12-30 | Little precision fix for POWER(). I discovered problems with big | Jan Wieck | |
exponents. Jan | |||
1998-12-30 | Added NUMERIC data type with many builtin funcitons, operators | Jan Wieck | |
and aggregates. Jan | |||
1998-12-29 | Update for deadlock detection. | Bruce Momjian | |
1998-12-29 | Update for deadlock timer. | Bruce Momjian | |
1998-12-29 | Fix for deadlock detection timeout. | Bruce Momjian | |
1998-12-29 | Fix for deadlock timer timeout. | Bruce Momjian | |
1998-12-29 | Minor fixes to compile on unix for v6-40-0002 | Byron Nikolaidis | |
1998-12-29 | Update for version 6-40-0002 and re-merge Thomas' changes. | Byron Nikolaidis | |
1998-12-28 | autoconf | Bruce Momjian | |
1998-12-28 | Fix for current dir not in path, from stan's report. | Bruce Momjian | |
1998-12-26 | Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki | Bruce Momjian | |
Nakajima. Since he is not subscribing the mailing list, I'm posting his patches by his request. According to him, he has successfully compiled and passed the regression test on Mac SE/30 running NetBSD/m68k. Also, another person has reported that with the patches PostgreSQL is working on NetBSD/sun3 too. -- Tatsuo Ishii | |||
1998-12-25 | Fix for version, update to 6.5. | Bruce Momjian | |
1998-12-24 | Fix for snprintf and long long unsigned. | Bruce Momjian | |
1998-12-23 | Fix reference to null pointer when no aggregate function candidates | Thomas G. Lockhart | |
are available. Problem reported by David Sauer <davids@iol.cz>. Modify information in resulting error message to indicate both agg name and data type. | |||
1998-12-23 | Add subversion mention | Bruce Momjian | |
1998-12-22 | From: Michael Meskes <Michael.Meskes@usa.net> | Marc G. Fournier | |
+ +Wed Dec 9 11:24:54 MEZ 1998 + + - Synced preproc.y with gram.y and the keywords.c files to add CASE + statement. + +Tue Dec 22 14:16:11 CET 1998 + + - Synced preproc.y with gram.y for locking statements. + - Set version to 2.4.5 | |||
1998-12-21 | Changed TypeName.typmod to int32 - atttypmod is of that size | Jan Wieck | |
Jan | |||
1998-12-20 | finished cleaning up outnodes.c ... | Marc G. Fournier | |
1998-12-18 | Fix deadlock so it only checks once. | Bruce Momjian | |
1998-12-18 | Add pgaccess Makefile. | Bruce Momjian | |
1998-12-18 | Here are descriptions: | Bruce Momjian | |
- the first patch is just to preven listing the perl warning in the make output unless it is actually emitted by the make. this may prevent new users from being confused by the warning in their output - the second patch (to 2 files) just enables building/installing pgaccess if TCL and TK are available. a Makefile is created to do this, but you may wish to change the heading information in it since I just copied another Makefile to use as a template. I hope these make it into 6.4.1. Cheers, Brook | |||
1998-12-18 | I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with | Bruce Momjian | |
MIPS cpu (I think it's R4000). I have tested the patches on LinuxPPC and FreeBSD. I believe they do not harm other platforms. -- Tatsuo Ishii | |||
1998-12-18 | Fixed nodeToString() to put out "<>" for NULL strings again. | Jan Wieck | |
More cleanups to appendStringInfo() usage in node/outfuncs.c. Jan | |||
1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | |
LOCK TABLE IN ... MODE ...implemented | |||
1998-12-18 | Missed a few files. | Bruce Momjian | |
1998-12-18 | Attached is a patch with some fixes that (I think that) should go into | Bruce Momjian | |
6.4.1. Here is the list: - The type int8 now works. In fact, the bug(s) were in src/backend/port/snprintf.c, so int8 is probably broken in every platform that hasn't a native snprintf/vsnprintf. The type itself worked as expected, only the output was wrong. Anyway, this patch should be checked in other platforms. - The regression tests for int2 and int4, which were broken due to differences in the error messages, are fixed. - The regression test for float8, which was broken in the reference platform, is also fixed. I don't know if the new file (float8-OSF1.out) will work on other platforms, but it might be worth to try it. - Two new template files are provided (alpha_cc, which includes optimization, and alpha_gcc), and src/templates/.similar is updated accordingly. src/templates/alpha should be removed from the distribution. *IMPORTANT NOTE*: I don't know if you can use gcc to compile postgres; I've written the alpha_gcc file because alpha_cc has some flags that are specific to DEC C. - There is a (very basic) Digital Unix specific FAQ in doc/FAQ_DigitalUnix. -- ------------------------------------------------------------------- Pedro José Lobo Perea Tel: +34 91 336 78 19 | |||
1998-12-18 | Fix for HAVE_LONG bug in snprintf.c. | Bruce Momjian | |
1998-12-18 | Fix for snprintf with long long's, define problem. | Bruce Momjian | |
1998-12-17 | From: Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | |
Looks like :vartypmod got transmuted to %vartypmod in an editing session. | |||
1998-12-17 | Upgrade to Pygress 2.2. | Bruce Momjian | |
1998-12-16 | Serialized mode works! | Vadim B. Mikheev | |
1998-12-15 | Oops, sorry...meant to commit the patch from Thomas for tzn->CTZName | Marc G. Fournier | |
1998-12-15 | tzn undeclared in FreeBSD, commented out. | Vadim B. Mikheev | |
1998-12-15 | Initial MVCC code. | Vadim B. Mikheev | |
New code for locking buffer' context. |