OSDN Git Service

pg-rex/syncrep.git
26 years agoAdd new \df psql option and oid8types() function.
Bruce Momjian [Sat, 15 Nov 1997 16:32:25 +0000 (16:32 +0000)]
Add new \df psql option and oid8types() function.

26 years agoFix testing problem when 'current' equal to 'now' for separate inserts
Thomas G. Lockhart [Sat, 15 Nov 1997 02:55:57 +0000 (02:55 +0000)]
Fix testing problem when 'current' equal to 'now' for separate inserts
 on fast machines with fast disks.
Adjust a few other tests to be more complete.

26 years agoAdd mention of new environment variables for session initialization.
Thomas G. Lockhart [Sat, 15 Nov 1997 02:47:23 +0000 (02:47 +0000)]
Add mention of new environment variables for session initialization.
Cross-reference libpq(3).

26 years agoMake flowchart file smaller.
Bruce Momjian [Fri, 14 Nov 1997 22:00:32 +0000 (22:00 +0000)]
Make flowchart file smaller.

26 years agoAdd new psql \da, \do, and \dT options.
Bruce Momjian [Fri, 14 Nov 1997 21:38:25 +0000 (21:38 +0000)]
Add new psql \da, \do, and \dT options.

26 years agoSet time zone and date style environment variables.
Thomas G. Lockhart [Fri, 14 Nov 1997 15:57:12 +0000 (15:57 +0000)]
Set time zone and date style environment variables.
Update banner message regarding time zone.

26 years agoInclude flex output in the standard distribution to fix problems with
Thomas G. Lockhart [Fri, 14 Nov 1997 15:50:22 +0000 (15:50 +0000)]
Include flex output in the standard distribution to fix problems with
 old AT&T lexers and exclusive states (Solaris has trouble and probably
 others).

26 years agoSupress cleaning scan.c since we will try to include it in the distribution.
Thomas G. Lockhart [Fri, 14 Nov 1997 15:48:19 +0000 (15:48 +0000)]
Supress cleaning scan.c since we will try to include it in the distribution.
This should help Solaris and (presumably) other distributions with
 old AT&T-descended lex programs which can't handle "exclusive states".

26 years agoAdd flag to supress one compiler warning regarding unused "unput" function
Thomas G. Lockhart [Fri, 14 Nov 1997 15:43:27 +0000 (15:43 +0000)]
Add flag to supress one compiler warning regarding unused "unput" function
 in flex-specific code.

26 years agoAdd mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO
Thomas G. Lockhart [Fri, 14 Nov 1997 15:41:30 +0000 (15:41 +0000)]
Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO
 as initialization environment variables.

26 years agoAdd other initialization environment variables:
Thomas G. Lockhart [Fri, 14 Nov 1997 15:38:31 +0000 (15:38 +0000)]
Add other initialization environment variables:
 PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO
 (PGDATESTYLE, PGTZ already defined)

26 years agoReformat parser table (cosmetic only).
Thomas G. Lockhart [Fri, 14 Nov 1997 15:34:09 +0000 (15:34 +0000)]
Reformat parser table (cosmetic only).

26 years agoFIx for indexing regex stuff. Change rowoid to objoid.
Bruce Momjian [Fri, 14 Nov 1997 06:09:07 +0000 (06:09 +0000)]
FIx for indexing regex stuff.  Change rowoid to objoid.

26 years agoFIx for indexing regex stuff. Change rowoid to objoid.
Bruce Momjian [Fri, 14 Nov 1997 05:57:46 +0000 (05:57 +0000)]
FIx for indexing regex stuff.  Change rowoid to objoid.

26 years agopg_description cleanup.
Bruce Momjian [Thu, 13 Nov 1997 03:36:42 +0000 (03:36 +0000)]
pg_description cleanup.

26 years agoAdd pg_description table for info on tables, columns, operators, types, and aggregate...
Bruce Momjian [Thu, 13 Nov 1997 03:23:18 +0000 (03:23 +0000)]
Add pg_description table for info on tables, columns, operators, types, and aggregates.  Modify psql with new \dd operator to access description

26 years agoFile has moved to include/catalog.
Bruce Momjian [Wed, 12 Nov 1997 03:30:33 +0000 (03:30 +0000)]
File has moved to include/catalog.

26 years agoRemove unnecessary inclusion of <ctype.h>.
Thomas G. Lockhart [Mon, 10 Nov 1997 15:43:26 +0000 (15:43 +0000)]
Remove unnecessary inclusion of <ctype.h>.

