summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2024-09-16Introduce framework for parallelizing various pg_upgrade tasks.Nathan Bossart
2024-09-16doc PG relnotes: fix SGML markup for new commit linksBruce Momjian
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2024-09-13SQL/JSON: Update example in JSON_QUERY() documentationAmit Langote
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12Add has_largeobject_privilege function.Fujii Masao
2024-09-12Doc: alphabetize aggregate function tableDavid Rowley
2024-09-11pg_createsubscriber: minor documentation fixesMagnus Hagander
2024-09-10Improve documentation and testing of jsonpath string() for datetimes.Tom Lane
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas