aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fix for \e on empty file.Bruce Momjian1997-11-17
|
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-17
| | | | From: Bryan Henderson <bryanh@giraffe.netgate.net>
* Re-ordeer new \d command output.Bruce Momjian1997-11-16
|
* New \dS psql command. initdb cleanup.Bruce Momjian1997-11-16
|
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-15
|
* Fix problem of COPY before vacuum.Bruce Momjian1997-11-15
|
* Add new \df psql option and oid8types() function.Bruce Momjian1997-11-15
|
* Fix testing problem when 'current' equal to 'now' for separate insertsThomas G. Lockhart1997-11-15
| | | | | on fast machines with fast disks. Adjust a few other tests to be more complete.
* Add mention of new environment variables for session initialization.Thomas G. Lockhart1997-11-15
| | | | Cross-reference libpq(3).
* Make flowchart file smaller.Bruce Momjian1997-11-14
|
* Add new psql \da, \do, and \dT options.Bruce Momjian1997-11-14
|
* Set time zone and date style environment variables.Thomas G. Lockhart1997-11-14
| | | | Update banner message regarding time zone.
* Include flex output in the standard distribution to fix problems withThomas G. Lockhart1997-11-14
| | | | | old AT&T lexers and exclusive states (Solaris has trouble and probably others).
* Supress cleaning scan.c since we will try to include it in the distribution.Thomas G. Lockhart1997-11-14
| | | | | This should help Solaris and (presumably) other distributions with old AT&T-descended lex programs which can't handle "exclusive states".
* Add flag to supress one compiler warning regarding unused "unput" functionThomas G. Lockhart1997-11-14
| | | | in flex-specific code.
* Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQOThomas G. Lockhart1997-11-14
| | | | as initialization environment variables.
* Add other initialization environment variables:Thomas G. Lockhart1997-11-14
| | | | | PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO (PGDATESTYLE, PGTZ already defined)
* Reformat parser table (cosmetic only).Thomas G. Lockhart1997-11-14
|
* FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian1997-11-14
|
* FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian1997-11-14
|
* pg_description cleanup.Bruce Momjian1997-11-13
|
* Add pg_description table for info on tables, columns, operators, types, and ↵Bruce Momjian1997-11-13
| | | | aggregates. Modify psql with new \dd operator to access description
* File has moved to include/catalog.Bruce Momjian1997-11-12
|
* Remove unnecessary inclusion of <ctype.h>.Thomas G. Lockhart1997-11-10
|
* Add PGTZ environment variable to initialization code.Thomas G. Lockhart1997-11-10
| | | | | | | 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.
* Do a more complete job of supporting time zone information.Thomas G. Lockhart1997-11-10
| | | | | Try to save pre-existing TZ environment variable if possible. Includes code from Keith Parks.
* Change quickdie elog notice to a single message.Thomas G. Lockhart1997-11-10
| | | | Clean up FloatExceptionHandler elog message source code.
* Change messages regarding "TimeRange" to say that time travel is no longerThomas G. Lockhart1997-11-10
| | | | | available. Remove lots of #ifdef'd debugging print statements.
* Clean up path handling esp. when interpreting environment variables.Thomas G. Lockhart1997-11-10
| | | | Remove unused old code.
* Add errormsg initialization from patch by Keith Parks.Thomas G. Lockhart1997-11-10
|
* Clean up handling of environment variables in path names.Thomas G. Lockhart1997-11-10
|
* Clean up indenting.Bruce Momjian1997-11-10
|
* Fix case issues with quotes.Bruce Momjian1997-11-10
|
* From: "Gillies, Robert" <GilliesR@Nichols.com>Marc G. Fournier1997-11-10
| | | | | Add: Stratus computer (a fault tolerant Unix box running an Intel I960 processor).
* Patch from Goran ThyniBruce Momjian1997-11-10
|
* From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier1997-11-09
| | | | | | 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.
* From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier1997-11-09
| | | | | The attached patch makes elog() write the message to stderr if there is no frontend to talk to.
* Oops, shouldn't have added that extra, it seems... :)Marc G. Fournier1997-11-09
|
* Add i586-pc-sco3.2v5.0.2 to .similar fileMarc G. Fournier1997-11-09
| | | | Pointed out by: Pieter Huyser <pieter@inetsys.alt.za>
* new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>Bruce Momjian1997-11-07
|
* Update postmaster manual page.Bruce Momjian1997-11-07
|
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-07
|
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
|
* Include transam.h to get NullTransactionId definedThomas G. Lockhart1997-11-07
| | | | for use by recently created macros.
* Routines for database initial access info and support.Thomas G. Lockhart1997-11-07
|
* Add database.c for database initial access info and support.Thomas G. Lockhart1997-11-07
|
* Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart1997-11-07
| | | | | | | 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.
* File is created by make from source in ../outputThomas G. Lockhart1997-11-07
|
* Declare routines which support SET keyword = value SQL commands.Thomas G. Lockhart1997-11-07
|
* Enable SET value = DEFAULT by passing null parameter to parsers.Thomas G. Lockhart1997-11-07
| | | | Enable SET TIME ZONE using TZ environment variable.