summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates from Serguei MokhovPeter Eisentraut2002-01-261-250/+233
* Tweak pg_dump to say GRANT ALL when appropriate, rather than enumeratingTom Lane2002-01-251-22/+28
* You might want to run pg_indent on pg_backup_db.c however ...Bruce Momjian2002-01-184-65/+69
* Fix pg_restore to handle the 'set max oid' entry correctly in archivesTom Lane2002-01-182-162/+207
* Add missing 'else', per report from sugita@sra.co.jp.Tom Lane2002-01-181-2/+2
* pg_upgrade doesn't live here anymore. Remove dangling references.Tom Lane2002-01-151-3/+2
* Remove old pg_upgrade script, from Tom.Bruce Momjian2002-01-151-532/+0
* Fix recreation of sequence files for 7.2 also because of XID change fromBruce Momjian2002-01-131-7/+11
* Now works for 7.1 databases.Bruce Momjian2002-01-131-3/+5
* Now tested on 7.2->7.2 migration; still disabled. Need 7.1 testing now.Bruce Momjian2002-01-131-22/+23
* Keep it disabled.Bruce Momjian2002-01-131-3/+3
* Wow, it actually worked for the regression database. More testing needed.Bruce Momjian2002-01-131-320/+350
* Fix pg_dump to read-lock all tables to be dumped as soon as it's readTom Lane2002-01-113-21/+74
* Sync up.Bruce Momjian2002-01-111-22/+143
* More testing, more cleanups.Bruce Momjian2002-01-111-3/+6
* pg_resetxlog specifies log location in hex; more pg_upgrade testingBruce Momjian2002-01-111-8/+11
* More cleanups.Bruce Momjian2002-01-111-2/+8
* More updates for int8 sequence restoration. Old dump file not requiredBruce Momjian2002-01-111-60/+42
* Handle int4-int8 sequence migration without full data dump.Bruce Momjian2002-01-111-47/+85
* More improvements using pg_resetxlog. still disabled.Bruce Momjian2002-01-111-23/+48
* More pg_upgrade improvements. Almost done, except for max transactionBruce Momjian2002-01-101-47/+73
* More improvements; still disabled. (Don't panic.)Bruce Momjian2002-01-101-12/+34
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-101-3/+2
* Update with new features. Still disabled.Bruce Momjian2002-01-091-58/+92
* Remove clog copy.Bruce Momjian2002-01-091-4/+1
* Make improvements to pg_upgrade; is still disabled.Bruce Momjian2002-01-091-23/+81
* Add quotes around $bindir.Bruce Momjian2002-01-091-2/+2
* Droplang didn't have test for -l, list. This was really broken too.Bruce Momjian2002-01-031-5/+9
* Add mention that createlang.sh indirection not needed but kept for later.Bruce Momjian2002-01-031-1/+2
* droplang had same problem as createlang; default are backwards and didBruce Momjian2002-01-031-17/+18
* In createlang, make dbname optional, not langname, or rather, makeBruce Momjian2002-01-031-19/+17
* Oops, back out paren fix. That is for 7.3.Bruce Momjian2001-12-281-4/+2
* Add mention of Christof Petig for ecpg items.Bruce Momjian2001-12-281-2/+4
* Update from Serguei MokhovPeter Eisentraut2001-12-271-159/+185
* Czech translation updates from Karel ZakPeter Eisentraut2001-12-213-251/+2140
* Add SwedishPeter Eisentraut2001-12-132-2/+1707
* updatePeter Eisentraut2001-12-131-2/+2
* Update from Serguei MokhovPeter Eisentraut2001-12-131-483/+453