summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
39 min.doc: warn about the use of "ctid" queries beyond the examplesHEADmasterBruce Momjian
17 hoursdoc: Remove duplicate word in ECPG descriptionMichael Paquier
2 daysdoc: change "can not" to "cannot"Bruce Momjian
2 daysdoc: Use proper tags in pg_overexplain documentation.Fujii Masao
3 daysDoc: Clarify publication privilege requirements.Amit Kapila
3 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
4 daysdoc: add "DO" to "ON CONFLICT" in CREATE VIEW textBruce Momjian
5 daysdoc: Fix incorrect reference in pg_overexplain documentation.Fujii Masao
7 daysdoc: clarify when physical/logical replication is usedBruce Momjian
8 daysUpdate pg_hba.conf example to reflect MD5 deprecationJohn Naylor
9 dayslibpq-fe.h: Don't claim SOCKTYPE in the global namespaceJacob Champion
10 daysSupport existing publications in pg_createsubscriber.Amit Kapila
11 daysdoc: Update header file mention for CompareTypeDaniel Gustafsson
11 daysAllow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
12 daysAdd retry logic to pg_sync_replication_slots().Amit Kapila
12 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
12 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
13 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