]>
granicus.if.org Git - postgresql/log
Marc G. Fournier [Sun, 17 Aug 1997 00:33:28 +0000 (00:33 +0000)]
Fix up paths to $(SRCDIR)
Marc G. Fournier [Sat, 16 Aug 1997 20:56:28 +0000 (20:56 +0000)]
Add appropriate links into the interfaces directory, as well as a Makefile
covering the interfaces directory
Marc G. Fournier [Sat, 16 Aug 1997 20:51:53 +0000 (20:51 +0000)]
Bring in Adrian's JDBC driver as an interface
Bruce Momjian [Thu, 14 Aug 1997 16:11:41 +0000 (16:11 +0000)]
Cleanup global variables, remove stable memory stuff.
Vadim B. Mikheev [Thu, 14 Aug 1997 05:04:38 +0000 (05:04 +0000)]
sprintf "...%d...", ... (int)getpid(), ...
^^^^^
Vadim B. Mikheev [Thu, 14 Aug 1997 05:01:32 +0000 (05:01 +0000)]
_hash_checkpage: cleanup for CASSERT
Bruce Momjian [Tue, 12 Aug 1997 23:03:50 +0000 (23:03 +0000)]
These changes allow the module to compile quietly when assert checking is
not being done.
Bruce Momjian [Tue, 12 Aug 1997 22:55:25 +0000 (22:55 +0000)]
Remove more (void) and fix -Wall warnings.
Bruce Momjian [Tue, 12 Aug 1997 20:39:16 +0000 (20:39 +0000)]
cleanup of patch
Bruce Momjian [Tue, 12 Aug 1997 20:16:25 +0000 (20:16 +0000)]
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary.
Bruce Momjian [Fri, 8 Aug 1997 03:51:33 +0000 (03:51 +0000)]
Add bsdi gcc2 options.
Bruce Momjian [Wed, 6 Aug 1997 17:11:20 +0000 (17:11 +0000)]
Fix for psort again.
Bruce Momjian [Wed, 6 Aug 1997 07:39:20 +0000 (07:39 +0000)]
Another psort fix.
Bruce Momjian [Wed, 6 Aug 1997 07:02:49 +0000 (07:02 +0000)]
I think I finally got psort working for all cases.
Bruce Momjian [Wed, 6 Aug 1997 05:38:46 +0000 (05:38 +0000)]
psort cleanups.
Bruce Momjian [Wed, 6 Aug 1997 05:08:37 +0000 (05:08 +0000)]
Another fix.
Bruce Momjian [Wed, 6 Aug 1997 04:45:39 +0000 (04:45 +0000)]
Fix for palloc(0) in new code
Bruce Momjian [Wed, 6 Aug 1997 03:42:21 +0000 (03:42 +0000)]
Allow internal sorts to be stored in memory rather than in files.
Bruce Momjian [Wed, 6 Aug 1997 03:37:34 +0000 (03:37 +0000)]
Add developers help file.
Bruce Momjian [Wed, 6 Aug 1997 03:33:45 +0000 (03:33 +0000)]
Fix for os version handling.
Vadim B. Mikheev [Wed, 6 Aug 1997 02:08:39 +0000 (02:08 +0000)]
Catch non-functional delete attempts.
Bruce Momjian [Sun, 3 Aug 1997 02:38:47 +0000 (02:38 +0000)]
Cleanup for NAMEDATALEN use.
Bruce Momjian [Sun, 3 Aug 1997 02:28:10 +0000 (02:28 +0000)]
Comment out code that makes no sense, and Purify complains about.
Bruce Momjian [Sat, 2 Aug 1997 19:09:33 +0000 (19:09 +0000)]
Prevent relname unallocated string length from being copied into database.
Bruce Momjian [Sat, 2 Aug 1997 16:32:51 +0000 (16:32 +0000)]
Makei configure less os-version specific, were possible.
Bruce Momjian [Fri, 1 Aug 1997 04:07:55 +0000 (04:07 +0000)]
Fix stout/stderr paging. Do not page \h select, but page \h *.
Bruce Momjian [Fri, 1 Aug 1997 03:49:22 +0000 (03:49 +0000)]
FIx solaris template finding.
Bruce Momjian [Fri, 1 Aug 1997 03:33:02 +0000 (03:33 +0000)]
Fix psql error output.
Bruce Momjian [Thu, 31 Jul 1997 01:37:56 +0000 (01:37 +0000)]
Configure cleanup for /usr/ucb patch.
Bruce Momjian [Wed, 30 Jul 1997 19:16:23 +0000 (19:16 +0000)]
Look in /usr/ucb first for install.
Bruce Momjian [Wed, 30 Jul 1997 18:27:18 +0000 (18:27 +0000)]
configure.in cleanup for tr and strerror2.
Bruce Momjian [Wed, 30 Jul 1997 17:21:29 +0000 (17:21 +0000)]
Add -o to psql manual page.
Bruce Momjian [Wed, 30 Jul 1997 15:53:57 +0000 (15:53 +0000)]
Fix c++ copy example code.
Bruce Momjian [Wed, 30 Jul 1997 14:55:20 +0000 (14:55 +0000)]
Remove restart instructions from INSTALL.
Marc G. Fournier [Wed, 30 Jul 1997 14:08:11 +0000 (14:08 +0000)]
Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...
so, add a check that basically says if it isn't defined, set it to 256...
Marc G. Fournier [Wed, 30 Jul 1997 14:03:33 +0000 (14:03 +0000)]
Check for and use <netdb.h> for postmaster.c, instead of checking if
MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at
work fails on that check...
Vadim B. Mikheev [Wed, 30 Jul 1997 04:42:26 +0000 (04:42 +0000)]
Allow use parameters in target list having aggregates in functions.
Bruce Momjian [Wed, 30 Jul 1997 01:32:44 +0000 (01:32 +0000)]
configure.in cleanup from sco install.
Bruce Momjian [Wed, 30 Jul 1997 00:09:42 +0000 (00:09 +0000)]
Remove HAVE_USAGE because it is no longer used.
Bruce Momjian [Tue, 29 Jul 1997 21:43:40 +0000 (21:43 +0000)]
Update COPY manual page to remove unneeded warnings.
Bruce Momjian [Tue, 29 Jul 1997 21:16:52 +0000 (21:16 +0000)]
Update configure after sunos4 update.
Bruce Momjian [Tue, 29 Jul 1997 16:36:43 +0000 (16:36 +0000)]
Add strerror to pg_version for sunos4.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:24:04 +0000 (16:24 +0000)]
Results from initial changes to add new functions and for bug fixes.
Not all cleaned up yet.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:22:48 +0000 (16:22 +0000)]
Start adding tests for new geometry functions.
Not all cleaned up yet.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:21:12 +0000 (16:21 +0000)]
Use better routines from geometry library.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:19:26 +0000 (16:19 +0000)]
Change call definition for isreltime().
Thomas G. Lockhart [Tue, 29 Jul 1997 16:17:52 +0000 (16:17 +0000)]
Add new operators and functions for geometric types.
Add text concatenation operator and function.
Add text trim function for SQL92 support.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:16:14 +0000 (16:16 +0000)]
Add new routines.
Change definition for isreltime().
Change some names of #define constants to avoid conflicts with the yacc parser.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:14:40 +0000 (16:14 +0000)]
Remove some unnecessary include statements (comment out with #ifdef FALSE).
Thomas G. Lockhart [Tue, 29 Jul 1997 16:12:07 +0000 (16:12 +0000)]
Add routines for text trimming on both ends, substring, and string position.
Used to support SQL92 compatibility.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:09:38 +0000 (16:09 +0000)]
Fix bug to allow hh:mm:ss time entry for timespan/reltime types.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:08:18 +0000 (16:08 +0000)]
Remove #ifdef'd support for old i/o styles.
Change box terminology from "length" to "width".
Use length terminology in common with other geometric types (usually perimeter).
Fix bugs in line arithmetic which resulted in bad intersection calculations.
Deprecate temporary unstored slope fields.
Check explicitly for intersections at endpoints to avoid rounding ugliness.
Add center() routines for lseg, path, polygon.
Add distance() routines for circle-polygon, polygon-polygon.
Check explicitly for points and polygons contained within polygons
using an axis-crossing algorithm. (Old code just checked bounding boxes).
Add routine to convert circle-box.
*whew*
Thomas G. Lockhart [Tue, 29 Jul 1997 15:54:49 +0000 (15:54 +0000)]
Update some reltime code to use new common routines.
Use standard decoder for isreltime().
Thomas G. Lockhart [Tue, 29 Jul 1997 15:51:33 +0000 (15:51 +0000)]
Add debugging statements.
Bruce Momjian [Tue, 29 Jul 1997 14:17:48 +0000 (14:17 +0000)]
Add PPC Linux to port list.
Bruce Momjian [Tue, 29 Jul 1997 14:09:11 +0000 (14:09 +0000)]
mkLinux patches from Tatsuo Ishii.
Bruce Momjian [Mon, 28 Jul 1997 23:57:20 +0000 (23:57 +0000)]
Makefile fix from Tatsuo Ishii.
Bruce Momjian [Mon, 28 Jul 1997 23:53:54 +0000 (23:53 +0000)]
fix small memory free error.
Bruce Momjian [Mon, 28 Jul 1997 22:37:37 +0000 (22:37 +0000)]
Add hpux 10 support to list.
Bruce Momjian [Mon, 28 Jul 1997 02:08:10 +0000 (02:08 +0000)]
sco added to ports list
Bruce Momjian [Mon, 28 Jul 1997 01:34:24 +0000 (01:34 +0000)]
Add SCO files.
Bruce Momjian [Mon, 28 Jul 1997 00:57:08 +0000 (00:57 +0000)]
Added SCO support, from Daniel Harris.
Bruce Momjian [Mon, 28 Jul 1997 00:13:39 +0000 (00:13 +0000)]
Remove sparc dir, add difftime macro for sunos.
Bruce Momjian [Mon, 28 Jul 1997 00:08:41 +0000 (00:08 +0000)]
Rename sparc to sunos4 directory. Was misnamed.
Bruce Momjian [Sun, 27 Jul 1997 18:52:43 +0000 (18:52 +0000)]
HPUX 10 patches from Vladimir Turin
Bruce Momjian [Thu, 24 Jul 1997 20:19:10 +0000 (20:19 +0000)]
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
Bruce Momjian [Thu, 24 Jul 1997 20:01:33 +0000 (20:01 +0000)]
psql: Add PAGER for \h and \?,\C fix, indices spell fix.
Bruce Momjian [Thu, 24 Jul 1997 19:11:53 +0000 (19:11 +0000)]
Add single quotes to \\h set help
Bruce Momjian [Wed, 23 Jul 1997 17:42:25 +0000 (17:42 +0000)]
More pg_dump patch cleanups.
Bruce Momjian [Wed, 23 Jul 1997 17:15:13 +0000 (17:15 +0000)]
Fix problems with pg_dump for iheritance, sequences, archive tables.
Bruce Momjian [Mon, 21 Jul 1997 22:29:41 +0000 (22:29 +0000)]
Update files and dates for 6.1.1 release.
Bruce Momjian [Wed, 16 Jul 1997 02:25:16 +0000 (02:25 +0000)]
Solaris .similar update.
Bruce Momjian [Wed, 16 Jul 1997 02:20:51 +0000 (02:20 +0000)]
Solaris version update.
Marc G. Fournier [Tue, 15 Jul 1997 23:11:38 +0000 (23:11 +0000)]
Search for ginstall before the other installs...
As requested by Dr. Andrew C.R. Martin
Bruce Momjian [Tue, 15 Jul 1997 17:16:46 +0000 (17:16 +0000)]
.similar patch for irix
Bruce Momjian [Tue, 15 Jul 1997 01:02:05 +0000 (01:02 +0000)]
Update supported ports.
Bruce Momjian [Mon, 14 Jul 1997 22:08:56 +0000 (22:08 +0000)]
Prevent psql optarg free-ing
Bruce Momjian [Mon, 14 Jul 1997 21:18:25 +0000 (21:18 +0000)]
Update for DGUX.
Bruce Momjian [Mon, 14 Jul 1997 16:52:13 +0000 (16:52 +0000)]
Mips sysv4 support.
Bruce Momjian [Mon, 14 Jul 1997 16:47:36 +0000 (16:47 +0000)]
Add sysv4 support to configure and docs.
Bruce Momjian [Mon, 14 Jul 1997 16:37:36 +0000 (16:37 +0000)]
Update supported ports for 6.1.1 release.
Bruce Momjian [Mon, 14 Jul 1997 03:26:22 +0000 (03:26 +0000)]
Update new items for 6.1.1
Bruce Momjian [Mon, 14 Jul 1997 01:54:39 +0000 (01:54 +0000)]
Update new items in 6.1.1.
Bruce Momjian [Sun, 13 Jul 1997 22:51:20 +0000 (22:51 +0000)]
Update HISTORY file for 6.1.1 release.
Bruce Momjian [Sun, 13 Jul 1997 20:00:14 +0000 (20:00 +0000)]
Updates for 6.1.1.
Bruce Momjian [Sun, 13 Jul 1997 19:52:10 +0000 (19:52 +0000)]
AIX nm fix from Gerhard
Bruce Momjian [Sat, 12 Jul 1997 20:31:47 +0000 (20:31 +0000)]
Change char to int as used in EOF compare, Gerhard
Bruce Momjian [Sat, 12 Jul 1997 15:57:31 +0000 (15:57 +0000)]
Have pg_dumpall return proper status on exit
Thomas G. Lockhart [Fri, 11 Jul 1997 14:09:00 +0000 (14:09 +0000)]
Remove endian information which is now in port-specific header files.
Note that this version is probably identical to two versions ago.
Thomas G. Lockhart [Fri, 11 Jul 1997 14:03:01 +0000 (14:03 +0000)]
Modify port-specific definitions to support missing endian information.
Add extra include file for aix to find endian information.
Bruce Momjian [Thu, 10 Jul 1997 02:32:51 +0000 (02:32 +0000)]
Fix for assembler from Yoshihiko ICHIKAWA
Bruce Momjian [Thu, 10 Jul 1997 02:27:27 +0000 (02:27 +0000)]
Allow underscores in user names.
Bruce Momjian [Thu, 10 Jul 1997 01:15:11 +0000 (01:15 +0000)]
Fixes from Jody Winston
Bruce Momjian [Tue, 8 Jul 1997 22:06:46 +0000 (22:06 +0000)]
Date-type fixes from Tatsuo Ishii
Thomas G. Lockhart [Wed, 2 Jul 1997 14:13:14 +0000 (14:13 +0000)]
Add information regarding date and time types and functions,
including arguments allowed.
Thomas G. Lockhart [Wed, 2 Jul 1997 01:34:24 +0000 (01:34 +0000)]
Add test results for "SET DateStyle" alternative datetime formats.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:34:34 +0000 (00:34 +0000)]
Include tests for DateStyle output format variations.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:32:27 +0000 (00:32 +0000)]
Fix code to do the right thing with mixed-endian clients and servers.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:31:10 +0000 (00:31 +0000)]
Include definitions for endian info if not in system includes.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:29:40 +0000 (00:29 +0000)]
Add flags to allow dynamic loader to find Postgres sharable libraries without
having to modify the system-wide library database.