26 years agoAdd PGTZ environment variable to initialization code.
Thomas G. Lockhart [Mon, 10 Nov 1997 15:41:58 +0000 (15:41 +0000)]
Add PGTZ environment variable to initialization code.
Rename PG_DATESTYLE to PGDATESTYLE environment variable.
Move environment variable code to a different place so it now works!
Note that regression tests can now run with "setenv PGTZ PST8PDT"
 at the frontend rather than requiring the backend to have TZ set.

26 years agoDo a more complete job of supporting time zone information.
Thomas G. Lockhart [Mon, 10 Nov 1997 15:37:15 +0000 (15:37 +0000)]
Do a more complete job of supporting time zone information.
Try to save pre-existing TZ environment variable if possible.
Includes code from Keith Parks.

26 years agoChange quickdie elog notice to a single message.
Thomas G. Lockhart [Mon, 10 Nov 1997 15:24:56 +0000 (15:24 +0000)]
Change quickdie elog notice to a single message.
Clean up FloatExceptionHandler elog message source code.

26 years agoChange messages regarding "TimeRange" to say that time travel is no longer
Thomas G. Lockhart [Mon, 10 Nov 1997 15:22:36 +0000 (15:22 +0000)]
Change messages regarding "TimeRange" to say that time travel is no longer
available.
Remove lots of #ifdef'd debugging print statements.

26 years agoClean up path handling esp. when interpreting environment variables.
Thomas G. Lockhart [Mon, 10 Nov 1997 15:17:44 +0000 (15:17 +0000)]
Clean up path handling esp. when interpreting environment variables.
Remove unused old code.

26 years agoAdd errormsg initialization from patch by Keith Parks.
Thomas G. Lockhart [Mon, 10 Nov 1997 15:15:40 +0000 (15:15 +0000)]
Add errormsg initialization from patch by Keith Parks.

26 years agoClean up handling of environment variables in path names.
Thomas G. Lockhart [Mon, 10 Nov 1997 15:14:34 +0000 (15:14 +0000)]
Clean up handling of environment variables in path names.

26 years agoClean up indenting.
Bruce Momjian [Mon, 10 Nov 1997 05:16:00 +0000 (05:16 +0000)]
Clean up indenting.

26 years agoFix case issues with quotes.
Bruce Momjian [Mon, 10 Nov 1997 05:10:50 +0000 (05:10 +0000)]
Fix case issues with quotes.

26 years agoFrom: "Gillies, Robert" <GilliesR@Nichols.com>
Marc G. Fournier [Mon, 10 Nov 1997 03:31:49 +0000 (03:31 +0000)]
From: "Gillies, Robert" <GilliesR@Nichols.com>

Add: Stratus computer (a fault tolerant Unix box running an Intel I960
processor).

26 years agoPatch from Goran Thyni
Bruce Momjian [Mon, 10 Nov 1997 02:21:18 +0000 (02:21 +0000)]
Patch from Goran Thyni

26 years agoFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
Marc G. Fournier [Sun, 9 Nov 1997 04:47:09 +0000 (04:47 +0000)]
From: Bryan Henderson <bryanh@giraffe.netgate.net>

My analysis of the formerly mentioned IPC reinitialization problem was
hampered by an imprecise error message.  I have rewritten it so it is
clearer and more accurate.

26 years agoFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
Marc G. Fournier [Sun, 9 Nov 1997 04:43:35 +0000 (04:43 +0000)]
From: Bryan Henderson <bryanh@giraffe.netgate.net>

The attached patch makes elog() write the message to stderr if there is
no frontend to talk to.

26 years agoOops, shouldn't have added that extra, it seems... :)
Marc G. Fournier [Sun, 9 Nov 1997 03:58:20 +0000 (03:58 +0000)]
Oops, shouldn't have added that extra, it seems... :)

26 years agoAdd i586-pc-sco3.2v5.0.2 to .similar file
Marc G. Fournier [Sun, 9 Nov 1997 03:45:39 +0000 (03:45 +0000)]
Add i586-pc-sco3.2v5.0.2 to .similar file

Pointed out by: Pieter Huyser <pieter@inetsys.alt.za>

26 years agonew alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>
Bruce Momjian [Fri, 7 Nov 1997 21:35:41 +0000 (21:35 +0000)]
new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>

26 years agoUpdate postmaster manual page.
Bruce Momjian [Fri, 7 Nov 1997 21:25:07 +0000 (21:25 +0000)]
Update postmaster manual page.

26 years agoUpdate of Java driver from Peter Mount.
Bruce Momjian [Fri, 7 Nov 1997 21:07:48 +0000 (21:07 +0000)]
Update of Java driver from Peter Mount.

