Commit Graph

1035 Commits (4e86efb4e51b66ef57b3fe6f28576de23a1bf1c6)

Author SHA1 Message Date
Peter Eisentraut 0b7b908882 Translation updates 17 years ago
Tom Lane 20d4005c30 Remove a couple of debugging messages that have been #ifdef'd out for ages. 17 years ago
Tom Lane 6ec0753146 Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of 17 years ago
Tom Lane 48938ab506 Allow the second argument of pg_get_expr() to be just zero when deparsing 17 years ago
Peter Eisentraut c697337c76 Convert some messages to use ngettext(). 17 years ago
Alvaro Herrera f97017068f Translation updates 17 years ago
Tom Lane 4db44b433b Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options 17 years ago
Alvaro Herrera 14a4f6f374 pg_restore -jN does not equate "multiple jobs", so partly revert the 17 years ago
Alvaro Herrera d29a2ee3c0 Make new strings more alike previously existing messages. 17 years ago
Andrew Dunstan f7a08e71e9 Fix logic to detect conflicts or blocks involving exclusive locks in parallel restore items. 17 years ago
Tom Lane e1e17e2a0a Fix pg_dumpall so that when --clean is specified, it drops roles and 17 years ago
Peter Eisentraut 80a836cab4 Translation updates for 8.4 beta 17 years ago
Heikki Linnakangas 84bb600be1 Quote string literals correctly in the new CREATE SERVER statements 17 years ago
Heikki Linnakangas 1eef90d0a2 Rename the new CREATE DATABASE options to set collation and ctype into 17 years ago
Tom Lane 27fbfd396c Remove a boatload of useless definitions of 'int optreset'. If we 17 years ago
Tom Lane bfd17f94b6 Improve pg_dump's query for retrieving BLOB comments to be more efficient 17 years ago
Peter Eisentraut 8032d76b5b Gettext plural support 17 years ago
Tom Lane 5698f6b925 Remove the -d and -D options of pg_dump and pg_dumpall. The functionality 17 years ago
Peter Eisentraut 249d936bed Rename pg_restore -m to -j, and add documentation about what good numbers 17 years ago
Peter Eisentraut 5e49291e1b Add -w option to --help output. It was apparently forgotten when -w was 17 years ago
Tom Lane 0f80200a8e Fix identify_locking_dependencies to reflect the fact that fix_dependencies 17 years ago
Andrew Dunstan c394bd331a Use thread-local storage for querybuffer in fmtId() on Windows, when needed (i.e. when 17 years ago
Alvaro Herrera fb2ebae498 Add comments about kwlookup.c expectations 17 years ago
Alvaro Herrera 328d235571 Separate the key word list that lived in keywords.c into a new header file 17 years ago
Peter Eisentraut ff6c93bf51 Message tuning 17 years ago
Peter Eisentraut b966b519f5 Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut a3c502c89f Remove feof(stdin) calls related to when to prompt for a password, 17 years ago
Peter Eisentraut cd3b750929 Sort the output of --help mostly alphabetical, make it align better, make 17 years ago
Peter Eisentraut 7babccb915 Add the possibility to specify an explicit validator function for foreign-data 17 years ago
Andrew Dunstan fae3083c3b Reconnect to the right database when using parallel restore with -C. Fixes bug reported by Olivier Prenant 17 years ago
Bruce Momjian 1d88d4e2c0 Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relations 17 years ago
Bruce Momjian 5c89839ab2 Add missing newline. 17 years ago
Bruce Momjian 6883c54a62 Add pg_dump --binary-upgrade flag to be used by binary upgrade 17 years ago
Bruce Momjian d665ed5c21 Wrap some long queries. 17 years ago
Bruce Momjian 98ffcb66cb Uppercase keywords in pg_dump.c 17 years ago
Andrew Dunstan 775f1b379e Provide for parallel restoration from a custom format archive. Each data and 17 years ago
Alvaro Herrera 3a5b773715 Allow reloption names to have qualifiers, initially supporting a TOAST 17 years ago
Peter Eisentraut 5fe3da927b Revert updatable views 17 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 17 years ago
Peter Eisentraut dd7e54a17f Automatic view update rules 17 years ago
Tom Lane 390081e3f5 Fix a pg_dump output ordering problem introduced in 8.3 by the addition of 17 years ago
Magnus Hagander 3a819b0780 Throw an error when using -C and -1 at the same time in pg_restore. 17 years ago
Bruce Momjian d00a3472cf Update MinGW so it handles fseeko() similar to Unix. 17 years ago
Bruce Momjian 32695413f3 Make pg_dump and pg_dumpall --clean options match the SGML docs, for consistency. 17 years ago
Bruce Momjian 6715642000 Update pg_restore --help text to match the SGML documentation. 17 years ago
Tom Lane b0a6ad70a1 Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago