| Commit message (Expand) | Author | Age |
* | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 |
* | Fix pg_dump help option alignment. | Bruce Momjian | 2002-03-21 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 |
* | psql \? cleanups by Ian Barwick | Bruce Momjian | 2002-03-19 |
* | Add psql \dD listing of domains, from Jonathan Eisler. | Bruce Momjian | 2002-03-19 |
* | More pgsql \? cleanup for Peter E. | Bruce Momjian | 2002-03-11 |
* | Correct optional args in psql \? as pointed out by Ian Barwick. | Bruce Momjian | 2002-03-11 |
* | Add FULL in VACUUM psql completion. | Bruce Momjian | 2002-03-07 |
* | Back out psql domain improvements until domain is applied. | Bruce Momjian | 2002-03-07 |
* | Also an small change to the tab-complete feature of psql which allows to | Bruce Momjian | 2002-03-07 |
* | Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons | Bruce Momjian | 2002-03-06 |
* | Here is a diff of changes to the psql source code implementing a simple | Bruce Momjian | 2002-03-06 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Adds \du documentation line for \? in psqls help.c | Bruce Momjian | 2002-03-05 |
* | Showing index details with \d on psql. | Bruce Momjian | 2002-03-05 |
* | Add \timing patch to psql. Times all queries. | Bruce Momjian | 2002-03-05 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 |
* | #ifdef out pg_dump's check on whether a sequence's sequence_name field | Tom Lane | 2002-02-27 |
* | Tweak psql's \connect command to not downcase unquoted database and user | Tom Lane | 2002-02-25 |
* | Fix bogus createdb option syntax recommended by initlocation message. | Tom Lane | 2002-02-24 |
* | Add -O/--owner switch to createdb script, in support of new OWNER option | Tom Lane | 2002-02-24 |
* | Modify pg_dumpall so that output script uses new OWNER option of CREATE | Tom Lane | 2002-02-24 |
* | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian | 2002-02-23 |
* | Fix comment. | Tom Lane | 2002-02-20 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | Add code to preserve paren level display after \g, as submitted months ago. | Bruce Momjian | 2002-02-18 |
* | Fix param handling of create* admin scripts as described months ago. | Bruce Momjian | 2002-02-18 |
* | Fix kanji-coversion key binding. This has been broken since 7.1 | Tatsuo Ishii | 2002-02-18 |
* | Be more wary about mixed-case database names and user names. Get | Tom Lane | 2002-02-11 |
* | Fix failure to reconnect as sequence's owner before issuing setval(). | Tom Lane | 2002-02-06 |
* | update | Peter Eisentraut | 2002-01-29 |
* | Updates from Serguei Mokhov | Peter Eisentraut | 2002-01-26 |
* | Tweak pg_dump to say GRANT ALL when appropriate, rather than enumerating | Tom Lane | 2002-01-25 |
* | You might want to run pg_indent on pg_backup_db.c however ... | Bruce Momjian | 2002-01-18 |
* | Fix pg_restore to handle the 'set max oid' entry correctly in archives | Tom Lane | 2002-01-18 |
* | Add missing 'else', per report from sugita@sra.co.jp. | Tom Lane | 2002-01-18 |
* | pg_upgrade doesn't live here anymore. Remove dangling references. | Tom Lane | 2002-01-15 |
* | Remove old pg_upgrade script, from Tom. | Bruce Momjian | 2002-01-15 |
* | Fix recreation of sequence files for 7.2 also because of XID change from | Bruce Momjian | 2002-01-13 |
* | Now works for 7.1 databases. | Bruce Momjian | 2002-01-13 |
* | Now tested on 7.2->7.2 migration; still disabled. Need 7.1 testing now. | Bruce Momjian | 2002-01-13 |
* | Keep it disabled. | Bruce Momjian | 2002-01-13 |
* | Wow, it actually worked for the regression database. More testing needed. | Bruce Momjian | 2002-01-13 |
* | Fix pg_dump to read-lock all tables to be dumped as soon as it's read | Tom Lane | 2002-01-11 |
* | Sync up. | Bruce Momjian | 2002-01-11 |
* | More testing, more cleanups. | Bruce Momjian | 2002-01-11 |
* | pg_resetxlog specifies log location in hex; more pg_upgrade testing | Bruce Momjian | 2002-01-11 |
* | More cleanups. | Bruce Momjian | 2002-01-11 |
* | More updates for int8 sequence restoration. Old dump file not required | Bruce Momjian | 2002-01-11 |