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 |
|
Thomas G. Lockhart
|
be74113f76
|
Add initial backend support for SET/SHOW/RESET TIME ZONE.
Uses TZ environment variable.
Needs additional schemes for brain-dead SQL92 time offsets.
|
1997-10-30 16:52:11 +00:00 |
|
Thomas G. Lockhart
|
0dd738148c
|
Support SQL92 delimited identifiers by checking some attribute names
for mixed-case and surrounding with double quotes.
|
1997-10-30 16:48:03 +00:00 |
|
Thomas G. Lockhart
|
cc1b420cfd
|
Add routines istrue() and isfalse() to directly evaluate boolean type.
|
1997-10-30 16:45:12 +00:00 |
|
Thomas G. Lockhart
|
770352d279
|
Add support for SQL92 delimited identifiers.
Add support for SQL3 IS TRUE and IS FALSE.
Augment support for SQL92 SET TIME ZONE...
|
1997-10-30 16:39:27 +00:00 |
|
Thomas G. Lockhart
|
0a9be2db9b
|
Add support for delimited identifiers. Include new exclusive state "xd".
Remove unused ScanString variable and code.
|
1997-10-30 16:36:39 +00:00 |
|
Thomas G. Lockhart
|
0175759e17
|
Fix up elog messages for consistant usage of quotes around arguments.
|
1997-10-30 16:34:22 +00:00 |
|
Bruce Momjian
|
80440a51fa
|
Fix for international identifiers, from Tatsuo Ishii
|
1997-10-30 15:28:25 +00:00 |
|
Bruce Momjian
|
06d88ecb17
|
Fix for when POSIX time not defined.
|
1997-10-30 14:06:47 +00:00 |
|
Bruce Momjian
|
1017ddd003
|
Fix for java timestamp type from teunis@sigil.computersupportcentre.com
|
1997-10-30 13:55:41 +00:00 |
|
Vadim B. Mikheev
|
6cfe951a42
|
CREATE PROCEDURAL LANGUAGE mans (Jan).
|
1997-10-30 05:38:20 +00:00 |
|
Bruce Momjian
|
43514b8485
|
Irix LORDER addition.
|
1997-10-30 05:36:38 +00:00 |
|
Bruce Momjian
|
58ed1232f5
|
Fix for netbsd locking, from Henry B. Hotz.
|
1997-10-30 05:24:19 +00:00 |
|
Bruce Momjian
|
e2617c856e
|
Fix for compile warning, from Ernst Molitor.
|
1997-10-30 05:07:58 +00:00 |
|
Bruce Momjian
|
5680f8795f
|
Fix for array handling, from Gerhard Hintermayer
|
1997-10-30 05:00:56 +00:00 |
|
Bruce Momjian
|
1dfde614a4
|
Make configure more automated, from Brook Milligan.
|
1997-10-30 04:46:45 +00:00 |
|
Bruce Momjian
|
cf1bfb3588
|
Fix for perl from Brook Milligan
|
1997-10-30 04:38:30 +00:00 |
|
Bruce Momjian
|
a47158a0e1
|
Add script to check regression tests.
|
1997-10-30 04:27:14 +00:00 |
|
Bruce Momjian
|
c35d7fb835
|
Rename pg_dump -H option to -h.
|
1997-10-30 03:59:59 +00:00 |
|