26 years agoAdd Unix domain socket support, from Goran Thyni, goran@bildbasen.se
Bruce Momjian [Fri, 7 Nov 1997 20:52:15 +0000 (20:52 +0000)]
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se

26 years agoRemove .orig files.
Bruce Momjian [Fri, 7 Nov 1997 20:41:17 +0000 (20:41 +0000)]
Remove .orig files.

26 years agoInclude transam.h to get NullTransactionId defined
Thomas G. Lockhart [Fri, 7 Nov 1997 18:39:38 +0000 (18:39 +0000)]
Include transam.h to get NullTransactionId defined
 for use by recently created macros.

26 years agoRoutines for database initial access info and support.
Thomas G. Lockhart [Fri, 7 Nov 1997 07:05:46 +0000 (07:05 +0000)]
Routines for database initial access info and support.

26 years agoAdd database.c for database initial access info and support.
Thomas G. Lockhart [Fri, 7 Nov 1997 07:03:37 +0000 (07:03 +0000)]
Add database.c for database initial access info and support.

26 years agoImplement CREATE DATABASE/WITH LOCATION=.
Thomas G. Lockhart [Fri, 7 Nov 1997 07:02:10 +0000 (07:02 +0000)]
Implement CREATE DATABASE/WITH LOCATION=.
Implement SET keyword = DEFAULT and SET TIME ZONE DEFAULT.
Re-enable JOIN= option in CREATE OPERATOR statement (damaged for v6.2).
Allow more SQL and/or Postgres reserved words as column identifiers
 or, if there are shift/reduce problems, at least as column labels.

26 years agoFile is created by make from source in ../output
Thomas G. Lockhart [Fri, 7 Nov 1997 06:47:41 +0000 (06:47 +0000)]
File is created by make from source in ../output

26 years agoDeclare routines which support SET keyword = value SQL commands.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:45:16 +0000 (06:45 +0000)]
Declare routines which support SET keyword = value SQL commands.

26 years agoEnable SET value = DEFAULT by passing null parameter to parsers.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:43:16 +0000 (06:43 +0000)]
Enable SET value = DEFAULT by passing null parameter to parsers.
Enable SET TIME ZONE using TZ environment variable.

26 years agoDescribe new command to create alternate database locations.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:40:45 +0000 (06:40 +0000)]
Describe new command to create alternate database locations.

26 years agoSupport alternate database locations.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:38:51 +0000 (06:38 +0000)]
Support alternate database locations.

26 years agoSupport "with location" capability for database creation.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:33:57 +0000 (06:33 +0000)]
Support "with location" capability for database creation.

26 years agoChange error message for rejected input.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:32:05 +0000 (06:32 +0000)]
Change error message for rejected input.

26 years agoChange phrasing of input error message.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:30:20 +0000 (06:30 +0000)]
Change phrasing of input error message.
Add istrue() and isfalse() routines to implement SQL3 IS TRUE and IS FALSE.

26 years agoSupport "delimited identifiers" for \d tablename command.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:27:55 +0000 (06:27 +0000)]
Support "delimited identifiers" for \d tablename command.
 This allows mixed-case identifiers if surrounded by double quotes.
Add mention of "with location" clause for "create database" in help.

26 years agoAdd "-D location" to specify alternate database location.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:25:25 +0000 (06:25 +0000)]
Add "-D location" to specify alternate database location.

26 years agoAdd initlocation.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:24:33 +0000 (06:24 +0000)]
Add initlocation.

26 years agoChange "more" to "cat" to allow typeahead while making backend.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:22:36 +0000 (06:22 +0000)]
Change "more" to "cat" to allow typeahead while making backend.

26 years agoCreate alternate location(s) for databases.
Thomas G. Lockhart [Fri, 7 Nov 1997 06:21:39 +0000 (06:21 +0000)]
Create alternate location(s) for databases.

26 years agoUpdate of contrib stuff from massimo.
Bruce Momjian [Wed, 5 Nov 1997 21:38:25 +0000 (21:38 +0000)]
Update of contrib stuff from massimo.

26 years agoRemove NOT_USED for Massimo.
Bruce Momjian [Wed, 5 Nov 1997 21:18:59 +0000 (21:18 +0000)]
Remove NOT_USED for Massimo.

26 years agoRemove duplicate text.
Bruce Momjian [Tue, 4 Nov 1997 11:30:51 +0000 (11:30 +0000)]
Remove duplicate text.

26 years agoRemove time travel from manuals.
Bruce Momjian [Mon, 3 Nov 1997 04:47:08 +0000 (04:47 +0000)]
Remove time travel from manuals.

