Commit Graph

7281 Commits (dd4cd55c15886c46378dc27f44f59a6de8c4d45b)

Author SHA1 Message Date
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
Neil Conway ea4b54e5f9 Fix typo. 17 years ago
Heikki Linnakangas 6587818542 Add vacuum_freeze_table_age GUC option, to control when VACUUM should 17 years ago
Heikki Linnakangas 14bfea3b75 Change explanation of pg_switch_xlog()'s return value to match code. 17 years ago
Bruce Momjian 520c41b526 Add documentation mention that full page writes have to be enabled for 17 years ago
Bruce Momjian afe8ac2078 Document how pglesslog can be used to reduce the storage requirements of PITR. 17 years ago
Peter Eisentraut 405728f669 Add some minimal documentation that the SQL standard requires parentheses 17 years ago
Peter Eisentraut ca8100f9eb Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 17 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 17 years ago
Bruce Momjian 3b34e98242 Modify libpq environment variable documentation to point to the relevant 17 years ago
Bruce Momjian 2f90d9ff04 Update link guidelines. 17 years ago
Bruce Momjian feba07f838 Add guidelines section. 17 years ago
Bruce Momjian 908e2c7fd1 Add file to explain SGML linking options, for use by SGML document 17 years ago
Tom Lane ccb51c0842 A further attempt at clarifying the \distv business. 17 years ago
Bruce Momjian d3706cb6d2 Remove tabs from SGML docs. 17 years ago
Peter Eisentraut f8e5b79368 Change chapter titles thus: 17 years ago
Peter Eisentraut 26dc14b6b2 Rewrite update-po target, so that it works less like a shell script and more 17 years ago
Magnus Hagander 1b4e729eaa Make krb_realm and krb_server_hostname be pg_hba options only, and remove 17 years ago
Andrew Dunstan 32e1265dd9 Document values for pg_constraint confupdtype, confdeltype and confmatchtype columns. 17 years ago