summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-11-15Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian
1997-11-15Fix problem of COPY before vacuum.Bruce Momjian
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-11-15Fix testing problem when 'current' equal to 'now' for separate insertsThomas G. Lockhart
on fast machines with fast disks. Adjust a few other tests to be more complete.
1997-11-15Add mention of new environment variables for session initialization.Thomas G. Lockhart
Cross-reference libpq(3).
1997-11-14Make flowchart file smaller.Bruce Momjian
1997-11-14Add new psql \da, \do, and \dT options.Bruce Momjian
1997-11-14Set time zone and date style environment variables.Thomas G. Lockhart
Update banner message regarding time zone.
1997-11-14Include flex output in the standard distribution to fix problems withThomas G. Lockhart
old AT&T lexers and exclusive states (Solaris has trouble and probably others).
1997-11-14Supress cleaning scan.c since we will try to include it in the distribution.Thomas G. Lockhart
This should help Solaris and (presumably) other distributions with old AT&T-descended lex programs which can't handle "exclusive states".
1997-11-14Add flag to supress one compiler warning regarding unused "unput" functionThomas G. Lockhart
in flex-specific code.
1997-11-14Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQOThomas G. Lockhart
as initialization environment variables.
1997-11-14Add other initialization environment variables:Thomas G. Lockhart
PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO (PGDATESTYLE, PGTZ already defined)
1997-11-14Reformat parser table (cosmetic only).Thomas G. Lockhart
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian
1997-11-13pg_description cleanup.Bruce Momjian
1997-11-13Add pg_description table for info on tables, columns, operators, types, and ↵Bruce Momjian
aggregates. Modify psql with new \dd operator to access description
1997-11-12File has moved to include/catalog.Bruce Momjian
1997-11-10Remove unnecessary inclusion of <ctype.h>.Thomas G. Lockhart
1997-11-10Add PGTZ environment variable to initialization code.Thomas G. Lockhart
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.
1997-11-10Do a more complete job of supporting time zone information.Thomas G. Lockhart
Try to save pre-existing TZ environment variable if possible. Includes code from Keith Parks.
1997-11-10Change quickdie elog notice to a single message.Thomas G. Lockhart
Clean up FloatExceptionHandler elog message source code.
1997-11-10Change messages regarding "TimeRange" to say that time travel is no longerThomas G. Lockhart
available. Remove lots of #ifdef'd debugging print statements.
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