summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-08-08Last-minute updates for release notes.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-07Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.Tom Lane
2022-08-05First-draft release notes for 14.5.Tom Lane
2022-08-04Fix assorted doc typosJohn Naylor
2022-08-04Clarify DROP EXTENSION docs regarding explicitly dependent routinesJohn Naylor
2022-07-27Allow "in place" tablespaces.Alvaro Herrera
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-23Doc: improve documentation about random().Tom Lane
2022-07-21doc: use wording "restore" instead of "reload" of dumpsBruce Momjian
2022-07-21doc: clarify that auth. names are lower case and case-sensitiveBruce Momjian
2022-07-15Clarify that pg_dump takes ACCESS SHARE lockJohn Naylor
2022-07-15docs: make monitoring "phases" table titles consistentBruce Momjian
2022-07-14doc: clarify how dropping of extensions affects dependent objs.Bruce Momjian
2022-07-14pg_upgrade doc: mention that replication slots must be recreatedBruce Momjian
2022-07-14doc: add documentation about ecpg Oracle-compatibility modeBruce Momjian
2022-07-14doc: clarify the behavior of identically-named savepointsBruce Momjian
2022-07-14doc: clarify that "excluded" ON CONFLICT is a single rowBruce Momjian
2022-07-14doc: mention that INSERT can block because of unique indexesBruce Momjian
2022-07-14doc: mention the pg_locks lock names in parenthesesBruce Momjian
2022-07-11doc: Fix inconsistent quotes in some jsonb fieldsMichael Paquier
2022-07-09doc: add examples for array_length() and jsonb_array_length()Bruce Momjian
2022-07-08doc: add pg_prewarm exampleBruce Momjian
2022-07-05BRIN: improve documentation on summarizationAlvaro Herrera
2022-06-22doc: improve wording of plpgsql RAISE format textBruce Momjian
2022-06-22doc: clarify wording about phantom readsBruce Momjian
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-06-14Doc: clarify the default collation behavior of domains.Tom Lane
2022-06-10Doc: remove a04ccf6df from release notes, now that it's reverted.Tom Lane
2022-06-10Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...Tom Lane
2022-06-10First-draft release notes for 14.4.Tom Lane
2022-06-08Doc: copy-edit "jsonb Indexing" section.Tom Lane
2022-06-06Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier
2022-06-03Doc: improve example for intarray's uniq() function.Tom Lane
2022-06-03Doc: fix incorrect bit-reversal in example of macaddr formatting.Tom Lane
2022-06-02Doc: Further fix CREATE FOREIGN TABLE synopsis.Etsuro Fujita
2022-06-01Doc: fix a couple of erroneous examples.Tom Lane
2022-06-01Doc: mention limitation of the number of resultset columnsDavid Rowley
2022-05-31Recommend scram-sha-256 instead of md5 authentication in docsMagnus Hagander
2022-05-31Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera
2022-05-31Doc: fix mention of pg_dump's minimum supported server version.Tom Lane
2022-05-30doc: Reword description of roles able to view track_activities's infoMichael Paquier
2022-05-29Doc: fix missing/bogus documentation of range_intersect_agg().Tom Lane
2022-05-26In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.Robert Haas
2022-05-21doc: Mention pg_read_all_stats in description of track_activitiesMichael Paquier
2022-05-20doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLYAlvaro Herrera
2022-05-19Doc: clarify location of libpq's default service file on Windows.Tom Lane
2022-05-09Last-minute updates for release notes.Tom Lane
2022-05-08Release notes for 14.3, 13.7, 12.11, 11.16, 10.21.Tom Lane
2022-05-05First-draft release notes for 14.3.Tom Lane