summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2024-11-01doc: clarify text around MVCC example queryBruce Momjian
2024-11-01doc: remove useless MERGE exampleBruce Momjian
2024-11-01doc: improve tablespace example query and link to helper funcs.Bruce Momjian
2024-11-01doc: fix ALTER DOMAIN domain_constraint to spell out optionsBruce Momjian
2024-11-01doc: explain how the home directory is found on Unix-like syst.Bruce Momjian
2024-11-01doc: Add link to listen_addresses as cause of connection failureBruce Momjian
2024-11-01doc: improve build for non-Latin1 charactersBruce Momjian
2024-11-01doc: remove mention of ActiveState for Perl and Tcl on WindowsBruce Momjian
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-29Doc: add detail about EXPLAIN's "Disabled" propertyDavid Rowley
2024-10-29doc: Add better description for rewrite functions in event triggersMichael Paquier
2024-10-29Doc: clarify enable_indexscan=off also disabled Index Only ScansDavid Rowley
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-10-25doc: Fix typo in pg_restore_*_stats function documentationDaniel Gustafsson
2024-10-25Doc: Add a caution in alter publication.Amit Kapila
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-10-24Support configuring multiple ECDH curvesDaniel Gustafsson
2024-10-24Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-23Another documentation fixup.Jeff Davis
2024-10-23Documentation fixup.Jeff Davis
2024-10-23doc: Fix INSERT statement syntax for identity columnsDaniel Gustafsson
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-20Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualifiedÁlvaro Herrera
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis
2024-10-18Adjust documentation for configuring Linux huge pages.Nathan Bossart
2024-10-16initdb: Change default to using data checksums.Peter Eisentraut
2024-10-16doc: Fix initdb option xreflabelsPeter Eisentraut
2024-10-15Add contrib/pg_logicalinspect.Masahiko Sawada
2024-10-14doc: Add anchors for COPY format descriptionsDaniel Gustafsson
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis
2024-10-11Add pg_ls_summariesdir().Nathan Bossart
2024-10-08pg_stat_statements: Add columns to track parallel worker activityMichael Paquier
2024-10-08Add min and max aggregates for bytea type.Tom Lane
2024-10-08Doc: add check to detect non-breaking spaces in the docs.Tatsuo Ishii
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao
2024-10-07doc: Quote value in SET NAMES documentationDaniel Gustafsson
2024-10-07doc: Add minimal C and SQL example to add a custom table AM handlerMichael Paquier
2024-10-03file_fdw: Add on_error and log_verbosity options to file_fdw.Fujii Masao
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-10-02doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson
2024-10-02doc: Add link to login event trigger exampleDaniel Gustafsson
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-10-02doc: Clarify name of files generated by pg_waldump --save-fullpageMichael Paquier
2024-10-01initdb: Add new option "--no-data-checksums"Peter Eisentraut
2024-10-01Tweak docs to reduce possible impact of data checksumsPeter Eisentraut