Commit Graph

1828 Commits (13c00ae8c73ee9635c11059925814b351dc3593c)

Author SHA1 Message Date
Peter Eisentraut 6fa79755bd Add pg_basebackup -z option for compression with default level 15 years ago
Peter Eisentraut d68714b29c Allow pg_basebackup compressed tar output to stdout 15 years ago
Peter Eisentraut 3439e40f9a Put options in some sensible order 15 years ago
Peter Eisentraut 7920d033d8 Put documentation of backslash commands back in alphabetical order 15 years ago
Peter Eisentraut c8e0c32119 Rename pg_dump --no-security-label to --no-security-labels 15 years ago
Peter Eisentraut c13dc6402b Spell checking and markup refinement 15 years ago
Robert Haas 9bb6d97952 More cleanup of FOREIGN TABLE permissions handling. 15 years ago
Peter Eisentraut 87631ac98d Add some punctuation 15 years ago
Peter Eisentraut df6d033197 Put options in more alphabetical order 15 years ago
Robert Haas 3ef5b2df97 Fix typos in SECURITY LABEL documentation. 15 years ago
Peter Eisentraut 4b08bf8ce7 Small cleanup of spacing in verbatim DocBook elements 15 years ago
Heikki Linnakangas 39850c7fdb The arguments to pg_ctl kill are not optional - remove brackets in the docs. 15 years ago
Robert Haas be90032e0d Remove partial and undocumented GRANT .. FOREIGN TABLE support. 15 years ago
Tom Lane 9e9b9ac7d1 Make a code-cleanup pass over the collations patch. 15 years ago
Bruce Momjian 0cfdc1c657 Improve doc wording for SQL syntax of LIMIT/OFFSET. 15 years ago
Robert Haas a0e8df527e Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants. 15 years ago
Robert Haas 68739ba856 Allow ALTER TABLE name {OF type | NOT OF}. 15 years ago
Tom Lane 2d4617126f Document COLLATE option in CREATE TYPE reference page. 15 years ago
Tom Lane dd95a1d3dd Add some useful cross-references to the CREATE EXTENSION reference page. 15 years ago
Tom Lane 7c76906b7e Don't show unusable collations in psql's \dO command. 15 years ago
Tom Lane 8ad58279fa Add an example of WITH (UPDATE RETURNING) INSERT to the INSERT ref page. 15 years ago
Alvaro Herrera fc3459d70c Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source 15 years ago
Alvaro Herrera 8c250f3741 Duplicate expansion of "direction" from FETCH's synopsis into MOVE 15 years ago
Heikki Linnakangas d420ba2a2d Escape greater than and less than characters in docs. 15 years ago
Robert Haas 50533a6dc5 Support comments on FOREIGN DATA WRAPPER and SERVER objects. 15 years ago
Alvaro Herrera 01dd34d55a Fix broken markup, and remove tabs 15 years ago
Michael Meskes 71ac48fd9c Documented some ecpg command line options that were missing: 15 years ago
Robert Haas 5f588e2005 Corrections to CREATE FOREIGN TABLE documentation. 15 years ago
Bruce Momjian a858ca19df Adjust doc wording about the casting exceptions for composite types. 15 years ago
Bruce Momjian 94fe9c0f4e Use "backend process" rather than "backend server", where appropriate. 15 years ago
Bruce Momjian ea5c4c71f6 Fix "unparenthesized" mention in vacuum docs. 15 years ago
Bruce Momjian afaed3add8 Document that pg_dump --clean might generate some harmless errors on restore. 15 years ago
Bruce Momjian ad44d50591 Document that the parenthesized VACUUM syntax is deprecated, not the 15 years ago
Bruce Momjian 26174d5fd0 Reference doc "examples" section for pg_dump options that often need 15 years ago
Bruce Momjian ed0327495c Use '=' when documenting long options. 15 years ago
Tom Lane a051ef699c Remove collation information from TypeName, where it does not belong. 15 years ago
Bruce Momjian 01752f7bba Document that server single-user mode does not do checkpoints or other 15 years ago
Tom Lane 49a08ca1e9 Adjust the permissions required for COMMENT ON ROLE. 15 years ago
Bruce Momjian c290476cbd Remove '=' from initdb switch syntax. 15 years ago
Bruce Momjian 8cc55b1c0f Improve wording of initdb and pg_controldata manual pages. 15 years ago
Tom Lane a612b17120 Assorted editing for collation documentation. 15 years ago
Tom Lane f8c0af840d Minor copy-editing in CREATE TRIGGER reference page. 15 years ago
Heikki Linnakangas faba108fe4 Document the DEFERRABLE option in SET TRANSACTION command. 15 years ago
Tom Lane ba0c93a0f4 Convert createlang/droplang to use CREATE/DROP EXTENSION. 15 years ago
Tom Lane c2903fb3d2 Update documentation to reflect that standard PLs are now extensions. 15 years ago
Tom Lane 8d3b421f5f Allow non-superusers to create (some) extensions. 15 years ago
Tom Lane 43bdf3583a Add 'collatable' to the Parameters section of CREATE TYPE. 15 years ago
Tom Lane 2f6c8453cf Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER. 15 years ago
Tom Lane 0ef0b30204 Add documentation for data-modifying statements in WITH clauses. 15 years ago
Robert Haas 3e6b305d9e Fix a couple of unlogged tables goofs. 15 years ago