Commit Graph

28070 Commits (2dbbf33f4a95cdcce66365bcdb47c885a8858d3c)
 

Author SHA1 Message Date
Tom Lane 876b37d50a Fix buffer allocations in encoding conversion routines so that they won't 17 years ago
Tom Lane 21eb6aeb36 Shave a few cycles in compare_pathkeys() by checking for pointer-identical 17 years ago
Tom Lane 640796ff41 Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 17 years ago
Tom Lane 07b9936a0f Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are within 17 years ago
Tom Lane 75c85bd199 Tighten up join ordering rules to account for recent more-careful analysis 17 years ago
Heikki Linnakangas 5c4ca3b632 In CREATE CONVERSION, test that the given function is a valid conversion 17 years ago
Peter Eisentraut 92fc8b41e5 Add the long options to the psql --help display, where they were curiously 17 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Peter Eisentraut 867a2a6d81 Fix the inconsistent and wrong claims that the option value in CREATE 17 years ago
Tom Lane f01313bc0d Improve create_unique_path to not be fooled by unrelated clauses that happen 17 years ago
Tom Lane f4fea44ce1 Remove outdated join_1.out regression test comparison file. This has 17 years ago
Peter Eisentraut 257c4ff160 Final removal of -q options, which haven't done anything since 8.3 and 17 years ago
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