OSDN Git Service

pg-rex/syncrep.git
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.

26 years agoAdd new html development tools, and flow chart.
Bruce Momjian [Mon, 27 Oct 1997 16:59:20 +0000 (16:59 +0000)]
Add new html development tools, and flow chart.

26 years agoc.h:
Vadim B. Mikheev [Mon, 27 Oct 1997 12:07:13 +0000 (12:07 +0000)]
c.h:
#define StrNCpy(dst,src,len)    \
(strncpy((dst),(src),(len)),(len > 0) ? *((dst)+(len)-1)='\0' : \
NULL,(void)(dst))
     ^^^^^^ - to avoid "value computed is not used" from gcc
in ma-a-any places (should to fix thouse places instead, but ...
time)

config.h.in:
/*
 * TBL_FREE_CMD_MEMORY: free memory allocated for an user query inside
 * transaction block after this query is done.
 */
#define TBL_FREE_CMD_MEMORY
- this is default now.

26 years agoFree ascii representations of compared values!
Vadim B. Mikheev [Mon, 27 Oct 1997 12:00:43 +0000 (12:00 +0000)]
Free ascii representations of compared values!

26 years agoUse shared lock when building indices
Vadim B. Mikheev [Mon, 27 Oct 1997 11:52:43 +0000 (11:52 +0000)]
Use shared lock when building indices

26 years agoFix binary cursors broken by MOVE implementation.
Vadim B. Mikheev [Mon, 27 Oct 1997 08:55:16 +0000 (08:55 +0000)]
Fix binary cursors broken by MOVE implementation.
(Thanks to Bruce for finding what caused problem).

26 years agoModify to reflect changes in boolean input behavior (rejects bad input
Thomas G. Lockhart [Sat, 25 Oct 1997 06:03:08 +0000 (06:03 +0000)]
Modify to reflect changes in boolean input behavior (rejects bad input
 rather than assuming FALSE).

26 years agoRemove extraneous row from user_relns table. Don't know where it came from...
Thomas G. Lockhart [Sat, 25 Oct 1997 06:01:21 +0000 (06:01 +0000)]
Remove extraneous row from user_relns table. Don't know where it came from...

26 years agoHave compiler use 486 instruction set. (Should add item in linux FAQ).
Thomas G. Lockhart [Sat, 25 Oct 1997 05:58:56 +0000 (05:58 +0000)]
Have compiler use 486 instruction set. (Should add item in linux FAQ).

26 years agoAdd SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,
Thomas G. Lockhart [Sat, 25 Oct 1997 05:56:41 +0000 (05:56 +0000)]
Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,
 CURRENT_USER.
Add syntax for primary and foreign keys.
Change optional syntax in CREATE INDEX to avoid parsing conflict with
 TIMESTAMP WITH TIME ZONE data type (use USING <class> rather than WITH...).
Decouple various categories of data type syntax to allow the most possible
 non-ambiguous extensions to SQL92 for column names and labels. This should
 make the parser a bit more understandable, or at least easier to find
 where and how the data types are handled.
Support syntax for IN and EXISTS clauses with subselects.
Support SQL92 syntax for IS TRUE/IS FALSE/IS NOT TRUE/IS NOT FALSE.

26 years agoAdd SQL92 reserved words for primary and foreign keys.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:44:11 +0000 (05:44 +0000)]
Add SQL92 reserved words for primary and foreign keys.
Add keywords for national character types.
Shorted date/time keyword token names for convenience.
Add SQL3 reserved words TRUE and FALSE.

26 years agoAdd conversion routines for int2, int4, and oid to and from text.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:40:43 +0000 (05:40 +0000)]
Add conversion routines for int2, int4, and oid to and from text.
Change a few routine names to ensure <= 16 characters in name
 to fit correctly into pg_proc.

26 years agoChange column number constant to reflect change in column name
Thomas G. Lockhart [Sat, 25 Oct 1997 05:38:52 +0000 (05:38 +0000)]
Change column number constant to reflect change in column name
 from "action" to "ev_action".

26 years agoChange embedded query to reflect column name change from "action"
Thomas G. Lockhart [Sat, 25 Oct 1997 05:37:07 +0000 (05:37 +0000)]
Change embedded query to reflect column name change from "action"
 to "ev_action".

26 years agoRename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform
Thomas G. Lockhart [Sat, 25 Oct 1997 05:34:07 +0000 (05:34 +0000)]
Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform
to changes in parser.

26 years agoReassign cash/float4 arithmetic operator oids to avoid duplicate oids.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:31:55 +0000 (05:31 +0000)]
Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.

26 years agoAdd conversion functions for int2, int4, oid to and from text.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:29:48 +0000 (05:29 +0000)]
Add conversion functions for int2, int4, oid to and from text.
Shorten a few routine names to <= 16 characters long to fit in table.

26 years agoRename column to avoid "action" SQL92 reserved word.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:25:10 +0000 (05:25 +0000)]
Rename column to avoid "action" SQL92 reserved word.

26 years agoShorten routine names to <= 16 characters to fit in pg_proc table.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:22:58 +0000 (05:22 +0000)]
Shorten routine names to <= 16 characters to fit in pg_proc table.

26 years agoAdd conversion routines for oid to and from text.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:21:54 +0000 (05:21 +0000)]
Add conversion routines for oid to and from text.

26 years agoClean up comments.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:21:10 +0000 (05:21 +0000)]
Clean up comments.

26 years agoAdd conversions for int2 and int4 to and from text.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:19:22 +0000 (05:19 +0000)]
Add conversions for int2 and int4 to and from text.

26 years agoFix occasional uninitialized variable fractional seconds
Thomas G. Lockhart [Sat, 25 Oct 1997 05:18:17 +0000 (05:18 +0000)]
Fix occasional uninitialized variable fractional seconds
 in DecodeTimeOnly(). Only present when seconds are not specified
 for input.

