Commit Graph

27995 Commits (3e96ed4c2b3e8422eb57ab8aaa379d5e1208d981)
 

Author SHA1 Message Date
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
Tom Lane 68d95f12e7 Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 17 years ago
Alvaro Herrera 787020fd3d Improve psql \d+ to show TOAST reloptions too. Per complaint from 17 years ago
Peter Eisentraut 20a43b16b4 Only unset the locale environment when --no-locale is used (the way it was 17 years ago
Bruce Momjian 715ea2bf18 Clarify PQinitSSL() documentation to mention what the argument controls. 17 years ago
Peter Eisentraut 8b9dd6b5fd Support for KOI8U encoding 17 years ago
Peter Eisentraut 1cb54c2860 Remove the encoding *numbers* from the comments. They are useless, and 17 years ago
Peter Eisentraut 06941da30b Add possibility to generate only some files, by passing command-line 17 years ago
Bruce Momjian b79e374519 Update wording of how to prevent pg_dump from affecting statistics 17 years ago
Tom Lane 8205258fa6 Adopt Bob Jenkins' improved hash function for hash_any(). This changes the 17 years ago
Alvaro Herrera 834a6da4f7 Update autovacuum to use reloptions instead of a system catalog, for 17 years ago
Bruce Momjian 57b10ebcd4 Fix spelling error in docs. 17 years ago
Tom Lane 3d02cae310 Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs 17 years ago
Bruce Momjian 053835d334 Document that LIMIT NULL is the same as no LIMIT clause. 17 years ago