summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2002-03-07Add FULL in VACUUM psql completion.Bruce Momjian
2002-03-07Back out psql domain improvements until domain is applied.Bruce Momjian
2002-03-07Also an small change to the tab-complete feature of psql which allows toBruce Momjian
2002-03-06Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasonsBruce Momjian
2002-03-06Here is a diff of changes to the psql source code implementing a simpleBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05Adds \du documentation line for \? in psqls help.cBruce Momjian
2002-03-05Showing index details with \d on psql.Bruce Momjian
2002-03-05Add \timing patch to psql. Times all queries.Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-27#ifdef out pg_dump's check on whether a sequence's sequence_name fieldTom Lane
2002-02-25Tweak psql's \connect command to not downcase unquoted database and userTom Lane
2002-02-24Fix bogus createdb option syntax recommended by initlocation message.Tom Lane
2002-02-24Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane
2002-02-24Modify pg_dumpall so that output script uses new OWNER option of CREATETom Lane
2002-02-23Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian
2002-02-20Fix comment.Tom Lane
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-02-18Add code to preserve paren level display after \g, as submitted months ago.Bruce Momjian
2002-02-18Fix param handling of create* admin scripts as described months ago.Bruce Momjian
2002-02-18Fix kanji-coversion key binding. This has been broken since 7.1Tatsuo Ishii
2002-02-11Be more wary about mixed-case database names and user names. GetTom Lane
2002-02-06Fix failure to reconnect as sequence's owner before issuing setval().Tom Lane
2002-01-29updatePeter Eisentraut
2002-01-26Updates from Serguei MokhovPeter Eisentraut
2002-01-25Tweak pg_dump to say GRANT ALL when appropriate, rather than enumeratingTom Lane
2002-01-18You might want to run pg_indent on pg_backup_db.c however ...Bruce Momjian
2002-01-18Fix pg_restore to handle the 'set max oid' entry correctly in archivesTom Lane
2002-01-18Add missing 'else', per report from sugita@sra.co.jp.Tom Lane
2002-01-15pg_upgrade doesn't live here anymore. Remove dangling references.Tom Lane
2002-01-15Remove old pg_upgrade script, from Tom.Bruce Momjian
2002-01-13Fix recreation of sequence files for 7.2 also because of XID change fromBruce Momjian
2002-01-13Now works for 7.1 databases.Bruce Momjian
2002-01-13Now tested on 7.2->7.2 migration; still disabled. Need 7.1 testing now.Bruce Momjian
2002-01-13Keep it disabled.Bruce Momjian
2002-01-13Wow, it actually worked for the regression database. More testing needed.Bruce Momjian
2002-01-11Fix pg_dump to read-lock all tables to be dumped as soon as it's readTom Lane
2002-01-11Sync up.Bruce Momjian
2002-01-11More testing, more cleanups.Bruce Momjian
2002-01-11pg_resetxlog specifies log location in hex; more pg_upgrade testingBruce Momjian
2002-01-11More cleanups.Bruce Momjian
2002-01-11More updates for int8 sequence restoration. Old dump file not requiredBruce Momjian
2002-01-11Handle int4-int8 sequence migration without full data dump.Bruce Momjian
2002-01-11More improvements using pg_resetxlog. still disabled.Bruce Momjian
2002-01-10More pg_upgrade improvements. Almost done, except for max transactionBruce Momjian
2002-01-10More improvements; still disabled. (Don't panic.)Bruce Momjian
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2002-01-09Update with new features. Still disabled.Bruce Momjian
2002-01-09Remove clog copy.Bruce Momjian