Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-18 | Make \d commands not wrap over 80 cols. | Bruce Momjian | |
1997-11-18 | Add descriptions for types and operators. | Bruce Momjian | |
1997-11-17 | Clean out pgbuiltin now that new psql \d commands exist. | Bruce Momjian | |
1997-11-17 | Fix \e for empty file. | Bruce Momjian | |
1997-11-17 | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian | |
1997-11-17 | Unscramble port selection logic to avoid compiler complaints about | Thomas G. Lockhart | |
uninitialized variables. I _think_ the logic is preserved... | |||
1997-11-17 | Define prototype for ExecutorLimit() to avoid compiler complaints. | Thomas G. Lockhart | |
1997-11-17 | Add DTK_DOY to help decode day of year fields. | Thomas G. Lockhart | |
1997-11-17 | Include first text in some type descriptions (~29 entries). | Thomas G. Lockhart | |
1997-11-17 | Update UNION and subselect syntax. | Thomas G. Lockhart | |
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. | |||
1997-11-17 | Update generated source for scan.l. | Thomas G. Lockhart | |
1997-11-17 | Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F'). | Thomas G. Lockhart | |
Check decoding of integer in x - y syntax (already done for most ints). | |||
1997-11-17 | Use limits.h for INT, SHRT, and SCHAR min and max values rather than | Thomas G. Lockhart | |
hardcoded values. | |||
1997-11-17 | 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 | |
Check valid numeric input more carefully for delta times. Implement day of year as possible input to datetime_part(). | |||
1997-11-17 | Include unistd.h to get read/write function declarations. | Thomas G. Lockhart | |
Remove unused variable addrLen. | |||
1997-11-17 | 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 | |
From: Bryan Henderson <bryanh@giraffe.netgate.net> | |||
1997-11-16 | Re-ordeer new \d command output. | Bruce Momjian | |
1997-11-16 | New \dS psql command. initdb cleanup. | Bruce Momjian | |
1997-11-15 | 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 | |
on fast machines with fast disks. Adjust a few other tests to be more complete. | |||
1997-11-15 | Add mention of new environment variables for session initialization. | Thomas G. Lockhart | |
Cross-reference libpq(3). | |||
1997-11-14 | 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 | |
Update banner message regarding time zone. | |||
1997-11-14 | Include flex output in the standard distribution to fix problems with | Thomas G. Lockhart | |
old AT&T lexers and exclusive states (Solaris has trouble and probably others). | |||
1997-11-14 | Supress cleaning scan.c since we will try to include it in the distribution. | Thomas G. Lockhart | |
This should help Solaris and (presumably) other distributions with old AT&T-descended lex programs which can't handle "exclusive states". | |||
1997-11-14 | Add flag to supress one compiler warning regarding unused "unput" function | Thomas G. Lockhart | |
in flex-specific code. | |||
1997-11-14 | Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO | Thomas G. Lockhart | |
as initialization environment variables. | |||
1997-11-14 | Add other initialization environment variables: | Thomas G. Lockhart | |
PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO (PGDATESTYLE, PGTZ already defined) | |||
1997-11-14 | 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-13 | pg_description cleanup. | Bruce Momjian | |
1997-11-13 | Add pg_description table for info on tables, columns, operators, types, and ↵ | Bruce Momjian | |
aggregates. Modify psql with new \dd operator to access description | |||
1997-11-12 | File has moved to include/catalog. | Bruce Momjian | |
1997-11-10 | Remove unnecessary inclusion of <ctype.h>. | Thomas G. Lockhart | |
1997-11-10 | Add PGTZ environment variable to initialization code. | Thomas G. Lockhart | |
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. | |||
1997-11-10 | Do a more complete job of supporting time zone information. | Thomas G. Lockhart | |
Try to save pre-existing TZ environment variable if possible. Includes code from Keith Parks. | |||
1997-11-10 | Change quickdie elog notice to a single message. | Thomas G. Lockhart | |
Clean up FloatExceptionHandler elog message source code. | |||
1997-11-10 | Change messages regarding "TimeRange" to say that time travel is no longer | Thomas G. Lockhart | |
available. Remove lots of #ifdef'd debugging print statements. | |||
1997-11-10 | Clean up path handling esp. when interpreting environment variables. | Thomas G. Lockhart | |
Remove unused old code. | |||
1997-11-10 | 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 | |