Thomas G. Lockhart
2b51c92d30
Clean up handling of environment variables in path names.
1997-11-10 15:14:34 +00:00
Bruce Momjian
725bbde05c
Clean up indenting.
1997-11-10 05:16:00 +00:00
Bruce Momjian
baeb8790ac
Fix case issues with quotes.
1997-11-10 05:10:50 +00:00
Marc G. Fournier
0f367cf8c8
From: "Gillies, Robert" <GilliesR@Nichols.com>
...
Add: Stratus computer (a fault tolerant Unix box running an Intel I960
processor).
1997-11-10 03:31:49 +00:00
Bruce Momjian
50729ac764
Patch from Goran Thyni
1997-11-10 02:21:18 +00:00
Marc G. Fournier
242625f26b
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.
1997-11-09 04:47:09 +00:00
Marc G. Fournier
213d7b1ae3
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.
1997-11-09 04:43:35 +00:00
Marc G. Fournier
8d0fe2d0d4
Oops, shouldn't have added that extra, it seems... :)
1997-11-09 03:58:20 +00:00
Marc G. Fournier
3dfcef7c5f
Add i586-pc-sco3.2v5.0.2 to .similar file
...
Pointed out by: Pieter Huyser <pieter@inetsys.alt.za>
1997-11-09 03:45:39 +00:00
Bruce Momjian
6016148c61
new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>
1997-11-07 21:35:41 +00:00
Bruce Momjian
06a7001350
Update postmaster manual page.
1997-11-07 21:25:07 +00:00
Bruce Momjian
5af43965cf
Update of Java driver from Peter Mount.
1997-11-07 21:07:48 +00:00
Bruce Momjian
c17fa36d3c
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
1997-11-07 20:52:15 +00:00
Bruce Momjian
d3cf6f98c7
Remove .orig files.
1997-11-07 20:41:17 +00:00
Thomas G. Lockhart
27b12bfd54
Include transam.h to get NullTransactionId defined
...
for use by recently created macros.
1997-11-07 18:39:38 +00:00
Thomas G. Lockhart
4676b3034a
Routines for database initial access info and support.
1997-11-07 07:05:46 +00:00
Thomas G. Lockhart
8a7f79c83c
Add database.c for database initial access info and support.
1997-11-07 07:03:37 +00:00
Thomas G. Lockhart
acc2843025
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.
1997-11-07 07:02:10 +00:00
Thomas G. Lockhart
6210dd5264
File is created by make from source in ../output
1997-11-07 06:47:41 +00:00
Thomas G. Lockhart
ea567d2fad
Declare routines which support SET keyword = value SQL commands.
1997-11-07 06:45:16 +00:00
Thomas G. Lockhart
7016678aaf
Enable SET value = DEFAULT by passing null parameter to parsers.
...
Enable SET TIME ZONE using TZ environment variable.
1997-11-07 06:43:16 +00:00
Thomas G. Lockhart
b2905ea43a
Describe new command to create alternate database locations.
1997-11-07 06:40:45 +00:00
Thomas G. Lockhart
7d1f2f8a27
Support alternate database locations.
1997-11-07 06:38:51 +00:00
Thomas G. Lockhart
d98f2f9985
Support "with location" capability for database creation.
1997-11-07 06:33:57 +00:00
Thomas G. Lockhart
6698389349
Change error message for rejected input.
1997-11-07 06:32:05 +00:00
Thomas G. Lockhart
c934ee7859
Change phrasing of input error message.
...
Add istrue() and isfalse() routines to implement SQL3 IS TRUE and IS FALSE.
1997-11-07 06:30:20 +00:00
Thomas G. Lockhart
7e1a8a90f8
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.
1997-11-07 06:27:55 +00:00
Thomas G. Lockhart
c97f6fd197
Add "-D location" to specify alternate database location.
1997-11-07 06:25:25 +00:00
Thomas G. Lockhart
75d5ce28ea
Add initlocation.
1997-11-07 06:24:33 +00:00
Thomas G. Lockhart
7387e88720
Change "more" to "cat" to allow typeahead while making backend.
1997-11-07 06:22:36 +00:00
Thomas G. Lockhart
b5417a39da
Create alternate location(s) for databases.
1997-11-07 06:21:39 +00:00
Bruce Momjian
951986c550
Update of contrib stuff from massimo.
1997-11-05 21:38:25 +00:00
Bruce Momjian
5aaf00f3f3
Remove NOT_USED for Massimo.
1997-11-05 21:18:59 +00:00
Bruce Momjian
f54ab27a41
Remove duplicate text.
1997-11-04 11:30:51 +00:00
Bruce Momjian
7589967613
Remove time travel from manuals.
1997-11-03 04:47:08 +00:00
Bruce Momjian
475a8873b0
Add paging for \d, and fix \i.
1997-11-03 04:21:49 +00:00
Bruce Momjian
89ad327099
Portability fix for pg_passwd.
1997-11-02 18:15:20 +00:00
Vadim B. Mikheev
32cd09ac6d
Good Bye, Time Travel!
1997-11-02 15:27:14 +00:00
Bruce Momjian
6cc0a00dec
Fix acl error, and remove duplicate pqtrace.
1997-11-01 05:21:57 +00:00
Bruce Momjian
1e7ba76e43
Indexes for LIKE and ~, !~ operations.
1997-10-31 00:50:39 +00:00
Bruce Momjian
0308f91cd2
No more warnings on macros, thanks VAdim.
1997-10-30 23:37:01 +00:00
Bruce Momjian
fcb47f8884
Remember release.txt change.
1997-10-30 22:37:28 +00:00
Bruce Momjian
818f2644e9
Update version to 6.3. dump/reload for 6.1 version users.
1997-10-30 22:09:04 +00:00
Bruce Momjian
65c00f7e80
We have multi-column indexes, so update manual.
1997-10-30 18:41:03 +00:00
Bruce Momjian
ef1fc0c90d
FIx for SCO compiles.
1997-10-30 18:31:47 +00:00
Bruce Momjian
0e58306857
Fix for java to allow password, european dates,from Peter T Mount
1997-10-30 18:24:44 +00:00
Bruce Momjian
2cc73c0d42
FIx for libptcl make, from Tatsuo Ishii.
1997-10-30 17:36:58 +00:00
Bruce Momjian
9a8fcee342
Patch for tcl library crash, from Jan Wieck.
1997-10-30 17:29:57 +00:00
Bruce Momjian
9f133d23ff
Remove duplocate lock_timeout value.
1997-10-30 17:23:59 +00:00
Thomas G. Lockhart
e037c351d4
Update for modified quoting style in some error messages.
1997-10-30 16:53:51 +00:00