| Commit message (Expand) | Author | Age |
* | Adjust psql tab completion for new \d 'S' flag behavior; adjust code to | Bruce Momjian | 2009-04-06 |
* | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 |
* | Improve obsolete comment. | Tom Lane | 2009-04-04 |
* | Make \dt \di and friends more consistent about the treatment of | Tom Lane | 2009-04-04 |
* | Add missing help output for \ef option. Andrew Gierth | Tom Lane | 2009-04-03 |
* | Do not show information_schema in \d* commands, unless 'S' or pattern is | Bruce Momjian | 2009-04-02 |
* | Change psql \d* display so 'S' _or_ a pattern include system objects. | Bruce Momjian | 2009-04-02 |
* | Improve pg_dump's query for retrieving BLOB comments to be more efficient | Tom Lane | 2009-04-01 |
* | Don't crash initdb when we fail to get the current username. | Magnus Hagander | 2009-03-31 |
* | Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused | Heikki Linnakangas | 2009-03-27 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 |
* | Update line count for \? output (obtained from wc -l) | Peter Eisentraut | 2009-03-25 |
* | In the \? output, align the columns consistently. | Peter Eisentraut | 2009-03-25 |
* | Polish SQL/MED terminology | Peter Eisentraut | 2009-03-25 |
* | No period if it's not a sentence | Peter Eisentraut | 2009-03-25 |
* | Fix my typo | Peter Eisentraut | 2009-03-24 |
* | Remove the -d and -D options of pg_dump and pg_dumpall. The functionality | Tom Lane | 2009-03-22 |
* | Rename pg_restore -m to -j, and add documentation about what good numbers | Peter Eisentraut | 2009-03-20 |
* | Add -w option to --help output. It was apparently forgotten when -w was | Peter Eisentraut | 2009-03-17 |
* | Fix identify_locking_dependencies to reflect the fact that fix_dependencies | Tom Lane | 2009-03-13 |
* | Use thread-local storage for querybuffer in fmtId() on Windows, when needed (... | Andrew Dunstan | 2009-03-11 |
* | Add comments about kwlookup.c expectations | Alvaro Herrera | 2009-03-08 |
* | Avoid MSVC breakage caused by my previous commit by not using a variable in | Alvaro Herrera | 2009-03-07 |
* | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 |
* | Message tuning | Peter Eisentraut | 2009-03-05 |
* | Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade | Peter Eisentraut | 2009-03-04 |
* | Add the long options to the psql --help display, where they were curiously | Peter Eisentraut | 2009-02-27 |
* | Final removal of -q options, which haven't done anything since 8.3 and | Peter Eisentraut | 2009-02-26 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Use the same style in the help synopsis that other programs are using. | Peter Eisentraut | 2009-02-25 |
* | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 |
* | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut | 2009-02-25 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Fix psql's \dD to show only one row per domain, even when the domain has | Tom Lane | 2009-02-23 |
* | Reconnect to the right database when using parallel restore with -C. Fixes bu... | Andrew Dunstan | 2009-02-20 |
* | Add --freeze option to vacuumdb. | Bruce Momjian | 2009-02-18 |
* | Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relations | Bruce Momjian | 2009-02-18 |
* | Add missing newline. | Bruce Momjian | 2009-02-17 |
* | Add pg_dump --binary-upgrade flag to be used by binary upgrade | Bruce Momjian | 2009-02-17 |
* | Wrap some long queries. | Bruce Momjian | 2009-02-16 |
* | Uppercase keywords in pg_dump.c | Bruce Momjian | 2009-02-16 |
* | Improve psql \d+ to show TOAST reloptions too. Per complaint from | Alvaro Herrera | 2009-02-11 |
* | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Support running as a service on Windows 7, by not specifying | Magnus Hagander | 2009-01-28 |
* | Revert updatable views | Peter Eisentraut | 2009-01-27 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Automatic view update rules | Peter Eisentraut | 2009-01-22 |
* | Make psql \d and \dt consistent for system tables, i.e prevent \d from | Bruce Momjian | 2009-01-20 |