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