summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
29 hoursdoc: add "DO" to "ON CONFLICT" in CREATE VIEW textBruce Momjian
45 hoursdoc: Fix incorrect reference in pg_overexplain documentation.Fujii Masao
5 daysdoc: clarify when physical/logical replication is usedBruce Momjian
5 daysUpdate pg_hba.conf example to reflect MD5 deprecationJohn Naylor
6 dayslibpq-fe.h: Don't claim SOCKTYPE in the global namespaceJacob Champion
7 daysSupport existing publications in pg_createsubscriber.Amit Kapila
8 daysdoc: Update header file mention for CompareTypeDaniel Gustafsson
8 daysAllow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
9 daysAdd retry logic to pg_sync_replication_slots().Amit Kapila
10 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
10 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
10 daysdoc: Fix incorrect documentation for test_custom_statsMichael Paquier
2025-12-09vacuumdb: Add --dry-run.Nathan Bossart
2025-12-09Add started_by column to pg_stat_progress_analyze view.Masahiko Sawada
2025-12-09Add mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
2025-12-09doc: Fix titles of some pg_buffercache functions.Nathan Bossart
2025-12-09Widen MultiXactOffset to 64 bitsHeikki Linnakangas
2025-12-09doc: Fix statement about ON CONFLICT and deferrable constraints.Dean Rasheed
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-12-09Doc: fix typo in hash index documentationDavid Rowley
2025-12-08test_custom_stats: Test module for custom cumulative statisticsMichael Paquier
2025-12-08injection_points: Remove portions related to custom pgstatsMichael Paquier
2025-12-06Doc: include JSON in the list of SQL-standard types.Tom Lane
2025-12-06Add PostgreSQL::Test::Cluster::read_head_tail() helper to PostgreSQL/Utils.pmMichael Paquier
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-04amcheck: Fix snapshot usage in bt_index_parent_checkÁlvaro Herrera
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-12-03doc: Consistently use restartpoint in the documentationDaniel Gustafsson
2025-12-02Show size of DSAs and dshashes in pg_dsm_registry_allocations.Nathan Bossart
2025-12-02Remove doc and code comments about ON CONFLICT deficienciesÁlvaro Herrera
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-28pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}()Michael Paquier
2025-11-27doc: Add missing tags in pg_buffercache pageMichael Paquier
2025-11-27doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.Fujii Masao
2025-11-27doc: Fix typo in pg_dump documentationDaniel Gustafsson
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
2025-11-26Add GUC to show EXEC_BACKEND stateDaniel Gustafsson
2025-11-26doc: Clarify passphrase command reloading on WindowsDaniel Gustafsson
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-24pg_buffercache: Add pg_buffercache_os_pagesMichael Paquier
2025-11-23Add SupportRequestInlineInFrom planner support request.Tom Lane
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-21Fix typo in documentation about application timePeter Eisentraut
2025-11-20doc: Assorted documentation improvementsDaniel Gustafsson
2025-11-20doc: Document how to run a subset of regress testsDaniel Gustafsson
2025-11-20doc: Update pg_upgrade documentation to match recent description changes.Fujii Masao
2025-11-19doc: Update formula for vacuum insert threshold.Nathan Bossart
2025-11-18doc: Fix style of description for pg_buffercache_numa.os_page_numMichael Paquier
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-18Doc: Use <structfield> markup for sequence fields.Amit Kapila