Commit Graph

28008 Commits (9de59fd191dc86e7a49a5d7726ef09041549fc88)
 

Author SHA1 Message Date
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Tom Lane eea49769d4 Fix an old problem in decompilation of CASE constructs: the ruleutils.c code 17 years ago
Magnus Hagander 59a64e381c Remove references to foreign data wrapper libraries, since they have 17 years ago
Peter Eisentraut 32b02332e1 Use the same style in the help synopsis that other programs are using. 17 years ago
Peter Eisentraut b2f47aa325 Clean up help (-?) output. 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
Heikki Linnakangas 0160cebee9 Put back a "continue" that went missing in the changes to start background 17 years ago
Tom Lane e549722a8b Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 17 years ago
Peter Eisentraut 7380b6384b Don't append epoch to log_filename if no format specifier is given. 17 years ago
Peter Eisentraut 7babccb915 Add the possibility to specify an explicit validator function for foreign-data 17 years ago
Tom Lane f73bed308a Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER 17 years ago
Tom Lane 7de7876cd5 Fix psql's \dD to show only one row per domain, even when the domain has 17 years ago
Peter Eisentraut 3e96ed4c2b Add quotes to message 17 years ago
Heikki Linnakangas bc134d7a51 Change the signaling of end-of-recovery. Startup process now indicates end 17 years ago
Tom Lane 451a15f95c Add note that inlined SQL functions aren't tracked by track_functions. 17 years ago
Peter Eisentraut 1491b4c47d another small message tweak 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
Tom Lane 7920ed389c Simplify overcomplicated (and overly restrictive) test to see whether an 17 years ago
Tom Lane 233b8a99ad Improve comments about semijoin implementation strategy, per a question 17 years ago
Heikki Linnakangas 5717f3a3e6 Fix bogus comment, from the patch to start bgwriter during archive 17 years ago
Peter Eisentraut 80e26caa02 Wordsmithing for PL/Perl messages 17 years ago
Peter Eisentraut 6becfa280c Add an implicit rule %.c -> %.i for running the C preprocessor. 17 years ago
Peter Eisentraut b870f8008d Remove croak and Perl_croak from gettext triggers. While we could 17 years ago
Heikki Linnakangas 6ebc6d9089 Increase NUM_AUXILIARY_PROCS, now that the startup process can co-exist 17 years ago
Tom Lane 86ffdcad1b Remove the special cases to prevent minus-zero results in float4 and float8 17 years ago
Heikki Linnakangas cdd46c7654 Start background writer during archive recovery. Background writer now performs 17 years ago
Bruce Momjian 36a9cf38c5 Add --freeze option to vacuumdb. 17 years ago
Bruce Momjian 1d88d4e2c0 Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relations 17 years ago
Peter Eisentraut b9a366933d Message wordsmithing 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
Peter Eisentraut 82aea0efe8 Add _() calls for the argument of plpgsql_yyerror() so it actually gets 17 years ago
Peter Eisentraut 207b4e7461 Add plpgsql_yyerror to gettext triggers 17 years ago
Peter Eisentraut 1d6b681ed3 Mark 3rd argument of validate_tupdesc_compat() for translation, instead of 17 years ago
Peter Eisentraut b06abb7455 Redefine _() to dgettext() instead of gettext() so that it uses the plpgsql 17 years ago
Peter Eisentraut acee2f6fa4 Remove gettext trigger write_stderr(), which isn't used by PLs. 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
Tom Lane ce6e31de9c Teach the planner to treat a partial unique index as proving a variable is 17 years ago
Tom Lane 57b5984d24 Minor wordsmithing. 17 years ago
Magnus Hagander 2e371183ee Loop calling CallNamedPipe() several times in case it fails, 17 years ago
Tom Lane 3f7626e9f2 A couple of marginal performance hacks for the information_schema views: 17 years ago
Tom Lane ca5646fc82 Fix UNLISTEN to fall out quickly if the current backend has never executed 17 years ago
Andrew Dunstan 30735adfe4 do not use unsetenv.c on mingw 17 years ago
Peter Eisentraut 71936fc5eb The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 17 years ago
Peter Eisentraut c1c1886d82 Unset language-related locale settings in any case, otherwise psql will 17 years ago
Bruce Momjian eee82d44bd Remove tabs from SGML. 17 years ago
Magnus Hagander b31d0719fb Don't call SetEnvironmentVariable() when removing an environment variable, 17 years ago
Tom Lane 6d1e361852 Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically 17 years ago