summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2024-08-19doc: mention of postpostgres_fdw INSERT ON CONFLICT limitationBruce Momjian
2024-08-19doc: clarify create database in start docs uses command lineBruce Momjian
2024-08-19doc: Improve vague pg_createsubscriber descriptionBruce Momjian
2024-08-19Document that search_path is reported by the serverTomas Vondra
2024-08-18doc: Fix typo in section for custom pgstatsMichael Paquier
2024-08-17docs: fix incorrect plpgsql error messageBruce Momjian
2024-08-16Fix extraction of week and quarter fields from intervals.Tom Lane
2024-08-15Fix doc typo: unicode_assigned() return type.Jeff Davis
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2024-08-12Add user-callable CRC functions.Nathan Bossart
2024-08-12Remove "parent" column from pg_backend_memory_contextsDavid Rowley
2024-08-10Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov
2024-08-09doc: Standardize use of dashes in references to CRC and SHA.Nathan Bossart
2024-08-09doc: Fix name of CRC algorithm in "Reliability" section.Nathan Bossart
2024-08-09Remove obsolete RECHECK keyword completelyPeter Eisentraut
2024-08-07Fix names of "Visual Studio" and Meson in a documentation sentence.Noah Misch
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-05injection_points: Add some cumulative stats for injection pointsMichael Paquier
2024-08-04pg_wal_replay_wait(): Fix typo in the docAlexander Korotkov