Commit Graph

13171 Commits (06fc54cd4355caf8e271ffc864885ccaa879159e)

Author SHA1 Message Date
Fujii Masao 7a3e8d7b50 Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc. 9 years ago
Fujii Masao a6e7d591d0 Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPTION. 9 years ago
Peter Eisentraut f6f9f8a24c doc: Tweak CSS 9 years ago
Robert Haas 9cc27566c1 Fix pgstattuple's handling of unused hash pages. 9 years ago
Bruce Momjian 1e298b8dbb doc: clearify pg_upgrade default copy behavior 9 years ago
Bruce Momjian 1c1a4726eb docs: Improve window function docs 9 years ago
Magnus Hagander 6da56f3f84 Remove support for bcc and msvc standalone libpq builds 9 years ago
Michael Meskes a6940bdcb9 Document that bytea is best represented as char * in C for ecpg. 9 years ago
Tom Lane 511540dadf Move isolationtester's is-blocked query into C code for speed. 9 years ago
Heikki Linnakangas 9cf5c31964 Fix indentation. 9 years ago
Heikki Linnakangas 6c4ad8b7bf Document the "replication" option in StartupMessage. 9 years ago
Peter Eisentraut f0e44021df doc: Add some markup 9 years ago
Kevin Grittner c63172d60f Add GUCs for predicate lock promotion thresholds. 9 years ago
Peter Eisentraut 453aaf7688 doc: Add SPFLAGS to osx calls 9 years ago
Peter Eisentraut 234811c21d doc: Add missing closing tag 9 years ago
Robert Haas d4116a7719 Add ProcArrayGroupUpdate wait event. 9 years ago
Andrew Dunstan cf35346e81 Make json_populate_record and friends operate recursively 9 years ago
Peter Eisentraut 510074f9f0 Remove use of Jade and DSSSL 9 years ago
Peter Eisentraut 6f1b9aaae3 Fix logical replication between different encodings 9 years ago
Peter Eisentraut a071fe87a2 doc: Formatting fix for XSL-FO PDF build 9 years ago
Peter Eisentraut 3217327053 Identity columns 9 years ago
Simon Riggs 68ea2b7f9b Reduce lock level for CREATE STATISTICS 9 years ago
Simon Riggs 2686ee1b7c Collect and use multi-column dependency stats 9 years ago
Simon Riggs 00b6b6feb1 Allow --with-wal-segsize=n up to n=1024MB 9 years ago
Peter Eisentraut 63e5d02af3 doc: Remove remark elements 9 years ago
Peter Eisentraut afd79873a0 Capitalize names of PLs consistently 9 years ago
Peter Eisentraut 193f5f9e91 pageinspect: Add bt_page_items function with bytea argument 9 years ago
Kevin Grittner 5ebeb579b9 Follow-on cleanup for the transition table patch. 9 years ago
Andrew Dunstan e75a78656b Clarify documentation of to_tsvector(json(b)) 9 years ago
Peter Eisentraut 60a0b2ec89 Adjust min/max values when changing sequence type 9 years ago
Robert Haas ea69a0dead Expand hash indexes more gradually. 9 years ago
Robert Haas 334bf9c77d Further corrections and improvements to partitioning documentation. 9 years ago
Peter Eisentraut 70da87d334 doc: Change xref style to number only 9 years ago
Tom Lane ffac5998b4 Doc: clarify behavior of OT_WHOLE_LINE and OT_FILEPIPE psql slash commands. 9 years ago
Tom Lane 68dba97a4d Document psql's behavior of recalling the previously executed query. 9 years ago
Tom Lane f833c847b8 Allow psql variable substitution to occur in backtick command strings. 9 years ago
Alvaro Herrera c655899ba9 BRIN de-summarization 9 years ago
Alvaro Herrera 7526e10224 BRIN auto-summarization 9 years ago
Kevin Grittner 5970271632 Add transition table support to plpgsql. 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Robert Haas 2113ac4cbb Don't use bgw_main even to specify in-core bgworker entrypoints. 9 years ago
Tom Lane 64d4da511c For foreign keys, check REFERENCES privilege only on the referenced table. 9 years ago
Robert Haas 8f18a880a5 Improve documentation for table partitioning. 9 years ago
Robert Haas f05230752d Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table." 9 years ago
Robert Haas c94e6942ce Don't allocate storage for partitioned tables. 9 years ago
Robert Haas f49bcd4ef3 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. 9 years ago
Andrew Dunstan e306df7f9c Full Text Search support for json and jsonb 9 years ago
Tom Lane ab1e644005 Fix broken markup. 9 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Tom Lane e984ef5861 Support \if ... \elif ... \else ... \endif in psql scripting. 9 years ago