aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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.
* Describe new command to create alternate database locations.Thomas G. Lockhart1997-11-07
|
* Support alternate database locations.Thomas G. Lockhart1997-11-07
|
* Support "with location" capability for database creation.Thomas G. Lockhart1997-11-07
|
* Change error message for rejected input.Thomas G. Lockhart1997-11-07
|
* Change phrasing of input error message.Thomas G. Lockhart1997-11-07
| | | | Add istrue() and isfalse() routines to implement SQL3 IS TRUE and IS FALSE.
* Support "delimited identifiers" for \d tablename command.Thomas G. Lockhart1997-11-07
| | | | | This allows mixed-case identifiers if surrounded by double quotes. Add mention of "with location" clause for "create database" in help.
* Add "-D location" to specify alternate database location.Thomas G. Lockhart1997-11-07
|
* Add initlocation.Thomas G. Lockhart1997-11-07
|
* Change "more" to "cat" to allow typeahead while making backend.Thomas G. Lockhart1997-11-07
|
* Create alternate location(s) for databases.Thomas G. Lockhart1997-11-07
|
* Remove NOT_USED for Massimo.Bruce Momjian1997-11-05
|
* Remove time travel from manuals.Bruce Momjian1997-11-03
|
* Add paging for \d, and fix \i.Bruce Momjian1997-11-03
|
* Portability fix for pg_passwd.Bruce Momjian1997-11-02
|
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
|
* Fix acl error, and remove duplicate pqtrace.Bruce Momjian1997-11-01
|
* Indexes for LIKE and ~, !~ operations.Bruce Momjian1997-10-31
|
* No more warnings on macros, thanks VAdim.Bruce Momjian1997-10-30
|
* Remember release.txt change.Bruce Momjian1997-10-30
|
* Update version to 6.3. dump/reload for 6.1 version users.Bruce Momjian1997-10-30
|
* We have multi-column indexes, so update manual.Bruce Momjian1997-10-30
|
* FIx for SCO compiles.Bruce Momjian1997-10-30
|
* Fix for java to allow password, european dates,from Peter T MountBruce Momjian1997-10-30
|
* FIx for libptcl make, from Tatsuo Ishii.Bruce Momjian1997-10-30
|
* Patch for tcl library crash, from Jan Wieck.Bruce Momjian1997-10-30
|
* Remove duplocate lock_timeout value.Bruce Momjian1997-10-30
|
* Update for modified quoting style in some error messages.Thomas G. Lockhart1997-10-30
|
* Add initial backend support for SET/SHOW/RESET TIME ZONE.Thomas G. Lockhart1997-10-30
| | | | | Uses TZ environment variable. Needs additional schemes for brain-dead SQL92 time offsets.
* Support SQL92 delimited identifiers by checking some attribute namesThomas G. Lockhart1997-10-30
| | | | for mixed-case and surrounding with double quotes.
* Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart1997-10-30
|
* Add support for SQL92 delimited identifiers.Thomas G. Lockhart1997-10-30
| | | | | Add support for SQL3 IS TRUE and IS FALSE. Augment support for SQL92 SET TIME ZONE...
* Add support for delimited identifiers. Include new exclusive state "xd".Thomas G. Lockhart1997-10-30
| | | | Remove unused ScanString variable and code.
* Fix up elog messages for consistant usage of quotes around arguments.Thomas G. Lockhart1997-10-30
|
* Fix for international identifiers, from Tatsuo IshiiBruce Momjian1997-10-30
|
* Fix for when POSIX time not defined.Bruce Momjian1997-10-30
|
* Fix for java timestamp type from teunis@sigil.computersupportcentre.comBruce Momjian1997-10-30
|
* CREATE PROCEDURAL LANGUAGE mans (Jan).Vadim B. Mikheev1997-10-30
|
* Irix LORDER addition.Bruce Momjian1997-10-30
|
* Fix for netbsd locking, from Henry B. Hotz.Bruce Momjian1997-10-30
|
* Fix for compile warning, from Ernst Molitor.Bruce Momjian1997-10-30
|