| Commit message (Expand) | Author | Age | Files | Lines |
| * | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane | 2009-09-11 | 1 | -2/+4 |
| * | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 1 | -2/+2 |
| * | Remove unused variable. | Alvaro Herrera | 2009-08-24 | 1 | -4/+1 |
| * | Modify parallel pg_restore to track pending and ready items by means of | Tom Lane | 2009-08-07 | 2 | -51/+108 |
| * | Fix pg_dump to do the right thing when escaping the contents of large objects. | Tom Lane | 2009-08-04 | 5 | -20/+75 |
| * | Suppress pointer-signedness warning. | Tom Lane | 2009-08-04 | 1 | -2/+3 |
| * | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 | 1 | -41/+19 |
| * | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 | 2 | -8/+48 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 2 | -2/+33 |
| * | Teach pg_dump to dump comments attached to the columns of a composite type. | Tom Lane | 2009-07-23 | 1 | -1/+115 |
| * | Make pg_dump/pg_restore --clean options drop large objects too. | Tom Lane | 2009-07-21 | 6 | -20/+30 |
| * | Properly restore pg_largeobject.relfozenxid in binary upgrade mode. | Bruce Momjian | 2009-07-20 | 1 | -1/+48 |
| * | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 | 2 | -5/+6 |
| * | Fix up pg_dump's --binary-upgrade option so that it behaves properly with | Tom Lane | 2009-07-02 | 1 | -69/+112 |
| * | Translation updates for 8.4 release. | Peter Eisentraut | 2009-06-26 | 12 | -19255/+955 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 13 | -381/+388 |
| * | Translation updates | Peter Eisentraut | 2009-06-10 | 3 | -1432/+1628 |
| * | Remove a couple of debugging messages that have been #ifdef'd out for ages. | Tom Lane | 2009-06-04 | 2 | -16/+2 |
| * | 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 | 3 | -1715/+1995 |
| * | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options | Tom Lane | 2009-05-10 | 1 | -11/+62 |
| * | 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 |
| * | Translation updates for 8.4 beta | Peter Eisentraut | 2009-04-09 | 5 | -1275/+3766 |
| * | Quote string literals correctly in the new CREATE SERVER statements | Heikki Linnakangas | 2009-04-08 | 2 | -17/+27 |
| * | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 | 2 | -6/+6 |
| * | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 | 3 | -15/+3 |
| * | Improve pg_dump's query for retrieving BLOB comments to be more efficient | Tom Lane | 2009-04-01 | 1 | -2/+8 |
| * | Gettext plural support | Peter Eisentraut | 2009-03-26 | 3 | -13/+34 |
| * | 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 |
| * | Use thread-local storage for querybuffer in fmtId() on Windows, when needed (... | Andrew Dunstan | 2009-03-11 | 4 | -14/+75 |
| * | Add comments about kwlookup.c expectations | Alvaro Herrera | 2009-03-08 | 1 | -2/+2 |
| * | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 | 2 | -14/+43 |
| * | Message tuning | Peter Eisentraut | 2009-03-05 | 1 | -2/+2 |
| * | Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade | Peter Eisentraut | 2009-03-04 | 2 | -2/+4 |
| * | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 | 7 | -35/+70 |
| * | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 | 2 | -6/+4 |
| * | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut | 2009-02-25 | 3 | -43/+40 |
| * | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 | 2 | -9/+14 |
| * | Reconnect to the right database when using parallel restore with -C. Fixes bu... | Andrew Dunstan | 2009-02-20 | 1 | -1/+2 |
| * | Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relations | Bruce Momjian | 2009-02-18 | 3 | -18/+64 |
| * | Add missing newline. | Bruce Momjian | 2009-02-17 | 1 | -2/+2 |
| * | Add pg_dump --binary-upgrade flag to be used by binary upgrade | Bruce Momjian | 2009-02-17 | 3 | -9/+91 |