| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stuff that is now in psql \d. | Bruce Momjian | 1997-11-18 | 1 | -195/+41 |
* | Get rid of unused variable 'address'. | Vadim B. Mikheev | 1997-11-18 | 1 | -3/+1 |
* | Make \d commands not wrap over 80 cols. | Bruce Momjian | 1997-11-18 | 2 | -44/+40 |
* | Add descriptions for types and operators. | Bruce Momjian | 1997-11-18 | 2 | -558/+507 |
* | Clean out pgbuiltin now that new psql \d commands exist. | Bruce Momjian | 1997-11-17 | 2 | -626/+20 |
* | Fix \e for empty file. | Bruce Momjian | 1997-11-17 | 1 | -3/+3 |
* | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian | 1997-11-17 | 8 | -58/+46 |
* | Unscramble port selection logic to avoid compiler complaints about | Thomas G. Lockhart | 1997-11-17 | 1 | -33/+31 |
* | Define prototype for ExecutorLimit() to avoid compiler complaints. | Thomas G. Lockhart | 1997-11-17 | 1 | -1/+3 |
* | Add DTK_DOY to help decode day of year fields. | Thomas G. Lockhart | 1997-11-17 | 1 | -3/+6 |
* | Include first text in some type descriptions (~29 entries). | Thomas G. Lockhart | 1997-11-17 | 1 | -31/+31 |
* | Update UNION and subselect syntax. | Thomas G. Lockhart | 1997-11-17 | 1 | -12/+27 |
* | Update generated source for scan.l. | Thomas G. Lockhart | 1997-11-17 | 1 | -220/+327 |
* | Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F'). | Thomas G. Lockhart | 1997-11-17 | 1 | -2/+64 |
* | Use limits.h for INT, SHRT, and SCHAR min and max values rather than | Thomas G. Lockhart | 1997-11-17 | 1 | -7/+29 |
* | Use SHRT_MIN and SHRT_MAX for 2-byte integer limits. | Thomas G. Lockhart | 1997-11-17 | 1 | -5/+15 |
* | Allow fractional values for delta times (e.g. '2.5 days'). | Thomas G. Lockhart | 1997-11-17 | 1 | -14/+54 |
* | Include unistd.h to get read/write function declarations. | Thomas G. Lockhart | 1997-11-17 | 1 | -2/+2 |
* | Add storage/ipc.h include file to get read/write function declarations. | Thomas G. Lockhart | 1997-11-17 | 1 | -2/+3 |
* | Fix compiler complaints about mismatched pointer args using coersions. | Thomas G. Lockhart | 1997-11-17 | 1 | -3/+5 |
* | Fix for \e on empty file. | Bruce Momjian | 1997-11-17 | 1 | -2/+2 |
* | Apply Bryan's IPC Patches | Marc G. Fournier | 1997-11-17 | 2 | -19/+56 |
* | Re-ordeer new \d command output. | Bruce Momjian | 1997-11-16 | 1 | -19/+24 |
* | New \dS psql command. initdb cleanup. | Bruce Momjian | 1997-11-16 | 7 | -37/+34 |
* | Remove pg_magic, defaults, server, hosts, and demon tables. unused. | Bruce Momjian | 1997-11-15 | 15 | -386/+27 |
* | Fix problem of COPY before vacuum. | Bruce Momjian | 1997-11-15 | 2 | -7/+10 |
* | Add new \df psql option and oid8types() function. | Bruce Momjian | 1997-11-15 | 5 | -6/+101 |
* | Fix testing problem when 'current' equal to 'now' for separate inserts | Thomas G. Lockhart | 1997-11-15 | 2 | -12/+41 |
* | Add mention of new environment variables for session initialization. | Thomas G. Lockhart | 1997-11-15 | 1 | -11/+17 |
* | Make flowchart file smaller. | Bruce Momjian | 1997-11-14 | 3 | -1/+1 |
* | Add new psql \da, \do, and \dT options. | Bruce Momjian | 1997-11-14 | 5 | -51/+106 |
* | Set time zone and date style environment variables. | Thomas G. Lockhart | 1997-11-14 | 1 | -6/+7 |
* | Include flex output in the standard distribution to fix problems with | Thomas G. Lockhart | 1997-11-14 | 1 | -0/+2104 |
* | Supress cleaning scan.c since we will try to include it in the distribution. | Thomas G. Lockhart | 1997-11-14 | 1 | -2/+5 |
* | Add flag to supress one compiler warning regarding unused "unput" function | Thomas G. Lockhart | 1997-11-14 | 1 | -1/+2 |
* | Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO | Thomas G. Lockhart | 1997-11-14 | 1 | -1/+39 |
* | Add other initialization environment variables: | Thomas G. Lockhart | 1997-11-14 | 1 | -4/+14 |
* | Reformat parser table (cosmetic only). | Thomas G. Lockhart | 1997-11-14 | 1 | -22/+8 |
* | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian | 1997-11-14 | 1 | -2/+2 |
* | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian | 1997-11-14 | 4 | -83/+20 |
* | pg_description cleanup. | Bruce Momjian | 1997-11-13 | 2 | -5/+5 |
* | Add pg_description table for info on tables, columns, operators, types, and a... | Bruce Momjian | 1997-11-13 | 16 | -51/+1890 |
* | File has moved to include/catalog. | Bruce Momjian | 1997-11-12 | 1 | -0/+0 |
* | Remove unnecessary inclusion of <ctype.h>. | Thomas G. Lockhart | 1997-11-10 | 1 | -3/+1 |
* | Add PGTZ environment variable to initialization code. | Thomas G. Lockhart | 1997-11-10 | 1 | -29/+41 |
* | Do a more complete job of supporting time zone information. | Thomas G. Lockhart | 1997-11-10 | 1 | -1/+6 |
* | Change quickdie elog notice to a single message. | Thomas G. Lockhart | 1997-11-10 | 2 | -27/+54 |
* | Change messages regarding "TimeRange" to say that time travel is no longer | Thomas G. Lockhart | 1997-11-10 | 1 | -64/+11 |
* | Clean up path handling esp. when interpreting environment variables. | Thomas G. Lockhart | 1997-11-10 | 1 | -35/+11 |
* | Add errormsg initialization from patch by Keith Parks. | Thomas G. Lockhart | 1997-11-10 | 1 | -1/+3 |