aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* doc: Fix memory context level in pg_log_backend_memory_contexts() example.Fujii Masao2025-04-21
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Doc: fix missing comma at the end of a line.Tatsuo Ishii2025-04-18
* doc: Fix typos in documentationDaniel Gustafsson2025-04-15
* doc: Fix missing whitespace in pg_restore documentation.Fujii Masao2025-04-15
* Doc: use "an SQL" consistently rather than "a SQL"David Rowley2025-04-14
* Doc: do a little copy-editing on Index Storage Parameters list.Tom Lane2025-04-12
* Fix recently introduced typosDaniel Gustafsson2025-04-11
* Add missing space in pg_restore documentation.Nathan Bossart2025-04-11
* Doc: remove long-obsolete advice about generated constraint names.Tom Lane2025-04-10
* Cosmetic fixes for pg_createsubscriber's -all option.Amit Kapila2025-04-10
* Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane2025-04-08
* pg_buffercache: Change page_num type to bigintTomas Vondra2025-04-08
* doc: Correct pg_shmem_allocations_numa.size data typeTomas Vondra2025-04-08
* Fix typo in docs.Thomas Munro2025-04-08
* Introduce file_copy_method setting.Thomas Munro2025-04-08
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Add pg_buffercache_evict_{relation,all} functionsAndres Freund2025-04-08
* Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian2025-04-07
* Add pg_buffercache_numa view with NUMA node infoTomas Vondra2025-04-07
* Introduce pg_shmem_allocations_numa viewTomas Vondra2025-04-07
* Add support for basic NUMA awarenessTomas Vondra2025-04-07
* Fix some issues in contrib/spi/refint.c.Tom Lane2025-04-07
* doc: Fix a typo in pg_recvlogical documentation.Masahiko Sawada2025-04-07
* Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera2025-04-07
* Add local-address escape "%L" to log_line_prefix.Tom Lane2025-04-07
* doc: Clarify project namingDaniel Gustafsson2025-04-07
* Doc: fix PDF "contents ... exceed the available area" warnings.Tom Lane2025-04-06
* Add modern SHA-2 based password hashes to pgcrypto.Álvaro Herrera2025-04-05
* Non text modes for pg_dumpall, correspondingly change pg_restoreAndrew Dunstan2025-04-04
* pg_recvlogical: Add --failover option.Masahiko Sawada2025-04-04
* Add nbtree skip scan optimization.Peter Geoghegan2025-04-04
* docs: Clarify that NULL arg to set_config() means reset to defaultHeikki Linnakangas2025-04-04
* Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao2025-04-04
* Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao2025-04-04
* doc: Clarify the system value for sslrootcertDaniel Gustafsson2025-04-04
* Restrict copying of invalidated replication slots.Masahiko Sawada2025-04-03
* libpq: Add support for dumping SSL key material to fileDaniel Gustafsson2025-04-03
* Add support for sorted gist index builds to btree_gistHeikki Linnakangas2025-04-03
* Doc: Improve -R option added in e5aeed4b80.Amit Kapila2025-04-03
* Fix slot synchronization for two_phase enabled slots.Amit Kapila2025-04-03
* Change SQL-language functions to use the plan cache.Tom Lane2025-04-02
* docs: Fix column count attribute in tableHeikki Linnakangas2025-04-02
* docs: Add a new section and a table listing protocol versionsHeikki Linnakangas2025-04-02
* Make cancel request keys longerHeikki Linnakangas2025-04-02
* libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas2025-04-02
* docs: Update phrase on message lengths in the protocolHeikki Linnakangas2025-04-02
* Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut2025-04-02
* Improve error message when standby does accept connections.Fujii Masao2025-04-02
* Doc: add information about partition lockingDavid Rowley2025-04-02