OSDN Git Service

pg-rex/syncrep.git
27 years agoAllow internal sorts to be stored in memory rather than in files.
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.

27 years agoAdd developers help file.
Bruce Momjian [Wed, 6 Aug 1997 03:37:34 +0000 (03:37 +0000)]
Add developers help file.

27 years agoFix for os version handling.
Bruce Momjian [Wed, 6 Aug 1997 03:33:45 +0000 (03:33 +0000)]
Fix for os version handling.

27 years agoCatch non-functional delete attempts.
Vadim B. Mikheev [Wed, 6 Aug 1997 02:08:39 +0000 (02:08 +0000)]
Catch non-functional delete attempts.

27 years agoCleanup for NAMEDATALEN use.
Bruce Momjian [Sun, 3 Aug 1997 02:38:47 +0000 (02:38 +0000)]
Cleanup for NAMEDATALEN use.

27 years agoComment out code that makes no sense, and Purify complains about.
Bruce Momjian [Sun, 3 Aug 1997 02:28:10 +0000 (02:28 +0000)]
Comment out code that makes no sense, and Purify complains about.

27 years agoPrevent relname unallocated string length from being copied into database.
Bruce Momjian [Sat, 2 Aug 1997 19:09:33 +0000 (19:09 +0000)]
Prevent relname unallocated string length from being copied into database.

27 years agoMakei configure less os-version specific, were possible.
Bruce Momjian [Sat, 2 Aug 1997 16:32:51 +0000 (16:32 +0000)]
Makei configure less os-version specific, were possible.

27 years agoFix stout/stderr paging. Do not page \h select, but page \h *.
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 *.

27 years agoFIx solaris template finding.
Bruce Momjian [Fri, 1 Aug 1997 03:49:22 +0000 (03:49 +0000)]
FIx solaris template finding.

27 years agoFix psql error output.
Bruce Momjian [Fri, 1 Aug 1997 03:33:02 +0000 (03:33 +0000)]
Fix psql error output.

27 years agoConfigure cleanup for /usr/ucb patch.
Bruce Momjian [Thu, 31 Jul 1997 01:37:56 +0000 (01:37 +0000)]
Configure cleanup for /usr/ucb patch.

27 years agoLook in /usr/ucb first for install.
Bruce Momjian [Wed, 30 Jul 1997 19:16:23 +0000 (19:16 +0000)]
Look in /usr/ucb first for install.

27 years agoconfigure.in cleanup for tr and strerror2.
Bruce Momjian [Wed, 30 Jul 1997 18:27:18 +0000 (18:27 +0000)]
configure.in cleanup for tr and strerror2.

27 years agoAdd -o to psql manual page.
Bruce Momjian [Wed, 30 Jul 1997 17:21:29 +0000 (17:21 +0000)]
Add -o to psql manual page.

27 years agoFix c++ copy example code.
Bruce Momjian [Wed, 30 Jul 1997 15:53:57 +0000 (15:53 +0000)]
Fix c++ copy example code.

27 years agoRemove restart instructions from INSTALL.
Bruce Momjian [Wed, 30 Jul 1997 14:55:20 +0000 (14:55 +0000)]
Remove restart instructions from INSTALL.

27 years agoDue to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...
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...

27 years agoCheck for and use <netdb.h> for postmaster.c, instead of checking if
Marc G. Fournier [Wed, 30 Jul 1997 14:03:33 +0000 (14:03 +0000)]
Check for and use <netdb.h> for postc, instead of checking if
MAXHOSTNAMELEN is defined.  For some reason, my 2.5.1 Solaris box at
work fails on that check...

27 years agoAllow use parameters in target list having aggregates in functions.
Vadim B. Mikheev [Wed, 30 Jul 1997 04:42:26 +0000 (04:42 +0000)]
Allow use parameters in target list having aggregates in functions.

27 years agoconfigure.in cleanup from sco install.
Bruce Momjian [Wed, 30 Jul 1997 01:32:44 +0000 (01:32 +0000)]
configure.in cleanup from sco install.

27 years agoRemove HAVE_USAGE because it is no longer used.
Bruce Momjian [Wed, 30 Jul 1997 00:09:42 +0000 (00:09 +0000)]
Remove HAVE_USAGE because it is no longer used.

27 years agoUpdate COPY manual page to remove unneeded warnings.
Bruce Momjian [Tue, 29 Jul 1997 21:43:40 +0000 (21:43 +0000)]
Update COPY manual page to remove unneeded warnings.

27 years agoUpdate configure after sunos4 update.
Bruce Momjian [Tue, 29 Jul 1997 21:16:52 +0000 (21:16 +0000)]
Update configure after sunos4 update.

27 years agoAdd strerror to pg_version for sunos4.
Bruce Momjian [Tue, 29 Jul 1997 16:36:43 +0000 (16:36 +0000)]
Add strerror to pg_version for sunos4.

27 years agoResults from initial changes to add new functions and for bug fixes.
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.

27 years agoStart adding tests for new geometry functions.
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.

27 years agoUse better routines from geometry library.
Thomas G. Lockhart [Tue, 29 Jul 1997 16:21:12 +0000 (16:21 +0000)]
Use better routines from geometry library.

27 years agoChange call definition for isreltime().
Thomas G. Lockhart [Tue, 29 Jul 1997 16:19:26 +0000 (16:19 +0000)]
Change call definition for isreltime().

27 years agoAdd new operators and functions for geometric types.
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.

27 years agoAdd new routines.
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.

27 years agoRemove some unnecessary include statements (comment out with #ifdef FALSE).
Thomas G. Lockhart [Tue, 29 Jul 1997 16:14:40 +0000 (16:14 +0000)]
Remove some unnecessary include statements (comment out with #ifdef FALSE).

27 years agoAdd routines for text trimming on both ends, substring, and string position.
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.

27 years agoFix bug to allow hh:mm:ss time entry for timespan/reltime types.
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.

27 years agoRemove #ifdef'd support for old i/o styles.
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*

27 years agoUpdate some reltime code to use new common routines.
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().

27 years agoAdd debugging statements.
Thomas G. Lockhart [Tue, 29 Jul 1997 15:51:33 +0000 (15:51 +0000)]
Add debugging statements.

27 years agoAdd PPC Linux to port list.
Bruce Momjian [Tue, 29 Jul 1997 14:17:48 +0000 (14:17 +0000)]
Add PPC Linux to port list.

27 years agomkLinux patches from Tatsuo Ishii.
Bruce Momjian [Tue, 29 Jul 1997 14:09:11 +0000 (14:09 +0000)]
mkLinux patches from Tatsuo Ishii.

27 years agoMakefile fix from Tatsuo Ishii.
Bruce Momjian [Mon, 28 Jul 1997 23:57:20 +0000 (23:57 +0000)]
Makefile fix from Tatsuo Ishii.

27 years agofix small memory free error.
Bruce Momjian [Mon, 28 Jul 1997 23:53:54 +0000 (23:53 +0000)]
fix small memory free error.

27 years agoAdd hpux 10 support to list.
Bruce Momjian [Mon, 28 Jul 1997 22:37:37 +0000 (22:37 +0000)]
Add hpux 10 support to list.

27 years agosco added to ports list
Bruce Momjian [Mon, 28 Jul 1997 02:08:10 +0000 (02:08 +0000)]
sco added to ports list

27 years agoAdd SCO files.
Bruce Momjian [Mon, 28 Jul 1997 01:34:24 +0000 (01:34 +0000)]
Add SCO files.

27 years agoAdded SCO support, from Daniel Harris.
Bruce Momjian [Mon, 28 Jul 1997 00:57:08 +0000 (00:57 +0000)]
Added SCO support, from Daniel Harris.

27 years agoRemove sparc dir, add difftime macro for sunos.
Bruce Momjian [Mon, 28 Jul 1997 00:13:39 +0000 (00:13 +0000)]
Remove sparc dir, add difftime macro for sunos.

27 years agoRename sparc to sunos4 directory. Was misnamed.
Bruce Momjian [Mon, 28 Jul 1997 00:08:41 +0000 (00:08 +0000)]
Rename sparc to sunos4 directory.  Was misnamed.

27 years agoHPUX 10 patches from Vladimir Turin
Bruce Momjian [Sun, 27 Jul 1997 18:52:43 +0000 (18:52 +0000)]
HPUX 10 patches from Vladimir Turin

27 years agoVarious compile errors concerning overflow due to shifts, unsigned, and bad prototype...
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

27 years agopsql: Add PAGER for \h and \?,\C fix, indices spell fix.
Bruce Momjian [Thu, 24 Jul 1997 20:01:33 +0000 (20:01 +0000)]
psql:  Add PAGER for \h and \?,\C fix, indices spell fix.

27 years agoAdd single quotes to \\h set help
Bruce Momjian [Thu, 24 Jul 1997 19:11:53 +0000 (19:11 +0000)]
Add single quotes to \\h set help

27 years agoMore pg_dump patch cleanups.
Bruce Momjian [Wed, 23 Jul 1997 17:42:25 +0000 (17:42 +0000)]
More pg_dump patch cleanups.

27 years agoFix problems with pg_dump for iheritance, sequences, archive tables.
Bruce Momjian [Wed, 23 Jul 1997 17:15:13 +0000 (17:15 +0000)]
Fix problems with pg_dump for iheritance, sequences, archive tables.

27 years agoUpdate files and dates for 6.1.1 release.
Bruce Momjian [Mon, 21 Jul 1997 22:29:41 +0000 (22:29 +0000)]
Update files and dates for 6.1.1 release.

27 years agoSolaris .similar update.
Bruce Momjian [Wed, 16 Jul 1997 02:25:16 +0000 (02:25 +0000)]
Solaris .similar update.

27 years agoSolaris version update.
Bruce Momjian [Wed, 16 Jul 1997 02:20:51 +0000 (02:20 +0000)]
Solaris version update.

27 years agoSearch for ginstall before the other installs...
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

27 years ago.similar patch for irix
Bruce Momjian [Tue, 15 Jul 1997 17:16:46 +0000 (17:16 +0000)]
.similar patch for irix

27 years agoUpdate supported ports.
Bruce Momjian [Tue, 15 Jul 1997 01:02:05 +0000 (01:02 +0000)]
Update supported ports.

27 years agoPrevent psql optarg free-ing
Bruce Momjian [Mon, 14 Jul 1997 22:08:56 +0000 (22:08 +0000)]
Prevent psql optarg free-ing

27 years agoUpdate for DGUX.
Bruce Momjian [Mon, 14 Jul 1997 21:18:25 +0000 (21:18 +0000)]
Update for DGUX.

27 years agoMips sysv4 support.
Bruce Momjian [Mon, 14 Jul 1997 16:52:13 +0000 (16:52 +0000)]
Mips sysv4 support.

27 years agoAdd sysv4 support to configure and docs.
Bruce Momjian [Mon, 14 Jul 1997 16:47:36 +0000 (16:47 +0000)]
Add sysv4 support to configure and docs.

27 years agoUpdate supported ports for 6.1.1 release.
Bruce Momjian [Mon, 14 Jul 1997 16:37:36 +0000 (16:37 +0000)]
Update supported ports for 6.1.1 release.

27 years agoUpdate new items for 6.1.1
Bruce Momjian [Mon, 14 Jul 1997 03:26:22 +0000 (03:26 +0000)]
Update new items for 6.1.1

27 years agoUpdate new items in 6.1.1.
Bruce Momjian [Mon, 14 Jul 1997 01:54:39 +0000 (01:54 +0000)]
Update new items in 6.1.1.

27 years agoUpdate HISTORY file for 6.1.1 release.
Bruce Momjian [Sun, 13 Jul 1997 22:51:20 +0000 (22:51 +0000)]
Update HISTORY file for 6.1.1 release.

27 years agoUpdates for 6.1.1.
Bruce Momjian [Sun, 13 Jul 1997 20:00:14 +0000 (20:00 +0000)]
Updates for 6.1.1.

27 years agoAIX nm fix from Gerhard
Bruce Momjian [Sun, 13 Jul 1997 19:52:10 +0000 (19:52 +0000)]
AIX nm fix from Gerhard

27 years agoChange char to int as used in EOF compare, Gerhard
Bruce Momjian [Sat, 12 Jul 1997 20:31:47 +0000 (20:31 +0000)]
Change char to int as used in EOF compare, Gerhard

27 years agoHave pg_dumpall return proper status on exit
Bruce Momjian [Sat, 12 Jul 1997 15:57:31 +0000 (15:57 +0000)]
Have pg_dumpall return proper status on exit

27 years agoRemove endian information which is now in port-specific header files.
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.

27 years agoModify port-specific definitions to support missing endian information.
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.

27 years agoFix for assembler from Yoshihiko ICHIKAWA
Bruce Momjian [Thu, 10 Jul 1997 02:32:51 +0000 (02:32 +0000)]
Fix for assembler from Yoshihiko ICHIKAWA

27 years agoAllow underscores in user names.
Bruce Momjian [Thu, 10 Jul 1997 02:27:27 +0000 (02:27 +0000)]
Allow underscores in user names.

27 years agoFixes from Jody Winston
Bruce Momjian [Thu, 10 Jul 1997 01:15:11 +0000 (01:15 +0000)]
Fixes from Jody Winston

27 years agoDate-type fixes from Tatsuo Ishii
Bruce Momjian [Tue, 8 Jul 1997 22:06:46 +0000 (22:06 +0000)]
Date-type fixes from Tatsuo Ishii

27 years agoAdd information regarding date and time types and functions,
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.

27 years agoAdd test results for "SET DateStyle" alternative datetime formats.
Thomas G. Lockhart [Wed, 2 Jul 1997 01:34:24 +0000 (01:34 +0000)]
Add test results for "SET DateStyle" alternative datetime formats.

27 years agoInclude tests for DateStyle output format variations.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:34:34 +0000 (00:34 +0000)]
Include tests for DateStyle output format variations.

27 years agoFix code to do the right thing with mixed-endian clients and servers.
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.

27 years agoInclude definitions for endian info if not in system includes.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:31:10 +0000 (00:31 +0000)]
Include definitions for endian info if not in system includes.

