summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
18 hoursFurther stabilize a postgres_fdw test case.Tom Lane
2 daysSplit some long Makefile listsMichael Paquier
7 dayspg_visibility: Use visibilitymap_count instead of loop.Masahiko Sawada
12 daysbtree_gist: Fix memory allocation formulaMichael Paquier
14 daysltree: fix case-insensitive matching.Jeff Davis
14 daysFix multibyte issue in ltree_strncasecmp().Jeff Davis
2025-12-15Allow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
2025-12-15pageinspect: use index_close() for GiST index relationMichael Paquier
2025-12-12Replace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
2025-12-11Use palloc_object() and palloc_array(), the last changeMichael Paquier
2025-12-11pg_buffercache: Fix memory allocation formulaMichael Paquier
2025-12-09Remove useless casts in format argumentsPeter Eisentraut
2025-12-09Clean up int64-related format stringsPeter Eisentraut
2025-12-07Revise APIs for pushJsonbValue() and associated routines.Tom Lane
2025-12-05Use more palloc_object() and palloc_array() in contrib/Michael Paquier
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-04Remove no longer needed casts from PointerPeter Eisentraut
2025-12-04Remove no longer needed casts to PointerPeter Eisentraut
2025-12-04amcheck: Fix snapshot usage in bt_index_parent_checkÁlvaro Herrera
2025-12-03Fix stray references to SubscriptRefPeter Eisentraut
2025-12-03Don't rely on pointer arithmetic with Pointer typePeter Eisentraut
2025-12-03Remove useless casts to PointerPeter Eisentraut
2025-12-02Fix amcheck's handling of half-dead B-tree pagesHeikki Linnakangas
2025-12-02Fix amcheck's handling of incomplete root splits in B-treeHeikki Linnakangas
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-02Update some timestamp[tz] functions to use soft-error reportingMichael Paquier
2025-12-01Switch some date/timestamp functions to use the soft error reportingMichael Paquier
2025-11-28pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}()Michael Paquier
2025-11-27Have the planner replace COUNT(ANY) with COUNT(*), when possibleDavid Rowley
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-24pg_buffercache: Add pg_buffercache_os_pagesMichael Paquier
2025-11-23pg_buffercache: Remove unused fields from BufferCacheNumaRecMichael Paquier
2025-11-18pg_buffercache: Fix incorrect result cast for relforknumberMichael Paquier
2025-11-06bufmgr: Allow some buffer state modifications while holding header lockAndres Freund
2025-11-06Use XLogRecPtrIsValid() in various placesÁlvaro Herrera
2025-11-06postgres_fdw: Add more test coverage for EvalPlanQual testing.Etsuro Fujita
2025-11-06Use stack allocated StringInfoDatas, where possibleDavid Rowley
2025-11-01Fix contrib/ltree's subpath() with negative offset.Tom Lane
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-29pg_stat_statements: Fix handling of duplicate constant locationsÁlvaro Herrera
2025-10-23Update expected output for contrib/sepgsql's regression tests.Tom Lane
2025-10-22Use CompactAttribute more often, when possibleDavid Rowley
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-10-18Allow role created by new test to log in on Windows.Tom Lane
2025-10-17Fix privilege checks for pg_prewarm() on indexes.Nathan Bossart
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-15Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.Etsuro Fujita
2025-10-14dblink: Avoid locking relation before privilege check.Nathan Bossart
2025-10-08Add mem_exceeded_count column to pg_stat_replication_slots.Masahiko Sawada
2025-10-08Add ExplainState argument to pg_plan_query() and planner().Robert Haas