aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Make \d commands not wrap over 80 cols.Bruce Momjian1997-11-18
|
* Add descriptions for types and operators.Bruce Momjian1997-11-18
|
* Clean out pgbuiltin now that new psql \d commands exist.Bruce Momjian1997-11-17
|
* Fix \e for empty file.Bruce Momjian1997-11-17
|
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-17
|
* Unscramble port selection logic to avoid compiler complaints aboutThomas G. Lockhart1997-11-17
| | | | uninitialized variables. I _think_ the logic is preserved...
* Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart1997-11-17
|
* Add DTK_DOY to help decode day of year fields.Thomas G. Lockhart1997-11-17
|
* Include first text in some type descriptions (~29 entries).Thomas G. Lockhart1997-11-17
|
* Update UNION and subselect syntax.Thomas G. Lockhart1997-11-17
| | | | | | | 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. Lockhart1997-11-17
|
* Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').Thomas G. Lockhart1997-11-17
| | | | 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 thanThomas G. Lockhart1997-11-17
| | | | hardcoded values.
* Use SHRT_MIN and SHRT_MAX for 2-byte integer limits.Thomas G. Lockhart1997-11-17
|
* Allow fractional values for delta times (e.g. '2.5 days').Thomas G. Lockhart1997-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. Lockhart1997-11-17
| | | | Remove unused variable addrLen.
* Add storage/ipc.h include file to get read/write function declarations.Thomas G. Lockhart1997-11-17
|
* Fix compiler complaints about mismatched pointer args using coersions.Thomas G. Lockhart1997-11-17
|
* Fix for \e on empty file.Bruce Momjian1997-11-17
|
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-17
| | | | From: Bryan Henderson <bryanh@giraffe.netgate.net>
* Re-ordeer new \d command output.Bruce Momjian1997-11-16
|
* New \dS psql command. initdb cleanup.Bruce Momjian1997-11-16
|
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-15
|
* Fix problem of COPY before vacuum.Bruce Momjian1997-11-15
|
* Add new \df psql option and oid8types() function.Bruce Momjian1997-11-15
|
* Fix testing problem when 'current' equal to 'now' for separate insertsThomas G. Lockhart1997-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. Lockhart1997-11-15
| | | | Cross-reference libpq(3).
* Make flowchart file smaller.Bruce Momjian1997-11-14
|
* Add new psql \da, \do, and \dT options.Bruce Momjian1997-11-14
|
* Set time zone and date style environment variables.Thomas G. Lockhart1997-11-14
| | | | Update banner message regarding time zone.
* Include flex output in the standard distribution to fix problems withThomas G. Lockhart1997-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. Lockhart1997-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" functionThomas G. Lockhart1997-11-14
| | | | in flex-specific code.
* Add mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQOThomas G. Lockhart1997-11-14
| | | | as initialization environment variables.
* Add other initialization environment variables:Thomas G. Lockhart1997-11-14
| | | | | PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO (PGDATESTYLE, PGTZ already defined)
* Reformat parser table (cosmetic only).Thomas G. Lockhart1997-11-14
|
* FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian1997-11-14
|
* FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian1997-11-14
|
* pg_description cleanup.Bruce Momjian1997-11-13
|
* Add pg_description table for info on tables, columns, operators, types, and ↵Bruce Momjian1997-11-13
| | | | aggregates. Modify psql with new \dd operator to access description
* File has moved to include/catalog.Bruce Momjian1997-11-12
|
* Remove unnecessary inclusion of <ctype.h>.Thomas G. Lockhart1997-11-10
|
* Add PGTZ environment variable to initialization code.Thomas G. Lockhart1997-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. Lockhart1997-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. Lockhart1997-11-10
| | | | Clean up FloatExceptionHandler elog message source code.
* Change messages regarding "TimeRange" to say that time travel is no longerThomas G. Lockhart1997-11-10
| | | | | available. Remove lots of #ifdef'd debugging print statements.
* Clean up path handling esp. when interpreting environment variables.Thomas G. Lockhart1997-11-10
| | | | Remove unused old code.
* Add errormsg initialization from patch by Keith Parks.Thomas G. Lockhart1997-11-10
|
* Clean up handling of environment variables in path names.Thomas G. Lockhart1997-11-10
|
* Clean up indenting.Bruce Momjian1997-11-10
|