summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-11-10Clean up path handling esp. when interpreting environment variables.Thomas G. Lockhart
Remove unused old code.
1997-11-10Add errormsg initialization from patch by Keith Parks.Thomas G. Lockhart
1997-11-10Clean up handling of environment variables in path names.Thomas G. Lockhart
1997-11-10Clean up indenting.Bruce Momjian
1997-11-10Fix case issues with quotes.Bruce Momjian
1997-11-10From: "Gillies, Robert" <GilliesR@Nichols.com>Marc G. Fournier
Add: Stratus computer (a fault tolerant Unix box running an Intel I960 processor).
1997-11-10Patch from Goran ThyniBruce Momjian
1997-11-09From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier
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-09From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier
The attached patch makes elog() write the message to stderr if there is no frontend to talk to.
1997-11-09Oops, shouldn't have added that extra, it seems... :)Marc G. Fournier
1997-11-09Add i586-pc-sco3.2v5.0.2 to .similar fileMarc G. Fournier
Pointed out by: Pieter Huyser <pieter@inetsys.alt.za>
1997-11-07new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>Bruce Momjian
1997-11-07Update postmaster manual page.Bruce Momjian
1997-11-07Update of Java driver from Peter Mount.Bruce Momjian
1997-11-07Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian
1997-11-07Include transam.h to get NullTransactionId definedThomas G. Lockhart
for use by recently created macros.
1997-11-07Routines for database initial access info and support.Thomas G. Lockhart
1997-11-07Add database.c for database initial access info and support.Thomas G. Lockhart
1997-11-07Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart
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-07File is created by make from source in ../outputThomas G. Lockhart
1997-11-07Declare routines which support SET keyword = value SQL commands.Thomas G. Lockhart
1997-11-07Enable SET value = DEFAULT by passing null parameter to parsers.Thomas G. Lockhart
Enable SET TIME ZONE using TZ environment variable.
1997-11-07Describe new command to create alternate database locations.Thomas G. Lockhart
1997-11-07Support alternate database locations.Thomas G. Lockhart
1997-11-07Support "with location" capability for database creation.Thomas G. Lockhart
1997-11-07Change error message for rejected input.Thomas G. Lockhart
1997-11-07Change phrasing of input error message.Thomas G. Lockhart
Add istrue() and isfalse() routines to implement SQL3 IS TRUE and IS FALSE.
1997-11-07Support "delimited identifiers" for \d tablename command.Thomas G. Lockhart
This allows mixed-case identifiers if surrounded by double quotes. Add mention of "with location" clause for "create database" in help.
1997-11-07Add "-D location" to specify alternate database location.Thomas G. Lockhart
1997-11-07Add initlocation.Thomas G. Lockhart
1997-11-07Change "more" to "cat" to allow typeahead while making backend.Thomas G. Lockhart
1997-11-07Create alternate location(s) for databases.Thomas G. Lockhart
1997-11-05Remove NOT_USED for Massimo.Bruce Momjian
1997-11-03Remove time travel from manuals.Bruce Momjian
1997-11-03Add paging for \d, and fix \i.Bruce Momjian
1997-11-02Portability fix for pg_passwd.Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-11-01Fix acl error, and remove duplicate pqtrace.Bruce Momjian
1997-10-31Indexes for LIKE and ~, !~ operations.Bruce Momjian
1997-10-30No more warnings on macros, thanks VAdim.Bruce Momjian
1997-10-30Remember release.txt change.Bruce Momjian
1997-10-30Update version to 6.3. dump/reload for 6.1 version users.Bruce Momjian
1997-10-30We have multi-column indexes, so update manual.Bruce Momjian
1997-10-30FIx for SCO compiles.Bruce Momjian
1997-10-30Fix for java to allow password, european dates,from Peter T MountBruce Momjian
1997-10-30FIx for libptcl make, from Tatsuo Ishii.Bruce Momjian
1997-10-30Patch for tcl library crash, from Jan Wieck.Bruce Momjian
1997-10-30Remove duplocate lock_timeout value.Bruce Momjian
1997-10-30Update for modified quoting style in some error messages.Thomas G. Lockhart
1997-10-30Add initial backend support for SET/SHOW/RESET TIME ZONE.Thomas G. Lockhart
Uses TZ environment variable. Needs additional schemes for brain-dead SQL92 time offsets.