Commit Graph

15469 Commits (eb086056fec44516efdd5db71244a079fed65c7f)

Author SHA1 Message Date
Tom Lane e6f9539dc3 Doc: add an example of a self-referential foreign key to ddl.sgml. 5 years ago
Tom Lane 386e64ea5a Doc: update libpq's documentation for PQfn(). 5 years ago
Alvaro Herrera 94b9cb7225
Improve documentation for default_tablespace on partitioned tables 5 years ago
Michael Paquier 2977f244bc doc: Fix description of target_session_attrs=prefer-standby 5 years ago
Alvaro Herrera d6b8d29419
Allow a partdesc-omitting-partitions to be cached 5 years ago
Tom Lane c93f8f3b8d Doc: fix discussion of how to get real Julian Dates. 5 years ago
Fujii Masao 0c8f40863a doc: Review for "Allow TRUNCATE command to truncate foreign tables". 5 years ago
Fujii Masao 8e9ea08bae Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. 5 years ago
Tom Lane 79a5928ebc Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation. 5 years ago
Andrew Dunstan b859d94c63 Provide pg_amcheck with an --install-missing option 5 years ago
Michael Paquier 0d0049c58b Doc: Remove extraneous whitespaces with some tags 5 years ago
Magnus Hagander 7531fcb1fc Mention that toplevel is part of pg_stat_statements key. 5 years ago
Peter Eisentraut 9bd563aa9f doc: Fix typos 5 years ago
Fujii Masao eaec48b3c5 doc: Fix obsolete description about pg_basebackup. 5 years ago
Peter Eisentraut 197d33ccbe Fix some trailing whitespace in documentation files 5 years ago
Bruce Momjian 84f15ccd4c doc: mention <link> can be inside of <command>, but not <xref> 5 years ago
Tom Lane 82b13dbc4d Doc: document the tie-breaking behavior of the round() function. 5 years ago
Michael Paquier 1599e7b375 doc: Move parallel_leader_participation to its correct category 5 years ago
Peter Eisentraut 544b28088f doc: Improve hyphenation consistency 5 years ago
Michael Paquier 64087eb5de doc: List compute_query_id in required config for pg_stat_statements 5 years ago
Bruce Momjian db01f797dd Fix interaction of log_line_prefix's query_id and log_statement 5 years ago
Bruce Momjian 9660834dd8 adjust query id feature to use pg_stat_activity.query_id 5 years ago
Amit Kapila c64dcc7fee Fix test case added by commit f5fc2f5b23. 5 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 5 years ago
Peter Eisentraut f7c09706c1 doc: Fix up spacing around verbatim DocBook elements 5 years ago
Michael Paquier 254a2164e5 doc: Fix typo in example query of SQL/JSON 5 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 5 years ago
Thomas Munro 1bf946bd43 Doc: Document known problem with Windows collation versions. 5 years ago
Tom Lane 1111b2668d Undo decision to allow pg_proc.prosrc to be NULL. 5 years ago
Peter Eisentraut fae65629ce Revert "psql: Show all query results by default" 5 years ago
Fujii Masao e2e2efca85 doc: Add missing COMPRESSION into CREATE TABLE synopsis. 5 years ago
Michael Paquier 1840d9f4c8 doc: Simplify example of HISTFILE for psql 5 years ago
Michael Paquier 344487e2db Tweak behavior of pg_dump --extension with configuration tables 5 years ago
Michael Paquier ac725ee0f9 doc: Move force_parallel_mode to section for developer options 5 years ago
Robert Haas e8c435a824 docs: Update TOAST storage docs for configurable compression. 5 years ago
Fujii Masao 5fe83adad9 doc: Fix typo in logicaldecoding.sgml. 5 years ago
Michael Paquier b094063cd1 Move log_autovacuum_min_duration into its correct sections 5 years ago
Amit Kapila 15c1a9d9cb doc: Update information of new messages for logical replication. 5 years ago
Tom Lane 07b76833b1 Doc: update documentation of check_function_bodies. 5 years ago
Peter Eisentraut 9cae39b8e6 doc: Fix man page whitespace issues 5 years ago
Thomas Munro dc88460c24 Doc: Review for "Optionally prefetch referenced data in recovery." 5 years ago
Peter Eisentraut 49fb4e6b24 doc: Additional documentation for date_bin 5 years ago
Alvaro Herrera 41badeaba8
Document ANALYZE storage parameters for partitioned tables 5 years ago
Michael Paquier 609b0652af Fix typos and grammar in documentation and code comments 5 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 5 years ago
Thomas Munro 1d257577e0 Optionally prefetch referenced data in recovery. 5 years ago
Magnus Hagander aaf0432572 Add functions to wait for backend termination 5 years ago
Peter Eisentraut fb310f1781 doc: Prefer explicit JOIN syntax over old implicit syntax in tutorial 5 years ago
Magnus Hagander 6b4d23feef Track identical top vs nested queries independently in pg_stat_statements 5 years ago
Tom Lane a3027e1e7f Allow psql's \df and \do commands to specify argument types. 5 years ago