summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add max oid display, rather than returning just a dash for the last entry.Bruce Momjian1998-12-312-22/+8
|
* Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart1998-12-313-52/+76
| | | | | | | | 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 :)
* uncomment MYLOG to prevent warnings in compileByron Nikolaidis1998-12-311-1/+1
|
* Mini update to fix SQLGetInfo to work properly (truncation, NULL)Byron Nikolaidis1998-12-316-350/+258
|
* Little precision fix for POWER(). I discovered problems with bigJan Wieck1998-12-302-6/+6
| | | | | | exponents. Jan
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-3010-1056/+4955
| | | | | | and aggregates. Jan
* Update for deadlock detection.Bruce Momjian1998-12-291-18/+29
|
* Update for deadlock timer.Bruce Momjian1998-12-291-11/+10
|
* Fix for deadlock detection timeout.Bruce Momjian1998-12-291-3/+2
|
* Fix for deadlock timer timeout.Bruce Momjian1998-12-291-15/+9
|
* Minor fixes to compile on unix for v6-40-0002Byron Nikolaidis1998-12-298-137/+149
|
* Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart1998-12-29115-8090/+10677
| | | | | of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
* Update for version 6-40-0002 and re-merge Thomas' changes.Byron Nikolaidis1998-12-2926-566/+1562
|
* autoconfBruce Momjian1998-12-281-1/+1
|
* Fix for current dir not in path, from stan's report.Bruce Momjian1998-12-281-1/+1
|
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-262-4/+30
| | | | | | | | | | 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
* Fix for version, update to 6.5.Bruce Momjian1998-12-252-4/+4
|
* Fix for snprintf and long long unsigned.Bruce Momjian1998-12-241-2/+3
|
* Update HISTORY in CURRENT tree.Bruce Momjian1998-12-241-0/+42
|
* Fix reference to null pointer when no aggregate function candidatesThomas G. Lockhart1998-12-231-4/+4
| | | | | | are available. Problem reported by David Sauer <davids@iol.cz>. Modify information in resulting error message to indicate both agg name and data type.
* Add subversion mentionBruce Momjian1998-12-231-1/+1
|
* From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier1998-12-226-23/+204
| | | | | | | | | | | | | + +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
* Changed TypeName.typmod to int32 - atttypmod is of that sizeJan Wieck1998-12-211-2/+2
| | | | Jan
* finished cleaning up outnodes.c ...Marc G. Fournier1998-12-201-117/+61
|
* Fix deadlock so it only checks once.Bruce Momjian1998-12-184-23/+22
|
* Included are patches for doc/README.mb and README.mb.jp.Bruce Momjian1998-12-182-73/+142
| | | | | | Please apply to both trees. -- Tatsuo Ishii
* Add pgaccess Makefile.Bruce Momjian1998-12-181-0/+21
|
* Here are descriptions:Bruce Momjian1998-12-182-4/+7
| | | | | | | | | | | | | | | | - 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
* I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian1998-12-184-2/+37
| | | | | | | 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
* Fix typos in rules.sgml.Thomas G. Lockhart1998-12-182-6/+27
| | | | Add Emacs configuration block to postgres.sgml.
* Include example of Postgres' extended query syntax which allow one to omitThomas G. Lockhart1998-12-181-0/+21
| | | | the FROM clause. e.g. "SELECT table.*".
* Update information on alternate database locations.Thomas G. Lockhart1998-12-182-56/+73
| | | | These fixes are from Jeff Hoffmann <jeff@remapcorp.com>.
* Include more details on editing with Emacs.Thomas G. Lockhart1998-12-181-85/+152
| | | | | | | Remove mention of the old "migration" flat files. Change URLs for resources to point to areas, not particular files. That way things stay correct even when version of tools change. Suggested by Vince Vielhaber.
* Include keywords from CASE implementation.Thomas G. Lockhart1998-12-181-14/+17
| | | | Rearrange a few other keywords to put them in the proper category.
* Add Cobalt MIPS linux box from Tatsuo.Thomas G. Lockhart1998-12-181-2/+9
|
* Update some info, especially the CIDR/INET data types.Thomas G. Lockhart1998-12-181-1163/+1210
|
* Include Emacs DocBook DTD description file. May allow Emacs to understandThomas G. Lockhart1998-12-181-0/+1279
| | | | | | tags even if DocBook is not installed on your local system. Most of the .sgml source files contain a reference to this file in an Emacs setup block at the bottom of the file...
* Information on the CVS tree and remote access.Thomas G. Lockhart1998-12-181-0/+1135
| | | | | Not yet complete, integrated, or marked up. Not yet included in a document (should go in the developer's doc?).
* Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck1998-12-183-78/+66
| | | | | | More cleanups to appendStringInfo() usage in node/outfuncs.c. Jan
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-1819-6013/+6450
| | | | | LOCK TABLE IN ... MODE ...implemented
* Missed a few files.Bruce Momjian1998-12-182-0/+508
|
* Attached is a patch with some fixes that (I think that) should go intoBruce Momjian1998-12-186-3/+355
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix for HAVE_LONG bug in snprintf.c.Bruce Momjian1998-12-181-31/+18
|
* Fix for snprintf with long long's, define problem.Bruce Momjian1998-12-181-12/+12
|
* Remove need for doc 'install man' in INSTALL file. install does bothBruce Momjian1998-12-172-14/+4
| | | | html and man.
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1998-12-171-2/+2
| | | | Looks like :vartypmod got transmuted to %vartypmod in an editing session.
* Upgrade to Pygress 2.2.Bruce Momjian1998-12-1712-375/+1975
|
* Serialized mode works!Vadim B. Mikheev1998-12-169-47/+209
|
* Oops, sorry...meant to commit the patch from Thomas for tzn->CTZNameMarc G. Fournier1998-12-151-6/+2
|
* tzn undeclared in FreeBSD, commented out.Vadim B. Mikheev1998-12-151-1/+4
|