summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Add system indexes to match all caches.Bruce Momjian1999-11-223-14/+14
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-211-1/+9
* Fix for arm32 and fix for dbname with dash.Bruce Momjian1999-11-182-4/+4
* Fix for psql control-d and .psqlrc that I broke. Fix for \dT withBruce Momjian1999-11-132-4/+5
* The \p\g fix didn't turn out to be so bad. It even works in otherBruce Momjian1999-11-132-397/+14
* In the spirit of TODO itemBruce Momjian1999-11-115-66/+70
* Cleanup of psql \copyrightBruce Momjian1999-11-101-29/+19
* psql makefile fix from Keith ParksBruce Momjian1999-11-081-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-072-2/+2
* Fix for recusive exit call from Massimo.Bruce Momjian1999-11-061-16/+16
* Sort help file names, from Peter EisentrautBruce Momjian1999-11-061-1/+1
* Update psql bannerBruce Momjian1999-11-051-6/+6
* Update psql display.Bruce Momjian1999-11-051-3/+3
* Update \? display.Bruce Momjian1999-11-051-9/+9
* Make pager on by default.Bruce Momjian1999-11-051-0/+1
* Clean up \? psql display.Bruce Momjian1999-11-051-5/+5
* psql banner cleanupBruce Momjian1999-11-051-5/+5
* clean up startup bannerBruce Momjian1999-11-051-5/+4
* Fix EOF/control-D display in psql.Bruce Momjian1999-11-041-1/+3
* Update to psql, run pgindent.Bruce Momjian1999-11-042-183/+183
* psql cleanupBruce Momjian1999-11-0429-8021/+5236
* Update psql with man pages and new version of help.Bruce Momjian1999-11-041-20/+24
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-0430-145/+7019
* Update to pgaccess 0.98.Bruce Momjian1999-10-311-2/+4
* Update for 0.98.Bruce Momjian1999-10-312-9/+13
* Update pgaccess makefile for 0.98Bruce Momjian1999-10-314-31/+40
* Update pgaccess for 0.98.Bruce Momjian1999-10-301-3/+3
* Add pgaccess Makefile.Bruce Momjian1999-10-301-0/+21
* Add 0.98.Bruce Momjian1999-10-30188-0/+17109
* Remove 0.96 for update to 0.98Bruce Momjian1999-10-30201-22966/+0
* Make USING in COPY optional.Bruce Momjian1999-10-291-2/+2
* Fix psql quote missing.Bruce Momjian1999-10-271-2/+2
* improve manual pageBruce Momjian1999-10-261-2/+2
* Add documentation for comment.Bruce Momjian1999-10-261-41/+54
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-4/+2
* Remove gratuitous redefinitions of BLCKSZ.Tom Lane1999-10-231-1/+1
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-233-23/+27
* Backup psql banner change.Bruce Momjian1999-10-231-3/+4
* change issue to information in bannerBruce Momjian1999-10-211-2/+2
* Make psql startup banner cleaner.Bruce Momjian1999-10-211-4/+3
* Update psql \? for \w.Bruce Momjian1999-10-141-2/+2
* Improve pg_dump template1 error reports.Bruce Momjian1999-10-101-4/+9
* Improve pg_dump template1 error message.Bruce Momjian1999-10-101-4/+6
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-2/+9
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-021-5/+7
* Fix pg_upgrade so it vacuums all databases.Bruce Momjian1999-09-281-9/+10
* pg_upgrade reminder.Bruce Momjian1999-09-281-1/+2
* I have been working with user defined types and user defined cBruce Momjian1999-09-281-3/+9
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-3/+4
* Fix to give super user and createdb user proper update catalog rights.Bruce Momjian1999-09-271-2/+7