27 years agoAdd flags to allow dynamic loader to find Postgres sharable libraries without
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.

27 years agoRearrange DTK_x constants.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:25:30 +0000 (00:25 +0000)]
Rearrange DTK_x constants.
Define constants to allow day of week decoding.
Add new datetime and timespan routines.

27 years agoUse common parser and encoder for timestamp data type.
Thomas G. Lockhart [Tue, 1 Jul 1997 00:22:46 +0000 (00:22 +0000)]
Use common parser and encoder for timestamp data type.
Remove older date and time code (retain NEW_DATE_CODE and NEW_TIME_CODE).
Use common encoder for date and time.
Fix datetime +/- timespan math bug.

27 years agoFox case-sensitivity for \d and allow trailing ; on backslash commands.
Bruce Momjian [Sun, 29 Jun 1997 17:29:28 +0000 (17:29 +0000)]
Fox case-sensitivity for \d and allow trailing ; on backslash commands.

27 years agoFix memory leak in psql.
Bruce Momjian [Sun, 29 Jun 1997 05:06:43 +0000 (05:06 +0000)]
Fix memory leak in psql.

27 years ago_hash_first: release buf & metabuf if no tuples found for a key.
Vadim B. Mikheev [Sat, 28 Jun 1997 05:45:40 +0000 (05:45 +0000)]
_hash_first: release buf & metabuf if no tuples found for a key.

