summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-02doc: Consistently use result set in documentationDaniel Gustafsson
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-30Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada
2024-08-29Rename the conflict types for the origin differ cases.Amit Kapila
2024-08-29Doc: Fix the ambiguity in the description of failover slots.Amit Kapila
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-24pg_createsubscriber: Message style improvementsPeter Eisentraut
2024-08-22Doc: explain the log format of logical replication conflicts.Amit Kapila
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-08-21doc: remove llvm-config search from configure documentationPeter Eisentraut
2024-08-21Fix typos in 9758174e2e.Amit Kapila
2024-08-20Minor wording change in table "JSON Creation Functions"Alvaro Herrera
2024-08-20Document limit on the number of out-of-line values per tableJohn Naylor
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-08-20doc: improve create/alter sequence CYCLE syntaxBruce Momjian