Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use SHRT_MIN and SHRT_MAX for 2-byte integer limits. | Thomas G. Lockhart | 1997-11-17 |
| | |||
* | Allow fractional values for delta times (e.g. '2.5 days'). | Thomas G. Lockhart | 1997-11-17 |
| | | | | | Check valid numeric input more carefully for delta times. Implement day of year as possible input to datetime_part(). | ||
* | Include unistd.h to get read/write function declarations. | Thomas G. Lockhart | 1997-11-17 |
| | | | | Remove unused variable addrLen. | ||
* | Add storage/ipc.h include file to get read/write function declarations. | Thomas G. Lockhart | 1997-11-17 |
| | |||
* | Fix compiler complaints about mismatched pointer args using coersions. | Thomas G. Lockhart | 1997-11-17 |
| | |||
* | Fix for \e on empty file. | Bruce Momjian | 1997-11-17 |
| | |||
* | Apply Bryan's IPC Patches | Marc G. Fournier | 1997-11-17 |
| | | | | From: Bryan Henderson <bryanh@giraffe.netgate.net> | ||
* | Re-ordeer new \d command output. | Bruce Momjian | 1997-11-16 |
| | |||
* | New \dS psql command. initdb cleanup. | Bruce Momjian | 1997-11-16 |
| | |||
* | Remove pg_magic, defaults, server, hosts, and demon tables. unused. | Bruce Momjian | 1997-11-15 |
| | |||
* | Fix problem of COPY before vacuum. | Bruce Momjian | 1997-11-15 |
| | |||
* | Add new \df psql option and oid8types() function. | Bruce Momjian | 1997-11-15 |
| | |||
* | Fix testing problem when 'current' equal to 'now' for separate inserts | Thomas G. Lockhart | 1997-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. Lockhart | 1997-11-15 |
| | | | | Cross-reference libpq(3). | ||
* | Make flowchart file smaller. | Bruce Momjian | 1997-11-14 |
| | |||
* | Add new psql \da, \do, and \dT options. | Bruce Momjian | 1997-11-14 |
| | |||
* | Set time zone and date style environment variables. | Thomas G. Lockhart | 1997-11-14 |
| | | | | Update banner message regarding time zone. | ||
* | Include flex output in the standard distribution to fix problems with | Thomas G. Lockhart | 1997-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. Lockhart | 1997-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" function | Thomas G. Lockhart | 1997-11-14 |
| | | | | in flex-specific code. | ||
* | Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO | Thomas G. Lockhart | 1997-11-14 |
| | | | | as initialization environment variables. | ||
* | Add other initialization environment variables: | Thomas G. Lockhart | 1997-11-14 |
| | | | | | PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO (PGDATESTYLE, PGTZ already defined) | ||
* | Reformat parser table (cosmetic only). | Thomas G. Lockhart | 1997-11-14 |
| | |||
* | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian | 1997-11-14 |
| | |||
* | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian | 1997-11-14 |
| | |||
* | pg_description cleanup. | Bruce Momjian | 1997-11-13 |
| | |||
* | Add pg_description table for info on tables, columns, operators, types, and ↵ | Bruce Momjian | 1997-11-13 |
| | | | | aggregates. Modify psql with new \dd operator to access description | ||
* | File has moved to include/catalog. | Bruce Momjian | 1997-11-12 |
| | |||
* | Remove unnecessary inclusion of <ctype.h>. | Thomas G. Lockhart | 1997-11-10 |
| | |||
* | Add PGTZ environment variable to initialization code. | Thomas G. Lockhart | 1997-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. Lockhart | 1997-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. Lockhart | 1997-11-10 |
| | | | | Clean up FloatExceptionHandler elog message source code. | ||
* | Change messages regarding "TimeRange" to say that time travel is no longer | Thomas G. Lockhart | 1997-11-10 |
| | | | | | available. Remove lots of #ifdef'd debugging print statements. | ||
* | Clean up path handling esp. when interpreting environment variables. | Thomas G. Lockhart | 1997-11-10 |
| | | | | Remove unused old code. | ||
* | Add errormsg initialization from patch by Keith Parks. | Thomas G. Lockhart | 1997-11-10 |
| | |||
* | Clean up handling of environment variables in path names. | Thomas G. Lockhart | 1997-11-10 |
| | |||
* | Clean up indenting. | Bruce Momjian | 1997-11-10 |
| | |||
* | Fix case issues with quotes. | Bruce Momjian | 1997-11-10 |
| | |||
* | From: "Gillies, Robert" <GilliesR@Nichols.com> | Marc G. Fournier | 1997-11-10 |
| | | | | | Add: Stratus computer (a fault tolerant Unix box running an Intel I960 processor). | ||
* | Patch from Goran Thyni | Bruce Momjian | 1997-11-10 |
| | |||
* | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-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. Fournier | 1997-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. Fournier | 1997-11-09 |
| | |||
* | Add i586-pc-sco3.2v5.0.2 to .similar file | Marc G. Fournier | 1997-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 Momjian | 1997-11-07 |
| | |||
* | Update postmaster manual page. | Bruce Momjian | 1997-11-07 |
| | |||
* | Update of Java driver from Peter Mount. | Bruce Momjian | 1997-11-07 |
| | |||
* | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 |
| | |||
* | Include transam.h to get NullTransactionId defined | Thomas G. Lockhart | 1997-11-07 |
| | | | | for use by recently created macros. | ||
* | Routines for database initial access info and support. | Thomas G. Lockhart | 1997-11-07 |
| |