summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian1997-12-291-2/+7
* Prototypes for new funcs.Vadim B. Mikheev1997-12-261-4/+11
* Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian1997-12-231-6/+6
* Fix notty output to show status result. -q option still turns it off.Bruce Momjian1997-12-221-5/+3
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-1/+1
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-091-3/+3
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-062-5/+5
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-051-3/+3
* I found one other change that I would like to make to theMarc G. Fournier1997-12-051-2/+2
* Incorporate patch from Matt(maycock@intelliquest.com) for dumping ACLsMarc G. Fournier1997-12-042-7/+135
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-042-2/+18
* Fix pg_dump, and libpq changes.Bruce Momjian1997-12-011-2/+4
* Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian1997-12-011-30/+28
* Fix for \dd on types.Bruce Momjian1997-11-301-1/+2
* \dd fix.Bruce Momjian1997-11-261-2/+3
* Change heading.Bruce Momjian1997-11-241-3/+3
* Cleanup wrapping in \d commands.Bruce Momjian1997-11-241-5/+5
* Move descriptions to pg_proc, add descriptions.Bruce Momjian1997-11-241-4/+4
* More archive cleanup.Bruce Momjian1997-11-211-12/+1
* Remove archive stuff.Bruce Momjian1997-11-213-57/+5
* Change \df order.Bruce Momjian1997-11-191-5/+19
* Make \d commands not wrap over 80 cols.Bruce Momjian1997-11-181-9/+5
* Clean out pgbuiltin now that new psql \d commands exist.Bruce Momjian1997-11-171-1/+11
* Fix \e for empty file.Bruce Momjian1997-11-171-3/+3
* Fix for \e on empty file.Bruce Momjian1997-11-171-2/+2
* Re-ordeer new \d command output.Bruce Momjian1997-11-161-19/+24
* New \dS psql command. initdb cleanup.Bruce Momjian1997-11-162-13/+26
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-151-9/+4
* Fix problem of COPY before vacuum.Bruce Momjian1997-11-151-4/+7
* Add new \df psql option and oid8types() function.Bruce Momjian1997-11-151-1/+16
* Add new psql \da, \do, and \dT options.Bruce Momjian1997-11-142-47/+94
* FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian1997-11-141-8/+8
* pg_description cleanup.Bruce Momjian1997-11-131-3/+3
* Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian1997-11-132-28/+224
* Support "delimited identifiers" for \d tablename command.Thomas G. Lockhart1997-11-072-8/+18
* Add "-D location" to specify alternate database location.Thomas G. Lockhart1997-11-071-25/+45
* Add initlocation.Thomas G. Lockhart1997-11-071-1/+2
* Create alternate location(s) for databases.Thomas G. Lockhart1997-11-073-0/+264
* Add paging for \d, and fix \i.Bruce Momjian1997-11-031-229/+321
* Portability fix for pg_passwd.Bruce Momjian1997-11-021-8/+5
* FIx for libptcl make, from Tatsuo Ishii.Bruce Momjian1997-10-301-2/+3
* Support SQL92 delimited identifiers by checking some attribute namesThomas G. Lockhart1997-10-303-29/+59
* Rename pg_dump -H option to -h.Bruce Momjian1997-10-301-4/+4
* Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.Bruce Momjian1997-10-162-501/+846
* DROP TRIGGER.Vadim B. Mikheev1997-10-161-5/+8
* Cleanups for 6.2.1.Bruce Momjian1997-10-161-5/+5
* Update to version 0.51.Bruce Momjian1997-10-032-5/+4
* Update to 0.5.Bruce Momjian1997-10-032-128/+901
* + MOVEVadim B. Mikheev1997-10-021-3/+9
* Dump DEFAULT, CHECK, Triggers.Vadim B. Mikheev1997-10-023-41/+326