summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2022-05-08Release notes for 14.3, 13.7, 12.11, 11.16, 10.21.Tom Lane
2022-04-12Doc: tweak textsearch.sgml for SEO purposes.Tom Lane
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-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
2022-02-06Release notes for 14.2, 13.6, 12.10, 11.15, 10.20.Tom Lane
2022-02-05Doc: be clearer that foreign-table partitions need user-added constraints.Tom Lane
2022-02-03doc: clarify syntax notation, particularly parenthesesBruce Momjian
2022-02-02doc: Fix mistake in PL/Python documentationPeter Eisentraut
2022-02-02Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane
2022-01-25doc: Fix some grammarMichael Paquier
2022-01-20doc: Mention the level of locks taken on objects in COMMENTMichael Paquier
2022-01-19doc: Fix description of pg_replication_origin_oid() in error caseMichael Paquier
2022-01-10Doc: fix bogus example about ambiguous timestamps.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-02Fix typoMagnus Hagander
2021-12-22doc: clarify when expression indexes evaluate their expressionsBruce Momjian
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-12-15Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier
2021-12-08Doc: improve xfunc-c-type-table.Tom Lane
2021-12-03Doc: Fix misleading wording of CRL parametersDaniel Gustafsson
2021-11-29Doc: improve documentation about ORDER BY in matviews.Tom Lane
2021-11-24Doc: improve documentation about nextval()/setval().Tom Lane
2021-11-24Fix missing space in docs.Heikki Linnakangas
2021-11-24Add support for Visual Studio 2022 in build scriptsMichael Paquier
2021-11-17Doc: add see-also references to CREATE PUBLICATION.Daniel Gustafsson
2021-11-10Doc: improve protocol spec for logical replication Type messages.Tom Lane
2021-11-08Last-minute updates for release notes.Tom Lane
2021-11-08libpq: reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-07Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24.Tom Lane
2021-10-28doc: Fix link to SELinux user guide in sepgsql pageMichael Paquier
2021-10-27Clarify that --system reindexes system catalogs *only*Magnus Hagander
2021-10-23doc: Describe calculation method of streaming start for pg_receivewalMichael Paquier
2021-10-05Doc: improve description of UNION/INTERSECT/EXCEPT syntax.Tom Lane
2021-10-04doc: remove URL for ICU explorer/locexpBruce Momjian
2021-09-26Fix typos in docsMichael Paquier
2021-09-25Doc: extend warnings about collation-mismatch hazards in postgres_fdw.Tom Lane
2021-09-25Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson
2021-09-25doc: Improve description of index vacuuming with GUCsMichael Paquier
2021-09-25doc: Add missing markup in CREATE EVENT TRIGGER pageMichael Paquier
2021-09-19Doc: fix typos.Tom Lane
2021-09-02doc: Replace some uses of "which" by "that" in parallel.sgmlMichael Paquier
2021-08-27docs: clarify bgw_restart_time documentationDaniel Gustafsson
2021-08-17doc: \123 and \x12 escapes in COPY are in database encoding.Heikki Linnakangas
2021-08-09Last-minute updates for release notes.Tom Lane