summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* autho_explain: Add GUC to log query parametersMichael Paquier2022-07-061-0/+19
* Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas2022-07-052-2/+2
* BRIN: improve documentation on summarizationAlvaro Herrera2022-07-052-21/+59
* Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut2022-07-051-0/+2
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-051-0/+12
* Prevent write operations on large objects in read-only transactionsMichael Paquier2022-07-041-1/+3
* Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-041-1/+1
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-031-1/+8
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-031-0/+5
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-021-1/+1
* doc: Add index entry for MERGE SQL command.Fujii Masao2022-07-011-0/+3
* Clarify that pg_dump takes ACCESS SHARE lockJohn Naylor2022-07-011-2/+2
* Stamp HEAD as 16devel.Tom Lane2022-06-304-3412/+18
* relnotes: update item about public schema permission changeBruce Momjian2022-06-281-5/+3
* Remove outdated recommendation for manual VACUUMMagnus Hagander2022-06-271-15/+5
* doc: Mention attribute "inherited" in pg_stats_ext[_exprs]Michael Paquier2022-06-271-0/+22
* Doc: clarify that tablesync ignores publish operation.Amit Kapila2022-06-243-3/+225
* Fix two issues with HEADER MATCH in COPYMichael Paquier2022-06-231-0/+2
* doc: improve wording of plpgsql RAISE format textBruce Momjian2022-06-221-1/+1
* doc: clarify wording about phantom readsBruce Momjian2022-06-222-4/+5
* doc: Clean up title case usePeter Eisentraut2022-06-222-3/+3
* doc: Make some synopsis punctuation consistentPeter Eisentraut2022-06-211-5/+5
* Fix file references inside some SGML commentsPeter Eisentraut2022-06-207-12/+12
* relnotes: simplify wording of pg_basebackup compression itemBruce Momjian2022-06-191-3/+3
* Message and documentation refinementsPeter Eisentraut2022-06-191-2/+2
* doc: Do s/int/integer/ to describe the type of some GUC parametersMichael Paquier2022-06-173-3/+3
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-161-11/+0
* Link to MVCC docs in MERGE docsAlvaro Herrera2022-06-152-35/+40
* Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier2022-06-151-1/+2
* Doc: clarify the default collation behavior of domains.Tom Lane2022-06-141-1/+2
* relnotes: update word wrappingBruce Momjian2022-06-111-396/+454
* relnotes: update AS OF dateBruce Momjian2022-06-111-1/+1
* relnotes: add links to the release notes, indent, word wrapBruce Momjian2022-06-112-1278/+1728
* relnotes: add markup of textBruce Momjian2022-06-101-193/+188
* Doc: copy-edit "jsonb Indexing" section.Tom Lane2022-06-081-22/+32
* Put option listing back into alphabetical orderPeter Eisentraut2022-06-081-13/+13
* Restructure pg_upgrade output directories for better idempotenceMichael Paquier2022-06-081-1/+4
* Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier2022-06-061-2/+4
* Doc: improve example for intarray's uniq() function.Tom Lane2022-06-031-0/+5
* Doc: fix incorrect bit-reversal in example of macaddr formatting.Tom Lane2022-06-031-4/+4
* Doc: Further fix CREATE FOREIGN TABLE synopsis.Etsuro Fujita2022-06-021-1/+1
* Prohibit combining publications with different column lists.Amit Kapila2022-06-022-1/+16
* Doc: fix a couple of erroneous examples.Tom Lane2022-06-011-3/+3
* Doc: mention limitation of the number of resultset columnsDavid Rowley2022-06-011-0/+6
* Recommend scram-sha-256 instead of md5 authentication in docsMagnus Hagander2022-05-311-2/+2
* Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera2022-05-312-4/+0
* Doc: fix mention of psql's minimum supported server version.Tom Lane2022-05-311-1/+1
* Doc: fix mention of pg_dump's minimum supported server version.Tom Lane2022-05-311-1/+1
* doc: Reword description of roles able to view track_activities's infoMichael Paquier2022-05-301-2/+3
* Doc: fix missing/bogus documentation of range_intersect_agg().Tom Lane2022-05-292-12/+1