aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* doc: Add better description for rewrite functions in event triggersMichael Paquier2024-10-29
* Doc: clarify enable_indexscan=off also disabled Index Only ScansDavid Rowley2024-10-29
* Change the default value of the streaming option to 'parallel'.Amit Kapila2024-10-28
* doc: Fix typo in pg_restore_*_stats function documentationDaniel Gustafsson2024-10-25
* Doc: Add a caution in alter publication.Amit Kapila2024-10-25
* Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis2024-10-24
* Support configuring TLSv1.3 cipher suitesDaniel Gustafsson2024-10-24
* Support configuring multiple ECDH curvesDaniel Gustafsson2024-10-24
* Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson2024-10-24
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Another documentation fixup.Jeff Davis2024-10-23
* Documentation fixup.Jeff Davis2024-10-23
* doc: Fix INSERT statement syntax for identity columnsDaniel Gustafsson2024-10-23
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualifiedÁlvaro Herrera2024-10-20
* Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis2024-10-18
* Adjust documentation for configuring Linux huge pages.Nathan Bossart2024-10-18
* initdb: Change default to using data checksums.Peter Eisentraut2024-10-16
* doc: Fix initdb option xreflabelsPeter Eisentraut2024-10-16
* Add contrib/pg_logicalinspect.Masahiko Sawada2024-10-14
* doc: Add anchors for COPY format descriptionsDaniel Gustafsson2024-10-14
* Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis2024-10-11
* Add pg_ls_summariesdir().Nathan Bossart2024-10-11
* pg_stat_statements: Add columns to track parallel worker activityMichael Paquier2024-10-09
* Add min and max aggregates for bytea type.Tom Lane2024-10-08
* Doc: add check to detect non-breaking spaces in the docs.Tatsuo Ishii2024-10-08
* Add REJECT_LIMIT option to the COPY command.Fujii Masao2024-10-08
* doc: Quote value in SET NAMES documentationDaniel Gustafsson2024-10-07
* doc: Add minimal C and SQL example to add a custom table AM handlerMichael Paquier2024-10-07
* file_fdw: Add on_error and log_verbosity options to file_fdw.Fujii Masao2024-10-03
* Add log_verbosity = 'silent' support to COPY command.Fujii Masao2024-10-03
* Remove support for unlogged on partitioned tablesMichael Paquier2024-10-03
* doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson2024-10-02
* doc: Add link to login event trigger exampleDaniel Gustafsson2024-10-02
* Fix inconsistent reporting of checkpointer stats.Fujii Masao2024-10-02
* doc: Clarify name of files generated by pg_waldump --save-fullpageMichael Paquier2024-10-02
* initdb: Add new option "--no-data-checksums"Peter Eisentraut2024-10-01
* Tweak docs to reduce possible impact of data checksumsPeter Eisentraut2024-10-01
* jit: Require at least LLVM 14, if enabled.Peter Eisentraut2024-10-01
* doc: Mention the connstring key word for PGSERVICEDaniel Gustafsson2024-10-01
* Doc: replace unnecessary non-breaking space with ordinal space.Tatsuo Ishii2024-10-01
* Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane2024-09-30
* docs: Enhance the pg_stat_checkpointer view documentation.Fujii Masao2024-10-01
* Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera2024-09-30
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* doc: Note that CREATE MATERIALIZED VIEW restricts search_path.Nathan Bossart2024-09-27
* pg_verifybackup: Verify tar-format backups.Robert Haas2024-09-27
* Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane2024-09-26
* Doc: InitPlans aren't parallel-restricted any more.Tom Lane2024-09-26