Commit Graph

19602 Commits (31d1f2330277a91f59fe050cc85ced25ee55f95d)

Author SHA1 Message Date
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
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
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
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
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
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
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
Tom Lane 3d02cae310 Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs 17 years ago
Bruce Momjian e795b56322 ecpg requires libpq; add Makefile rules to require libpq to be built 17 years ago
Bruce Momjian 65b731bd9d Fix to_timestamp() to not require upper/lower case matching for meridian 17 years ago