summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2024-10-01jit: Require at least LLVM 14, if enabled.Peter Eisentraut
2024-10-01doc: Mention the connstring key word for PGSERVICEDaniel Gustafsson
2024-10-01Doc: replace unnecessary non-breaking space with ordinal space.Tatsuo Ishii
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-09-30docs: Enhance the pg_stat_checkpointer view documentation.Fujii Masao
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-27doc: Note that CREATE MATERIALIZED VIEW restricts search_path.Nathan Bossart
2024-09-27pg_verifybackup: Verify tar-format backups.Robert Haas
2024-09-26Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane
2024-09-26Doc: InitPlans aren't parallel-restricted any more.Tom Lane
2024-09-26Doc: Add a note in the upgrade of logical replication clusters.Amit Kapila
2024-09-25Doc: Add the steps for upgrading the logical replication cluster.Amit Kapila
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-09-20Doc: explain how to test ADMIN privilege with pg_has_role().Tom Lane
2024-09-19doc PG relnotes: remove warning about commit links in PDF buildBruce Momjian
2024-09-19doc PG relnotes: document "Unresolved ID reference found" causeBruce Momjian
2024-09-19doc PG relnotes: rename commit link paragraph for clarityBruce Momjian
2024-09-18doc PG relnotes: add paragraph explaining the section symbolBruce Momjian
2024-09-18doc PG relnotes: no relnote footnotes for commit links in PDFBruce Momjian
2024-09-18docs: Improve the description of num_timed column in pg_stat_checkpointer.Fujii Masao
2024-09-18postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-17Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut