summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Rod's patch does what it is supposed to do, but it also includesBruce Momjian2002-04-131-31/+1
* Allow prompting of create/drop user to handle spaces.Bruce Momjian2002-04-122-4/+20
* Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian2002-04-128-42/+46
* Cleanup in use of IFS.Bruce Momjian2002-04-111-9/+9
* Make sure leading/trailing/multiple consecutive space/tab in db/user/groupBruce Momjian2002-04-111-6/+22
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-114-23/+54
* Fix pg_upgrade to handle dbnames, user/group names with spaces.Bruce Momjian2002-04-111-15/+21
* Fix problem with invalid database name assignment in while loop.Bruce Momjian2002-04-111-11/+14
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-103-38/+21
* I was tinkering with creating rules on views (so, for instance, one couldBruce Momjian2002-04-051-5/+44
* Adds domain dumping support to pg_dump.Bruce Momjian2002-04-052-4/+131
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-052-13/+39
* This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create newBruce Momjian2002-04-041-2/+3
* Authentication improvements:Bruce Momjian2002-04-044-454/+12
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-031-3/+100
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-1/+2
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-4/+3
* Reset parenthesis level counter upon \r.Peter Eisentraut2002-03-274-12/+19
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-241-1/+2
* Fix pg_dump help option alignment.Bruce Momjian2002-03-211-62/+61
* Code review for DOMAIN patch.Tom Lane2002-03-201-2/+2
* psql \? cleanups by Ian BarwickBruce Momjian2002-03-191-30/+33
* Add psql \dD listing of domains, from Jonathan Eisler.Bruce Momjian2002-03-194-4/+60
* More pgsql \? cleanup for Peter E.Bruce Momjian2002-03-111-4/+4
* Correct optional args in psql \? as pointed out by Ian Barwick.Bruce Momjian2002-03-111-16/+16
* Add FULL in VACUUM psql completion.Bruce Momjian2002-03-071-4/+3
* Back out psql domain improvements until domain is applied.Bruce Momjian2002-03-074-60/+4
* Also an small change to the tab-complete feature of psql which allows toBruce Momjian2002-03-071-2/+2
* Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasonsBruce Momjian2002-03-061-42/+13
* Here is a diff of changes to the psql source code implementing a simpleBruce Momjian2002-03-064-4/+60
* Change made to elog:Bruce Momjian2002-03-062-10/+7
* Adds \du documentation line for \? in psqls help.cBruce Momjian2002-03-051-1/+2
* Showing index details with \d on psql.Bruce Momjian2002-03-051-102/+55
* Add \timing patch to psql. Times all queries.Bruce Momjian2002-03-055-7/+46
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-022-4/+5
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-2/+3
* #ifdef out pg_dump's check on whether a sequence's sequence_name fieldTom Lane2002-02-271-5/+16
* Tweak psql's \connect command to not downcase unquoted database and userTom Lane2002-02-251-7/+21
* Fix bogus createdb option syntax recommended by initlocation message.Tom Lane2002-02-241-2/+2
* Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane2002-02-241-1/+13
* Modify pg_dumpall so that output script uses new OWNER option of CREATETom Lane2002-02-241-20/+31
* Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian2002-02-231-2/+13
* Fix comment.Tom Lane2002-02-201-5/+4
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-182-2/+31
* Add code to preserve paren level display after \g, as submitted months ago.Bruce Momjian2002-02-181-3/+5
* Fix param handling of create* admin scripts as described months ago.Bruce Momjian2002-02-187-14/+53
* Fix kanji-coversion key binding. This has been broken since 7.1Tatsuo Ishii2002-02-181-2/+2
* Be more wary about mixed-case database names and user names. GetTom Lane2002-02-116-94/+131
* Fix failure to reconnect as sequence's owner before issuing setval().Tom Lane2002-02-062-6/+7
* updatePeter Eisentraut2002-01-291-198/+213