26 years agoAdd paging for \d, and fix \i.
Bruce Momjian [Mon, 3 Nov 1997 04:21:49 +0000 (04:21 +0000)]
Add paging for \d, and fix \i.

26 years agoPortability fix for pg_passwd.
Bruce Momjian [Sun, 2 Nov 1997 18:15:20 +0000 (18:15 +0000)]
Portability fix for pg_passwd.

26 years agoGood Bye, Time Travel!
Vadim B. Mikheev [Sun, 2 Nov 1997 15:27:14 +0000 (15:27 +0000)]
Good Bye, Time Travel!

26 years agoFix acl error, and remove duplicate pqtrace.
Bruce Momjian [Sat, 1 Nov 1997 05:21:57 +0000 (05:21 +0000)]
Fix acl error, and remove duplicate pqtrace.

26 years agoIndexes for LIKE and ~, !~ operations.
Bruce Momjian [Fri, 31 Oct 1997 00:50:39 +0000 (00:50 +0000)]
Indexes for LIKE and ~, !~ operations.

26 years agoNo more warnings on macros, thanks VAdim.
Bruce Momjian [Thu, 30 Oct 1997 23:37:01 +0000 (23:37 +0000)]
No more warnings on macros, thanks VAdim.

26 years agoRemember release.txt change.
Bruce Momjian [Thu, 30 Oct 1997 22:37:28 +0000 (22:37 +0000)]
Remember release.txt change.

26 years agoUpdate version to 6.3. dump/reload for 6.1 version users.
Bruce Momjian [Thu, 30 Oct 1997 22:09:04 +0000 (22:09 +0000)]
Update version to 6.3.  dump/reload for 6.1 version users.

26 years agoWe have multi-column indexes, so update manual.
Bruce Momjian [Thu, 30 Oct 1997 18:41:03 +0000 (18:41 +0000)]
We have multi-column indexes, so update manual.

26 years agoFIx for SCO compiles.
Bruce Momjian [Thu, 30 Oct 1997 18:31:47 +0000 (18:31 +0000)]
FIx for SCO compiles.

26 years agoFix for java to allow password, european dates,from Peter T Mount
Bruce Momjian [Thu, 30 Oct 1997 18:24:44 +0000 (18:24 +0000)]
Fix for java to allow password, european dates,from Peter T Mount

26 years agoFIx for libptcl make, from Tatsuo Ishii.
Bruce Momjian [Thu, 30 Oct 1997 17:36:58 +0000 (17:36 +0000)]
FIx for libptcl make, from Tatsuo Ishii.

26 years agoPatch for tcl library crash, from Jan Wieck.
Bruce Momjian [Thu, 30 Oct 1997 17:29:57 +0000 (17:29 +0000)]
Patch for tcl library crash, from Jan Wieck.

26 years agoRemove duplocate lock_timeout value.
Bruce Momjian [Thu, 30 Oct 1997 17:23:59 +0000 (17:23 +0000)]
Remove duplocate lock_timeout value.

26 years agoUpdate for modified quoting style in some error messages.
Thomas G. Lockhart [Thu, 30 Oct 1997 16:53:51 +0000 (16:53 +0000)]
Update for modified quoting style in some error messages.

26 years agoAdd initial backend support for SET/SHOW/RESET TIME ZONE.
Thomas G. Lockhart [Thu, 30 Oct 1997 16:52:11 +0000 (16:52 +0000)]
Add initial backend support for SET/SHOW/RESET TIME ZONE.
 Uses TZ environment variable.
 Needs additional schemes for brain-dead SQL92 time offsets.

26 years agoSupport SQL92 delimited identifiers by checking some attribute names
Thomas G. Lockhart [Thu, 30 Oct 1997 16:48:03 +0000 (16:48 +0000)]
Support SQL92 delimited identifiers by checking some attribute names
 for mixed-case and surrounding with double quotes.

26 years agoAdd routines istrue() and isfalse() to directly evaluate boolean type.
Thomas G. Lockhart [Thu, 30 Oct 1997 16:45:12 +0000 (16:45 +0000)]
Add routines istrue() and isfalse() to directly evaluate boolean type.

26 years agoAdd support for SQL92 delimited identifiers.
Thomas G. Lockhart [Thu, 30 Oct 1997 16:39:27 +0000 (16:39 +0000)]
Add support for SQL92 delimited identifiers.
Add support for SQL3 IS TRUE and IS FALSE.
Augment support for SQL92 SET TIME ZONE...

