Commit Graph

18030 Commits (master)

Author SHA1 Message Date
Bruce Momjian 451c43974f Update copyright for 2026 2 days ago
Andrew Dunstan f3c9e341cd Add paths of extensions to pg_available_extensions 2 days ago
Tom Lane d6542f8dfc Doc: remove obsolete, confused <note> about rowtype I/O syntax. 3 days ago
Tom Lane bc6374cd76 Change IndexAmRoutines to be statically-allocated structs. 4 days ago
Michael Paquier 97b101776c Add pg_get_multixact_stats() 4 days ago
Daniel Gustafsson a9123db14a Fix incorrectly spelled city name 7 days ago
Bruce Momjian e82e9aaa6a doc: warn about the use of "ctid" queries beyond the examples 1 week ago
Michael Paquier f8a4cad8f4 doc: Remove duplicate word in ECPG description 1 week ago
Bruce Momjian 41808377fe doc: change "can not" to "cannot" 1 week ago
Fujii Masao 008beba005 doc: Use proper tags in pg_overexplain documentation. 1 week ago
Amit Kapila dc6c879455 Doc: Clarify publication privilege requirements. 1 week ago
Masahiko Sawada 67c20979ce Toggle logical decoding dynamically based on logical slot presence. 2 weeks ago
Bruce Momjian ea97154fc2 doc: add "DO" to "ON CONFLICT" in CREATE VIEW text 2 weeks ago
Fujii Masao c5d162435a doc: Fix incorrect reference in pg_overexplain documentation. 2 weeks ago
Bruce Momjian 80f08a6e6a doc: clarify when physical/logical replication is used 2 weeks ago
John Naylor 44f49511b7 Update pg_hba.conf example to reflect MD5 deprecation 2 weeks ago
Jacob Champion 8b217c96ea libpq-fe.h: Don't claim SOCKTYPE in the global namespace 2 weeks ago
Amit Kapila 85ddcc2f4c Support existing publications in pg_createsubscriber. 2 weeks ago
Daniel Gustafsson b39013b7b1 doc: Update header file mention for CompareType 3 weeks ago
Nathan Bossart 48d4a1423d Allow passing a pointer to GetNamedDSMSegment()'s init callback. 3 weeks ago
Amit Kapila 0d2d4a0ec3 Add retry logic to pg_sync_replication_slots(). 3 weeks ago
Alexander Korotkov 4b3d173629 Implement ALTER TABLE ... SPLIT PARTITION ... command 3 weeks ago
Alexander Korotkov f2e4cc4279 Implement ALTER TABLE ... MERGE PARTITIONS ... command 3 weeks ago
Michael Paquier 5b3ef3055d doc: Fix incorrect documentation for test_custom_stats 3 weeks ago
Nathan Bossart d107176d27 vacuumdb: Add --dry-run. 4 weeks ago
Masahiko Sawada ab40db3852 Add started_by column to pg_stat_progress_analyze view. 4 weeks ago
Masahiko Sawada 0d78952061 Add mode and started_by columns to pg_stat_progress_vacuum view. 4 weeks ago
Nathan Bossart b237f5422b doc: Fix titles of some pg_buffercache functions. 4 weeks ago
Heikki Linnakangas bd8d9c9bdf Widen MultiXactOffset to 64 bits 4 weeks ago
Dean Rasheed e9443a5526 doc: Fix statement about ON CONFLICT and deferrable constraints. 4 weeks ago
Michael Paquier 0c3c5c3b06 Use palloc_object() and palloc_array() in more areas of the tree 4 weeks ago
David Rowley 52382feb78 Doc: fix typo in hash index documentation 4 weeks ago
Michael Paquier 31280d96a6 test_custom_stats: Test module for custom cumulative statistics 4 weeks ago
Michael Paquier d52c24b0f8 injection_points: Remove portions related to custom pgstats 4 weeks ago
Tom Lane 25303961d0 Doc: include JSON in the list of SQL-standard types. 4 weeks ago
Michael Paquier b93f4e2f98 Add PostgreSQL::Test::Cluster::read_head_tail() helper to PostgreSQL/Utils.pm 4 weeks ago
Amit Kapila 5db6a344ab Rename column slotsync_skip_at to slotsync_last_skip. 4 weeks ago
Álvaro Herrera 6bd469d26a
amcheck: Fix snapshot usage in bt_index_parent_check 4 weeks ago
Andres Freund 6c5c393b74 Rename BUFFERPIN wait event class to BUFFER 1 month ago
Daniel Gustafsson 64527a17a5 doc: Consistently use restartpoint in the documentation 1 month ago
Nathan Bossart f894acb24a Show size of DSAs and dshashes in pg_dsm_registry_allocations. 1 month ago
Álvaro Herrera 758479213d
Remove doc and code comments about ON CONFLICT deficiencies 1 month ago
Amit Kapila e68b6adad9 Add slotsync_skip_reason column to pg_replication_slots view. 1 month ago
Michael Paquier 9ccc049dfe pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}() 1 month ago
Michael Paquier c75bf57a90 doc: Add missing tags in pg_buffercache page 1 month ago
Fujii Masao 246ec4a51c doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION. 1 month ago
Daniel Gustafsson e396a18f32 doc: Fix typo in pg_dump documentation 1 month ago
David Rowley 0ca3b16973 Add parallelism support for TID Range Scans 1 month ago
Daniel Gustafsson b3fe098d33 Add GUC to show EXEC_BACKEND state 1 month ago
Daniel Gustafsson 0f4f45772c doc: Clarify passphrase command reloading on Windows 1 month ago