| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up handling of environment variables in path names. | Thomas G. Lockhart | 1997-11-10 | 1 | -1/+5 |
| | | |||||
| * | Clean up indenting. | Bruce Momjian | 1997-11-10 | 5 | -69/+77 |
| | | |||||
| * | Fix case issues with quotes. | Bruce Momjian | 1997-11-10 | 4 | -72/+106 |
| | | |||||
| * | From: "Gillies, Robert" <GilliesR@Nichols.com> | Marc G. Fournier | 1997-11-10 | 1 | -6/+7 |
| | | | | | | Add: Stratus computer (a fault tolerant Unix box running an Intel I960 processor). | ||||
| * | Patch from Goran Thyni | Bruce Momjian | 1997-11-10 | 1 | -16/+15 |
| | | |||||
| * | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-11-09 | 1 | -7/+9 |
| | | | | | | | 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. Fournier | 1997-11-09 | 1 | -1/+7 |
| | | | | | | 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. Fournier | 1997-11-09 | 1 | -1/+0 |
| | | |||||
| * | Add i586-pc-sco3.2v5.0.2 to .similar file | Marc G. Fournier | 1997-11-09 | 1 | -0/+1 |
| | | | | | Pointed out by: Pieter Huyser <pieter@inetsys.alt.za> | ||||
| * | new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us> | Bruce Momjian | 1997-11-07 | 1 | -51/+21 |
| | | |||||
| * | Update postmaster manual page. | Bruce Momjian | 1997-11-07 | 1 | -1/+11 |
| | | |||||
| * | Update of Java driver from Peter Mount. | Bruce Momjian | 1997-11-07 | 7 | -75/+162 |
| | | |||||
| * | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 | 9 | -136/+187 |
| | | |||||
| * | Include transam.h to get NullTransactionId defined | Thomas G. Lockhart | 1997-11-07 | 1 | -1/+2 |
| | | | | | for use by recently created macros. | ||||
| * | Routines for database initial access info and support. | Thomas G. Lockhart | 1997-11-07 | 1 | -0/+279 |
| | | |||||
| * | Add database.c for database initial access info and support. | Thomas G. Lockhart | 1997-11-07 | 1 | -2/+2 |
| | | |||||
| * | Implement CREATE DATABASE/WITH LOCATION=. | Thomas G. Lockhart | 1997-11-07 | 2 | -103/+156 |
| | | | | | | | | 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 ../output | Thomas G. Lockhart | 1997-11-07 | 1 | -502/+0 |
| | | |||||
| * | Declare routines which support SET keyword = value SQL commands. | Thomas G. Lockhart | 1997-11-07 | 1 | -1/+30 |
| | | |||||
| * | Enable SET value = DEFAULT by passing null parameter to parsers. | Thomas G. Lockhart | 1997-11-07 | 1 | -27/+85 |
| | | | | | Enable SET TIME ZONE using TZ environment variable. | ||||
| * | Describe new command to create alternate database locations. | Thomas G. Lockhart | 1997-11-07 | 1 | -0/+33 |
| | | |||||
| * | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 | 8 | -241/+260 |
| | | |||||
| * | Support "with location" capability for database creation. | Thomas G. Lockhart | 1997-11-07 | 2 | -8/+20 |
| | | |||||
| * | Change error message for rejected input. | Thomas G. Lockhart | 1997-11-07 | 1 | -2/+1 |
| | | |||||
| * | Change phrasing of input error message. | Thomas G. Lockhart | 1997-11-07 | 1 | -3/+5 |
| | | | | | Add istrue() and isfalse() routines to implement SQL3 IS TRUE and IS FALSE. | ||||
| * | Support "delimited identifiers" for \d tablename command. | Thomas G. Lockhart | 1997-11-07 | 2 | -8/+18 |
| | | | | | | 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. Lockhart | 1997-11-07 | 1 | -25/+45 |
| | | |||||
| * | Add initlocation. | Thomas G. Lockhart | 1997-11-07 | 1 | -1/+2 |
| | | |||||
| * | Change "more" to "cat" to allow typeahead while making backend. | Thomas G. Lockhart | 1997-11-07 | 1 | -2/+2 |
| | | |||||
| * | Create alternate location(s) for databases. | Thomas G. Lockhart | 1997-11-07 | 3 | -0/+264 |
| | | |||||
| * | Remove NOT_USED for Massimo. | Bruce Momjian | 1997-11-05 | 2 | -7/+4 |
| | | |||||
| * | Remove time travel from manuals. | Bruce Momjian | 1997-11-03 | 1 | -48/+7 |
| | | |||||
| * | Add paging for \d, and fix \i. | Bruce Momjian | 1997-11-03 | 2 | -232/+322 |
| | | |||||
| * | Portability fix for pg_passwd. | Bruce Momjian | 1997-11-02 | 1 | -8/+5 |
| | | |||||
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 36 | -1834/+258 |
| | | |||||
| * | Fix acl error, and remove duplicate pqtrace. | Bruce Momjian | 1997-11-01 | 2 | -18/+11 |
| | | |||||
| * | Indexes for LIKE and ~, !~ operations. | Bruce Momjian | 1997-10-31 | 1 | -3/+174 |
| | | |||||
| * | No more warnings on macros, thanks VAdim. | Bruce Momjian | 1997-10-30 | 2 | -5/+5 |
| | | |||||
| * | Remember release.txt change. | Bruce Momjian | 1997-10-30 | 1 | -0/+1 |
| | | |||||
| * | Update version to 6.3. dump/reload for 6.1 version users. | Bruce Momjian | 1997-10-30 | 1 | -2/+2 |
| | | |||||
| * | We have multi-column indexes, so update manual. | Bruce Momjian | 1997-10-30 | 1 | -9/+2 |
| | | |||||
| * | FIx for SCO compiles. | Bruce Momjian | 1997-10-30 | 1 | -0/+2 |
| | | |||||
| * | Fix for java to allow password, european dates,from Peter T Mount | Bruce Momjian | 1997-10-30 | 4 | -76/+237 |
| | | |||||
| * | FIx for libptcl make, from Tatsuo Ishii. | Bruce Momjian | 1997-10-30 | 1 | -2/+3 |
| | | |||||
| * | Patch for tcl library crash, from Jan Wieck. | Bruce Momjian | 1997-10-30 | 1 | -3/+3 |
| | | |||||
| * | Remove duplocate lock_timeout value. | Bruce Momjian | 1997-10-30 | 1 | -9/+2 |
| | | |||||
| * | Update for modified quoting style in some error messages. | Thomas G. Lockhart | 1997-10-30 | 1 | -3/+3 |
| | | |||||
| * | Add initial backend support for SET/SHOW/RESET TIME ZONE. | Thomas G. Lockhart | 1997-10-30 | 1 | -4/+46 |
| | | | | | | Uses TZ environment variable. Needs additional schemes for brain-dead SQL92 time offsets. | ||||
| * | Support SQL92 delimited identifiers by checking some attribute names | Thomas G. Lockhart | 1997-10-30 | 3 | -29/+59 |
| | | | | | for mixed-case and surrounding with double quotes. | ||||
| * | Add routines istrue() and isfalse() to directly evaluate boolean type. | Thomas G. Lockhart | 1997-10-30 | 3 | -3/+20 |
| | | |||||