26 years agoAdd support for delimited identifiers. Include new exclusive state "xd".
Thomas G. Lockhart [Thu, 30 Oct 1997 16:36:39 +0000 (16:36 +0000)]
Add support for delimited identifiers. Include new exclusive state "xd".
Remove unused ScanString variable and code.

26 years agoFix up elog messages for consistant usage of quotes around arguments.
Thomas G. Lockhart [Thu, 30 Oct 1997 16:34:22 +0000 (16:34 +0000)]
Fix up elog messages for consistant usage of quotes around arguments.

26 years agoFix for international identifiers, from Tatsuo Ishii
Bruce Momjian [Thu, 30 Oct 1997 15:28:25 +0000 (15:28 +0000)]
Fix for international identifiers, from Tatsuo Ishii

26 years agoFix for when POSIX time not defined.
Bruce Momjian [Thu, 30 Oct 1997 14:06:47 +0000 (14:06 +0000)]
Fix for when POSIX time not defined.

26 years agoFix for java timestamp type from teunis@sigil.computersupportcentre.com
Bruce Momjian [Thu, 30 Oct 1997 13:55:41 +0000 (13:55 +0000)]
Fix for java timestamp type from teunis@sigil.computersupportcentre.com

26 years agoCREATE PROCEDURAL LANGUAGE mans (Jan).
Vadim B. Mikheev [Thu, 30 Oct 1997 05:38:20 +0000 (05:38 +0000)]
CREATE PROCEDURAL LANGUAGE mans (Jan).

26 years agoIrix LORDER addition.
Bruce Momjian [Thu, 30 Oct 1997 05:36:38 +0000 (05:36 +0000)]
Irix LORDER addition.

26 years agoFix for netbsd locking, from Henry B. Hotz.
Bruce Momjian [Thu, 30 Oct 1997 05:24:19 +0000 (05:24 +0000)]
Fix for netbsd locking, from Henry B. Hotz.

26 years agoFix for compile warning, from Ernst Molitor.
Bruce Momjian [Thu, 30 Oct 1997 05:07:58 +0000 (05:07 +0000)]
Fix for compile warning, from Ernst Molitor.

26 years agoFix for array handling, from Gerhard Hintermayer
Bruce Momjian [Thu, 30 Oct 1997 05:00:56 +0000 (05:00 +0000)]
Fix for array handling, from Gerhard Hintermayer

26 years agoMake configure more automated, from Brook Milligan.
Bruce Momjian [Thu, 30 Oct 1997 04:46:45 +0000 (04:46 +0000)]
Make configure more automated, from Brook Milligan.

26 years agoFix for perl from Brook Milligan
Bruce Momjian [Thu, 30 Oct 1997 04:38:30 +0000 (04:38 +0000)]
Fix for perl from Brook Milligan

26 years agoAdd script to check regression tests.
Bruce Momjian [Thu, 30 Oct 1997 04:27:14 +0000 (04:27 +0000)]
Add script to check regression tests.

26 years agoRename pg_dump -H option to -h.
Bruce Momjian [Thu, 30 Oct 1997 03:59:59 +0000 (03:59 +0000)]
Rename pg_dump -H option to -h.

26 years agoAIX patch from Darren King.
Bruce Momjian [Thu, 30 Oct 1997 03:37:28 +0000 (03:37 +0000)]
AIX patch from Darren King.

26 years agoRemove strcasecmp for univel.
Bruce Momjian [Thu, 30 Oct 1997 03:28:18 +0000 (03:28 +0000)]
Remove strcasecmp for univel.

26 years agoGenerate error on large integer.
Bruce Momjian [Thu, 30 Oct 1997 01:55:49 +0000 (01:55 +0000)]
Generate error on large integer.

26 years agoNew backend_dir html source.
Bruce Momjian [Wed, 29 Oct 1997 23:48:18 +0000 (23:48 +0000)]
New backend_dir html source.

26 years agoAdded support for shlib for BSD44_derived & i386_solaris.
Vadim B. Mikheev [Tue, 28 Oct 1997 15:13:10 +0000 (15:13 +0000)]
Added support for shlib for BSD44_derived & i386_solaris.

26 years agoNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).
Vadim B. Mikheev [Tue, 28 Oct 1997 15:11:45 +0000 (15:11 +0000)]
Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).

26 years agoRename postgres95 to postgresql.
Bruce Momjian [Tue, 28 Oct 1997 03:20:31 +0000 (03:20 +0000)]
Rename postgres95 to postgresql.

26 years agoNew backend dirs html file.
Bruce Momjian [Mon, 27 Oct 1997 17:53:38 +0000 (17:53 +0000)]
New backend dirs html file.