Commit Graph

27982 Commits (cdd46c765488a317997c266ba2bdcc85c4a95c8f)
 

Author SHA1 Message Date
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
Bruce Momjian 97072ad80c Remove documentation mention that hash indexes perform no better than 17 years ago
Bruce Momjian 0c0d652031 Uppercase CHECK mention in relchecks documentation mention. 17 years ago
Bruce Momjian e795b56322 ecpg requires libpq; add Makefile rules to require libpq to be built 17 years ago
Bruce Momjian 952fe78a05 Properly wrap new pg_dump doc text. 17 years ago
Bruce Momjian ec48770e0c Update pg_constraint.conkey documentation description. 17 years ago
Bruce Momjian d54ae17b63 Document disabling the statistics collector pg_dump activity, and give a 17 years ago
Bruce Momjian 65b731bd9d Fix to_timestamp() to not require upper/lower case matching for meridian 17 years ago
Heikki Linnakangas b75b66332a Fix obsolete comment. Zdenek Kotala 17 years ago
Peter Eisentraut a3a7d47275 Set column privileges to supported 17 years ago
Tom Lane c473d92351 Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join 17 years ago
Tom Lane c87c31f10b Ooops, forgot to update COPY reference page to mention column privileges. 17 years ago
Tom Lane 7449427a1e Clean up some loose ends from the column privileges patch: add 17 years ago
Bruce Momjian 0274e1b949 Fix typo in docs. 17 years ago