Commit Graph

7149 Commits (d46f100d06e85bf496c5b51e6acd3d80d0440956)

Author SHA1 Message Date
Tom Lane 00ce73778b Teach the planner to support index access methods that only implement 17 years ago
Tom Lane df8684c56f Remove documentation of log_restartpoints setting, which is obsoleted 17 years ago
Peter Eisentraut b966b519f5 Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade 17 years ago
Peter Eisentraut 12f87b2c82 Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove 17 years ago
Tom Lane 640796ff41 Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 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
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 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 451a15f95c Add note that inlined SQL functions aren't tracked by track_functions. 17 years ago
Bruce Momjian 36a9cf38c5 Add --freeze option to vacuumdb. 17 years ago
Bruce Momjian 6883c54a62 Add pg_dump --binary-upgrade flag to be used by binary upgrade 17 years ago
Tom Lane 57b5984d24 Minor wordsmithing. 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
Tom Lane 6d1e361852 Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically 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
Bruce Momjian b79e374519 Update wording of how to prevent pg_dump from affecting statistics 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
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 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
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
Bruce Momjian 3d1a1eeddb Document ways to avoid libpq WSACleanup() overhead on Windows. 17 years ago
Bruce Momjian 8c78f8e65c Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERY 17 years ago
Alvaro Herrera d1cf27a8ee Fix some SGML-compiler warnings on -wxml mode. 17 years ago
Bruce Momjian d8a30eca2e Update read committed documentation to better explain undesirable 17 years ago
Tom Lane c242502005 Document the longstanding behavior of LIMIT NULL and OFFSET NULL, 17 years ago
Andrew Dunstan 775f1b379e Provide for parallel restoration from a custom format archive. Each data and 17 years ago
Alvaro Herrera 3a5b773715 Allow reloption names to have qualifiers, initially supporting a TOAST 17 years ago
Peter Eisentraut 5e21197c7b Put pg_user_mapping section into the right (alphabetical) order. 17 years ago
Tom Lane 2044434996 Update back-branch release notes. 17 years ago
Peter Eisentraut 5fe3da927b Revert updatable views 17 years ago
Bruce Momjian 4d65d2872b Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE might return 17 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 17 years ago
Peter Eisentraut dd7e54a17f Automatic view update rules 17 years ago
Heikki Linnakangas 94136d5a18 Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the 17 years ago
Peter Eisentraut 93a6be63a5 Revise the permission checking on user mapping DDL commands. 17 years ago
Bruce Momjian fe62698218 Update \d*S documentation to be more accurate; system objects are added 17 years ago
Neil Conway fd1d4b3acd Fix an ungrammatical statement. 17 years ago