summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2024-08-04Introduce pluggable APIs for Cumulative StatisticsMichael Paquier
2024-08-02Fix name of "Visual Studio" in documentation.Noah Misch
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-01pg_createsubscriber: Rename option --socket-directory to --socketdirPeter Eisentraut
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-07-31Doc: mention executor memory usage for enable_partitionwise* GUCsDavid Rowley
2024-07-31Add API and ABI stability guidance to the C language docsPeter Eisentraut
2024-07-31doc: Avoid too prominent use of "backup" on pg_dump man pagePeter Eisentraut
2024-07-30Remove --disable-atomics, require 32 bit atomics.Thomas Munro
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-27Doc: fix text's description of regexp_replace's arguments.Tom Lane
2024-07-26Introduce num_os_semaphores GUC.Nathan Bossart
2024-07-26Clarify error message and documentation related to typed tables.Tom Lane
2024-07-26postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao
2024-07-26postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-26doc: Enhance documentation for postgres_fdw_get_connections() output columns.Fujii Masao
2024-07-25Doc: fix misleading syntax synopses for targetlists.Tom Lane
2024-07-25Doc: update some HTTP links to point to canonical URLs.Tom Lane
2024-07-25Document restrictions regarding incremental backups and standbys.Robert Haas
2024-07-25Add argument names to the regexp_XXX functions.Tom Lane
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-25doc: Decorate psql page with application markup tagsMichael Paquier
2024-07-24Fix a missing article in the documentationAlvaro Herrera
2024-07-24Doc: Fix the mistakes in the subscription's failover option.Amit Kapila
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-23ldapurl is supported with simple bindPeter Eisentraut
2024-07-22Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane
2024-07-18Doc: improve description of plpgsql's RAISE command.Tom Lane