27 years agolextest cleanup.
Bruce Momjian [Wed, 25 Jun 1997 22:21:29 +0000 (22:21 +0000)]
lextest cleanup.

27 years agoSmall pg_dumpall cleanup.
Bruce Momjian [Wed, 25 Jun 1997 21:24:57 +0000 (21:24 +0000)]
Small pg_dumpall cleanup.

27 years agoMANPATH cleanup.
Bruce Momjian [Wed, 25 Jun 1997 21:16:24 +0000 (21:16 +0000)]
MANPATH cleanup.

27 years agofix for initdb --debug core dump, from Tatsuo Ishii
Bruce Momjian [Wed, 25 Jun 1997 21:12:19 +0000 (21:12 +0000)]
fix for initdb --debug core dump, from Tatsuo Ishii

27 years agoTypo changes in tests/ examples.
Bruce Momjian [Wed, 25 Jun 1997 19:59:57 +0000 (19:59 +0000)]
Typo changes in tests/ examples.

27 years agoTest "SET DateStyle TO..." output options.
Thomas G. Lockhart [Mon, 23 Jun 1997 15:08:59 +0000 (15:08 +0000)]
Test "SET DateStyle TO..." output options.

27 years agoAdapt expected output to drop ".00" from datetime seconds field.
Thomas G. Lockhart [Mon, 23 Jun 1997 15:07:54 +0000 (15:07 +0000)]
Adapt expected output to drop ".00" from datetime seconds field.
 This is compatible with abstime formats.

27 years agoTest the "SET DateStyle TO..." date formatting modes.
Thomas G. Lockhart [Mon, 23 Jun 1997 15:05:52 +0000 (15:05 +0000)]
Test the "SET DateStyle TO..." date formatting modes.

27 years agoRemove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME
Thomas G. Lockhart [Mon, 23 Jun 1997 15:03:45 +0000 (15:03 +0000)]
Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME
 #defines.

27 years agoDrop internal routines for formatting time output. Use default formatter.
Thomas G. Lockhart [Mon, 23 Jun 1997 14:58:51 +0000 (14:58 +0000)]
Drop internal routines for formatting time output. Use default formatter.
Add timezone info to abstime2tm().

27 years agoUse the standard date/time encoder rather than strftime() for output.
Thomas G. Lockhart [Mon, 23 Jun 1997 14:56:15 +0000 (14:56 +0000)]
Use the standard date/time encoder rather than strftime() for output.
 This allows use of the DateStyle session variable.

27 years agoModify EncodeDateTime() to suppress trailing ".00" in seconds field.
Thomas G. Lockhart [Mon, 23 Jun 1997 14:50:56 +0000 (14:50 +0000)]
Modify EncodeDateTime() to suppress trailing ".00" in seconds field.
 This matches the behavior of the original formatting for abstime.
Repair datetime + timespan date arithmetic for year boundaries.
 From patch submitted by Dave Skinner.