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-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-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-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-10Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...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: mention limitation of the number of resultset columnsDavid Rowley
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-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-19Doc: clarify location of libpq's default service file on Windows.Tom Lane
2022-05-11Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier
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-04-12Docs: adjust pg_upgrade syntax to mark -B as optionalDavid Rowley
2022-04-12Doc: tweak textsearch.sgml for SEO purposes.Tom Lane
2022-04-12Docs: avoid confusing use of the word "synchronized"David Rowley
2022-03-31doc: Fix typo in ANALYZE documentationDaniel Gustafsson
2022-03-28Document autoanalyze limitations for partitioned tablesTomas Vondra
2022-03-20Doc: fix our example systemd script.Tom Lane
2022-03-19doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-09doc: Add ALTER/DROP ROUTINE to the event trigger matrixMichael Paquier
2022-03-02Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-16Doc: Update documentation for modifying postgres_fdw foreign tables.Etsuro Fujita
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila