summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2025-05-01Remove extra "not" in pg_upgrade documentation.Nathan Bossart
2025-05-01doc: Warn that ts_headline() output is not HTML-safe.Dean Rasheed
2025-05-01doc: Improve explanations when a table rewrite is neededPeter Eisentraut
2025-04-30doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_timeMichael Paquier
2025-04-30doc: Add missing reference to track_cost_delay_timing.Nathan Bossart
2025-04-30Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-04-30doc: Alphabetize long options for pg_dump[all].Nathan Bossart
2025-04-30Typo and doc fixups for memory context reportingDaniel Gustafsson
2025-04-29Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane
2025-04-29Bump the minimum supported Python version to 3.6.8Jacob Champion
2025-04-29doc: adjust max_files_per_process againBruce Momjian
2025-04-29doc: clarify new behavior of max_files_per_processBruce Momjian
2025-04-29doc: Small example improvementPeter Eisentraut
2025-04-29Doc: Specify the interaction of publish_generated_columns with column list.Amit Kapila
2025-04-26doc: improve wording of vacuum_max_eager_freeze_failure_rateBruce Momjian
2025-04-25doc: remove unnecessary secondary index terms for replication settings.Fujii Masao
2025-04-25doc: simplify new EXPLAIN ANALYZE BUFFERS descriptionBruce Momjian
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