summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2025-04-02docs: Update phrase on message lengths in the protocolHeikki Linnakangas
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-02Improve error message when standby does accept connections.Fujii Masao
2025-04-02Doc: add information about partition lockingDavid Rowley
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-04-01doc: Adjust some notes about pg_upgrade's file transfer modes.Nathan Bossart
2025-04-01aio: Add pg_aios viewAndres Freund
2025-04-01docs: Add acronym and glossary entries for I/O and AIOAndres Freund
2025-03-31doc: Mention clock synchronization recommendation for hot_standby_feedbackPeter Eisentraut
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-30docs: Reframe track_io_timing related docs as wait timeAndres Freund
2025-03-29amcheck: Add gin_index_check() to verify GIN indexTomas Vondra
2025-03-28pg_createsubscriber: Add '--all' option.Amit Kapila
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera