| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane | 2009-06-04 | 2 | -4/+9 |
* | Remove a couple of debugging messages that have been #ifdef'd out for ages. | Tom Lane | 2009-06-04 | 2 | -16/+2 |
* | Change rather bizarre code ordering in get_id(). This isn't strictly | Tom Lane | 2009-06-03 | 1 | -3/+3 |
* | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut | 2009-05-27 | 2 | -4/+4 |
* | Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of | Tom Lane | 2009-05-27 | 1 | -5/+9 |
* | Allow the second argument of pg_get_expr() to be just zero when deparsing | Tom Lane | 2009-05-26 | 1 | -2/+3 |
* | Convert some messages to use ngettext(). | Peter Eisentraut | 2009-05-21 | 1 | -11/+31 |
* | Translation updates | Alvaro Herrera | 2009-05-14 | 32 | -7510/+9265 |
* | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options | Tom Lane | 2009-05-10 | 1 | -11/+62 |
* | Code review for \df rewrite: fix assorted bugs, make type and | Tom Lane | 2009-05-05 | 1 | -32/+59 |
* | Fix the query used for \d against 8.2 and 8.3 servers. | Heikki Linnakangas | 2009-05-04 | 1 | -2/+2 |
* | Fix pg_resetxlog to remove archive status files along with WAL segment files. | Tom Lane | 2009-05-03 | 1 | -1/+60 |
* | In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs | Bruce Momjian | 2009-04-28 | 1 | -3/+3 |
* | Remove Windows-specific definition of S_ISDIR(). This should not be here; | Tom Lane | 2009-04-26 | 1 | -5/+1 |
* | Use brackets in psql \df \? help. | Bruce Momjian | 2009-04-22 | 1 | -2/+2 |
* | Improve psql \df error handling. | Bruce Momjian | 2009-04-21 | 1 | -2/+8 |
* | Merge psql \df options into a single \? line, and update docs. | Bruce Momjian | 2009-04-21 | 1 | -3/+2 |
* | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian | 2009-04-21 | 4 | -21/+143 |
* | pg_restore -jN does not equate "multiple jobs", so partly revert the | Alvaro Herrera | 2009-04-14 | 1 | -2/+2 |
* | Make new strings more alike previously existing messages. | Alvaro Herrera | 2009-04-13 | 1 | -3/+3 |
* | Fix logic to detect conflicts or blocks involving exclusive locks in parallel... | Andrew Dunstan | 2009-04-12 | 1 | -13/+33 |
* | Fix pg_dumpall so that when --clean is specified, it drops roles and | Tom Lane | 2009-04-11 | 1 | -28/+168 |
* | Make string more alike other similar messages. | Alvaro Herrera | 2009-04-11 | 1 | -3/+3 |
* | Message fix | Peter Eisentraut | 2009-04-11 | 1 | -2/+2 |
* | Message improvement | Peter Eisentraut | 2009-04-11 | 1 | -2/+2 |
* | Translation updates for 8.4 beta | Peter Eisentraut | 2009-04-09 | 42 | -6246/+18341 |
* | Remove psql's ancient hack that suppressed functions taking or returning | Tom Lane | 2009-04-08 | 1 | -14/+4 |
* | Quote string literals correctly in the new CREATE SERVER statements | Heikki Linnakangas | 2009-04-08 | 2 | -17/+27 |
* | Improve tab completion for \ef. | Bruce Momjian | 2009-04-08 | 1 | -2/+5 |
* | Adjust psql tab completion for new \d 'S' flag behavior; adjust code to | Bruce Momjian | 2009-04-06 | 1 | -37/+30 |
* | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 | 3 | -9/+9 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 | 8 | -41/+8 |
* | Improve obsolete comment. | Tom Lane | 2009-04-04 | 1 | -3/+3 |
* | Make \dt \di and friends more consistent about the treatment of | Tom Lane | 2009-04-04 | 1 | -3/+10 |
* | Add missing help output for \ef option. Andrew Gierth | Tom Lane | 2009-04-03 | 1 | -2/+3 |
* | Do not show information_schema in \d* commands, unless 'S' or pattern is | Bruce Momjian | 2009-04-02 | 1 | -20/+35 |
* | Change psql \d* display so 'S' _or_ a pattern include system objects. | Bruce Momjian | 2009-04-02 | 1 | -22/+22 |
* | Improve pg_dump's query for retrieving BLOB comments to be more efficient | Tom Lane | 2009-04-01 | 1 | -2/+8 |
* | Don't crash initdb when we fail to get the current username. | Magnus Hagander | 2009-03-31 | 1 | -2/+14 |
* | Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused | Heikki Linnakangas | 2009-03-27 | 1 | -6/+6 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 | 5 | -22/+38 |
* | Update line count for \? output (obtained from wc -l) | Peter Eisentraut | 2009-03-25 | 1 | -2/+2 |
* | In the \? output, align the columns consistently. | Peter Eisentraut | 2009-03-25 | 1 | -73/+69 |
* | Polish SQL/MED terminology | Peter Eisentraut | 2009-03-25 | 1 | -5/+5 |
* | No period if it's not a sentence | Peter Eisentraut | 2009-03-25 | 1 | -2/+2 |
* | Fix my typo | Peter Eisentraut | 2009-03-24 | 1 | -2/+2 |
* | Remove the -d and -D options of pg_dump and pg_dumpall. The functionality | Tom Lane | 2009-03-22 | 2 | -42/+36 |
* | Rename pg_restore -m to -j, and add documentation about what good numbers | Peter Eisentraut | 2009-03-20 | 3 | -15/+15 |
* | Add -w option to --help output. It was apparently forgotten when -w was | Peter Eisentraut | 2009-03-17 | 1 | -1/+2 |
* | Fix identify_locking_dependencies to reflect the fact that fix_dependencies | Tom Lane | 2009-03-13 | 1 | -4/+7 |