aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* doc: clarify create database in start docs uses command lineBruce Momjian2024-08-19
* doc: Improve vague pg_createsubscriber descriptionBruce Momjian2024-08-19
* Document that search_path is reported by the serverTomas Vondra2024-08-19
* doc: Fix typo in section for custom pgstatsMichael Paquier2024-08-19
* docs: fix incorrect plpgsql error messageBruce Momjian2024-08-16
* Fix extraction of week and quarter fields from intervals.Tom Lane2024-08-16
* Fix doc typo: unicode_assigned() return type.Jeff Davis2024-08-14
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Add user-callable CRC functions.Nathan Bossart2024-08-12
* Remove "parent" column from pg_backend_memory_contextsDavid Rowley2024-08-12
* Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov2024-08-10
* doc: Standardize use of dashes in references to CRC and SHA.Nathan Bossart2024-08-09
* doc: Fix name of CRC algorithm in "Reliability" section.Nathan Bossart2024-08-09
* Remove obsolete RECHECK keyword completelyPeter Eisentraut2024-08-09
* Fix names of "Visual Studio" and Meson in a documentation sentence.Noah Misch2024-08-07
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* injection_points: Add some cumulative stats for injection pointsMichael Paquier2024-08-05
* pg_wal_replay_wait(): Fix typo in the docAlexander Korotkov2024-08-04
* Introduce pluggable APIs for Cumulative StatisticsMichael Paquier2024-08-04
* Fix name of "Visual Studio" in documentation.Noah Misch2024-08-02
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* pg_createsubscriber: Rename option --socket-directory to --socketdirPeter Eisentraut2024-08-01
* Convert node test compile-time settings into run-time parametersPeter Eisentraut2024-08-01
* Doc: mention executor memory usage for enable_partitionwise* GUCsDavid Rowley2024-08-01
* Add API and ABI stability guidance to the C language docsPeter Eisentraut2024-07-31
* doc: Avoid too prominent use of "backup" on pg_dump man pagePeter Eisentraut2024-07-31
* Remove --disable-atomics, require 32 bit atomics.Thomas Munro2024-07-30
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* Doc: fix text's description of regexp_replace's arguments.Tom Lane2024-07-27
* Introduce num_os_semaphores GUC.Nathan Bossart2024-07-26
* Clarify error message and documentation related to typed tables.Tom Lane2024-07-26
* postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao2024-07-26
* postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao2024-07-26
* Add test for early backend startup errorsHeikki Linnakangas2024-07-26
* doc: Enhance documentation for postgres_fdw_get_connections() output columns.Fujii Masao2024-07-26
* Doc: fix misleading syntax synopses for targetlists.Tom Lane2024-07-25
* Doc: update some HTTP links to point to canonical URLs.Tom Lane2024-07-25
* Document restrictions regarding incremental backups and standbys.Robert Haas2024-07-25
* Add argument names to the regexp_XXX functions.Tom Lane2024-07-25
* Add path column to pg_backend_memory_contexts viewDavid Rowley2024-07-25
* doc: Decorate psql page with application markup tagsMichael Paquier2024-07-25
* Fix a missing article in the documentationAlvaro Herrera2024-07-24
* Doc: Fix the mistakes in the subscription's failover option.Amit Kapila2024-07-24
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* ldapurl is supported with simple bindPeter Eisentraut2024-07-23
* Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane2024-07-22
* Doc: improve description of plpgsql's RAISE command.Tom Lane2024-07-18
* Do not summarize WAL if generated with wal_level=minimal.Robert Haas2024-07-18
* Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier2024-07-18
* Doc: fix minor syntax error in example.Tom Lane2024-07-17