summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2025-04-22doc: Mention naming convention used by injection pointsMichael Paquier
2025-04-22Doc: reword text explaining the --maintenance-db optionDavid Rowley
2025-04-21Doc: various fixupsDavid Rowley
2025-04-21Doc: fix incorrect punctuationDavid Rowley
2025-04-21doc: Fix memory context level in pg_log_backend_memory_contexts() example.Fujii Masao
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-18Doc: fix missing comma at the end of a line.Tatsuo Ishii
2025-04-15doc: Fix typos in documentationDaniel Gustafsson
2025-04-15doc: Fix missing whitespace in pg_restore documentation.Fujii Masao
2025-04-13Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2025-04-12Doc: do a little copy-editing on Index Storage Parameters list.Tom Lane
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-11Add missing space in pg_restore documentation.Nathan Bossart
2025-04-10Doc: remove long-obsolete advice about generated constraint names.Tom Lane
2025-04-10Cosmetic fixes for pg_createsubscriber's -all option.Amit Kapila
2025-04-08Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane
2025-04-08pg_buffercache: Change page_num type to bigintTomas Vondra
2025-04-08doc: Correct pg_shmem_allocations_numa.size data typeTomas Vondra
2025-04-08Fix typo in docs.Thomas Munro
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-08Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian
2025-04-07Add pg_buffercache_numa view with NUMA node infoTomas Vondra
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07Fix some issues in contrib/spi/refint.c.Tom Lane
2025-04-07doc: Fix a typo in pg_recvlogical documentation.Masahiko Sawada
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-04-06doc: Clarify project namingDaniel Gustafsson
2025-04-06Doc: fix PDF "contents ... exceed the available area" warnings.Tom Lane
2025-04-05Add modern SHA-2 based password hashes to pgcrypto.Álvaro Herrera
2025-04-04Non text modes for pg_dumpall, correspondingly change pg_restoreAndrew Dunstan
2025-04-04pg_recvlogical: Add --failover option.Masahiko Sawada
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04docs: Clarify that NULL arg to set_config() means reset to defaultHeikki Linnakangas
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-04doc: Clarify the system value for sslrootcertDaniel Gustafsson
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-03Add support for sorted gist index builds to btree_gistHeikki Linnakangas
2025-04-03Doc: Improve -R option added in e5aeed4b80.Amit Kapila
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02docs: Fix column count attribute in tableHeikki Linnakangas
2025-04-02docs: Add a new section and a table listing protocol versionsHeikki Linnakangas
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas