summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
1998-01-09PAGER \z in psql.Bruce Momjian
1998-01-05Remove un-needed quotes from psql \d DEFAULT display.Bruce Momjian
1998-01-05Add NOT NULL and DEFAULT to \d table.Bruce Momjian
1998-01-04Various fixes NETBSD/sparc relatedMarc G. Fournier
1997-12-30Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier
1997-12-29Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian
1997-12-26Prototypes for new funcs.Vadim B. Mikheev
1997-12-23Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de...Bruce Momjian
1997-12-22Fix notty output to show status result. -q option still turns it off.Bruce Momjian
1997-12-20First clean compile without a "PORTNAME" variable being set...Marc G. Fournier
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-12-06Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian
1997-12-05Fix tolower loops to go in proper direction for cache.Bruce Momjian
1997-12-05I found one other change that I would like to make to theMarc G. Fournier
1997-12-04Incorporate patch from Matt(maycock@intelliquest.com) for dumping ACLsMarc G. Fournier
1997-12-04From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
1997-12-01Fix pg_dump, and libpq changes.Bruce Momjian
1997-12-01Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian
1997-11-30Fix for \dd on types.Bruce Momjian
1997-11-26\dd fix.Bruce Momjian
1997-11-24Change heading.Bruce Momjian
1997-11-24Cleanup wrapping in \d commands.Bruce Momjian
1997-11-24Move descriptions to pg_proc, add descriptions.Bruce Momjian
1997-11-21More archive cleanup.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-19Change \df order.Bruce Momjian
1997-11-18Make \d commands not wrap over 80 cols.Bruce Momjian
1997-11-17Clean out pgbuiltin now that new psql \d commands exist.Bruce Momjian
1997-11-17Fix \e for empty file.Bruce Momjian
1997-11-17Fix for \e on empty file.Bruce Momjian
1997-11-16Re-ordeer new \d command output.Bruce Momjian
1997-11-16New \dS psql command. initdb cleanup.Bruce Momjian
1997-11-15Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian
1997-11-15Fix problem of COPY before vacuum.Bruce Momjian
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-11-14Add new psql \da, \do, and \dT options.Bruce Momjian
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian
1997-11-13pg_description cleanup.Bruce Momjian
1997-11-13Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian
1997-11-07Support "delimited identifiers" for \d tablename command.Thomas G. Lockhart
1997-11-07Add "-D location" to specify alternate database location.Thomas G. Lockhart
1997-11-07Add initlocation.Thomas G. Lockhart
1997-11-07Create alternate location(s) for databases.Thomas G. Lockhart
1997-11-03Add paging for \d, and fix \i.Bruce Momjian
1997-11-02Portability fix for pg_passwd.Bruce Momjian
1997-10-30FIx for libptcl make, from Tatsuo Ishii.Bruce Momjian
1997-10-30Support SQL92 delimited identifiers by checking some attribute namesThomas G. Lockhart
1997-10-30Rename pg_dump -H option to -h.Bruce Momjian
1997-10-16Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.Bruce Momjian
1997-10-16DROP TRIGGER.Vadim B. Mikheev