26 years agoAdd conversion from datetime to time data type.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:16:09 +0000 (05:16 +0000)]
Add conversion from datetime to time data type.
Rename date+time conversion to datetime to ensure less than 16 characters
 in routine name (required to fit in pg_proc table).

26 years agoModify one last line to complete changes for StrNCpy() macro addition.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:12:38 +0000 (05:12 +0000)]
Modify one last line to complete changes for StrNCpy() macro addition.
Before, char16 was missing last character for output.

26 years agoAdd debugging statement enabled by CASHDEBUG symbol definition.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:11:06 +0000 (05:11 +0000)]
Add debugging statement enabled by CASHDEBUG symbol definition.

26 years agoCheck explicitly for valid input strings for both TRUE and FALSE.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:09:58 +0000 (05:09 +0000)]
Check explicitly for valid input strings for both TRUE and FALSE.
Allow true/false, yes/no, 1/0. Throw elog warning if anything else.
Allow shorter strings, so "t", "tr", "tru" and "true" match "true".
Old behavior accepted anything starting with "t" as TRUE,
 everything else as FALSE.

26 years agoInclude explicit SQL update instructions.
Thomas G. Lockhart [Sat, 25 Oct 1997 05:05:06 +0000 (05:05 +0000)]
Include explicit SQL update instructions.
Should have been here in time for 6.2.1 release...

26 years agoStrNCpy cleanup.
Bruce Momjian [Sat, 25 Oct 1997 02:14:22 +0000 (02:14 +0000)]
StrNCpy cleanup.

26 years agoRename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian [Sat, 25 Oct 1997 01:10:58 +0000 (01:10 +0000)]
Rename strNcpy to StrNCpy, and change third parameter.

26 years agoFix alignment of source.
Bruce Momjian [Fri, 24 Oct 1997 15:51:37 +0000 (15:51 +0000)]
Fix alignment of source.

26 years agoDebug stuff added to BlowawayRelationBuffers().
Vadim B. Mikheev [Wed, 22 Oct 1997 19:04:43 +0000 (19:04 +0000)]
Debug stuff added to BlowawayRelationBuffers().

26 years agoFix multi-column index scans in internal pages.
Vadim B. Mikheev [Wed, 22 Oct 1997 19:02:52 +0000 (19:02 +0000)]
Fix multi-column index scans in internal pages.

26 years agoFix \. in manual page.
Bruce Momjian [Wed, 22 Oct 1997 02:08:38 +0000 (02:08 +0000)]
Fix \. in manual page.

26 years agoUpdate for 6.2.1
Bruce Momjian [Sat, 18 Oct 1997 16:59:06 +0000 (16:59 +0000)]
Update for 6.2.1

26 years agoUpdate for 6.2.1.
Bruce Momjian [Sat, 18 Oct 1997 16:40:53 +0000 (16:40 +0000)]
Update for 6.2.1.

26 years agoUpdate TODO with html changes.
Bruce Momjian [Fri, 17 Oct 1997 14:30:26 +0000 (14:30 +0000)]
Update TODO with html changes.

26 years agoUpdate TODO to reflect new HISTORY file.
Bruce Momjian [Fri, 17 Oct 1997 12:21:56 +0000 (12:21 +0000)]
Update TODO to reflect new HISTORY file.

26 years agoLast (?) updations.
Vadim B. Mikheev [Fri, 17 Oct 1997 11:46:02 +0000 (11:46 +0000)]
Last (?) updations.

26 years agoDEFAULT fixed
Vadim B. Mikheev [Fri, 17 Oct 1997 11:35:33 +0000 (11:35 +0000)]
DEFAULT fixed

26 years agoChanges due to fixed DEFAULT behaviour.
Vadim B. Mikheev [Fri, 17 Oct 1997 09:59:09 +0000 (09:59 +0000)]
Changes due to fixed DEFAULT behaviour.

26 years agoTrigger function for inserting user names.
Vadim B. Mikheev [Fri, 17 Oct 1997 09:55:34 +0000 (09:55 +0000)]
Trigger function for inserting user names.
Install compiled functions into $(LIBDIR)/contrib.
(Thanks to Brook Milligan <brook@trillium.NMSU.Edu>)

26 years agoAccept additional values for TRUE: y, Y, 1.
Thomas G. Lockhart [Fri, 17 Oct 1997 05:38:32 +0000 (05:38 +0000)]
Accept additional values for TRUE: y, Y, 1.
Leave all other input values to return FALSE.
In next version, do more checking for valid inputs for both TRUE and FALSE.

26 years agoFix delta time decoding for 12 AM/PM.
Thomas G. Lockhart [Fri, 17 Oct 1997 05:36:01 +0000 (05:36 +0000)]
Fix delta time decoding for 12 AM/PM.

26 years agoInclude recipe for updating pg_aggregate to fix avg(money) function.
Thomas G. Lockhart [Fri, 17 Oct 1997 05:34:58 +0000 (05:34 +0000)]
Include recipe for updating pg_aggregate to fix avg(money) function.

26 years agoNew function PQcmdTuples.
Bruce Momjian [Fri, 17 Oct 1997 02:11:49 +0000 (02:11 +0000)]
New function PQcmdTuples.

26 years agoUpdates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.
Bruce Momjian [Thu, 16 Oct 1997 17:32:07 +0000 (17:32 +0000)]
Updates for 6.2.1.  Update pgaccess to 0.61.  Add to HISTORY.

26 years agoDROP TRIGGER.
Vadim B. Mikheev [Thu, 16 Oct 1997 06:59:23 +0000 (06:59 +0000)]
DROP TRIGGER.