| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 25 | -50/+44 |
| | | |||||
| * | Fix for textcat on varchar() fields. | Bruce Momjian | 1997-11-23 | 1 | -1/+6 |
| | | |||||
| * | Archive cleanups. | Bruce Momjian | 1997-11-21 | 3 | -6/+4 |
| | | |||||
| * | More archive cleanup. | Bruce Momjian | 1997-11-21 | 4 | -28/+7 |
| | | |||||
| * | More archive cleanup. | Bruce Momjian | 1997-11-21 | 4 | -28/+5 |
| | | |||||
| * | Remove unused files. | Bruce Momjian | 1997-11-21 | 5 | -181/+3 |
| | | |||||
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 38 | -790/+158 |
| | | |||||
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 5 | -39/+15 |
| | | |||||
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 66 | -899/+574 |
| | | |||||
| * | Fix socket file permissions, from Goran Thyni. | Bruce Momjian | 1997-11-19 | 1 | -2/+6 |
| | | |||||
| * | Add to .similar file, Tatsuo Ishii | Bruce Momjian | 1997-11-19 | 1 | -0/+1 |
| | | |||||
| * | FIx for unix domain sockets, from Goran Thyni. | Bruce Momjian | 1997-11-19 | 1 | -11/+13 |
| | | |||||
| * | Call ExecEvalExpr with &isDone (not with NULL). | Vadim B. Mikheev | 1997-11-19 | 1 | -1/+1 |
| | | |||||
| * | Change \df order. | Bruce Momjian | 1997-11-19 | 1 | -5/+19 |
| | | |||||
| * | 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 |
| | | | | | uninitialized variables. I _think_ the logic is preserved... | ||||
| * | 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 |
| | | | | | | | | Support SQL92 syntax for type coersion of strings (type 'typeval'). Example: "DATETIME 'now'". This works only for string constants and can not replace the CAST and ::type syntax which behave identically in this context. | ||||
| * | 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 |
| | | | | | Check decoding of integer in x - y syntax (already done for most ints). | ||||
| * | Use limits.h for INT, SHRT, and SCHAR min and max values rather than | Thomas G. Lockhart | 1997-11-17 | 1 | -7/+29 |
| | | | | | hardcoded values. | ||||
| * | 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 |
| | | | | | | 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 | 1 | -2/+2 |
| | | | | | Remove unused variable addrLen. | ||||
| * | 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 |
| | | | | | From: Bryan Henderson <bryanh@giraffe.netgate.net> | ||||
| * | 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 |
| | | | | | | 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 | 1 | -11/+17 |
| | | | | | Cross-reference libpq(3). | ||||
| * | 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 |
| | | | | | Update banner message regarding time zone. | ||||
| * | Include flex output in the standard distribution to fix problems with | Thomas G. Lockhart | 1997-11-14 | 1 | -0/+2104 |
| | | | | | | 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 | 1 | -2/+5 |
| | | | | | | 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 | 1 | -1/+2 |
| | | | | | in flex-specific code. | ||||
| * | Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO | Thomas G. Lockhart | 1997-11-14 | 1 | -1/+39 |
| | | | | | as initialization environment variables. | ||||
