index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
2025-11-06
postgres_fdw: Add more test coverage for EvalPlanQual testing.
Etsuro Fujita
2025-10-17
Fix privilege checks for pg_prewarm() on indexes.
Nathan Bossart
2025-10-15
Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.
Etsuro Fujita
2025-10-02
pgstattuple: Improve reports generated for indexes (hash, gist, btree)
Michael Paquier
2025-08-26
Put "excludeOnly" GIN scan keys at the end of the scankey array.
Tom Lane
2025-08-19
Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions.
Masahiko Sawada
2025-08-08
Fix incorrect lack of Datum conversion in _int_matchsel()
Peter Eisentraut
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
2025-07-06
Fix incompatibility with libxml2 >= 2.14
Michael Paquier
2025-06-24
Fix cache-dependent test failures in logical decoding.
Masahiko Sawada
2025-06-17
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-06-06
pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.
Robert Haas
2025-06-02
Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
2025-05-30
Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
2025-05-29
Avoid resource leaks when a dblink connection fails.
Tom Lane
2025-05-29
pg_stat_statements: Fix parameter number gaps in normalized queries
Michael Paquier
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-25
Fix typo in test file name added in commit 4909b38af0.
Amit Kapila
2025-04-24
Fix data loss in logical replication.
Amit Kapila
2025-04-19
Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
2025-04-12
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-03
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025-03-27
Prevent assertion failure in contrib/pg_freespacemap.
Tom Lane
2025-01-22
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2025-01-07
Restore smgrtruncate() prototype in back-branches.
Thomas Munro
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-11-13
Count contrib/bloom index scans in pgstat view.
Peter Geoghegan
2024-11-11
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-13
Fix contrib/pageinspect's test for sequences.
Nathan Bossart
2024-09-12
Reintroduce support for sequences in pgstattuple and pageinspect.
Nathan Bossart
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-06-27
Backport BackgroundPsql perl test module
Heikki Linnakangas
2024-06-07
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-04-21
Make postgres_fdw request remote time zone 'GMT' not 'UTC'.
Tom Lane
2024-04-16
xml2: Replace deprecated routines with recommended ones
Michael Paquier
2024-03-23
amcheck: Normalize index tuples containing uncompressed varlena
Alexander Korotkov
2024-03-23
amcheck: Support for different header sizes of short varlena datum
Alexander Korotkov
2024-03-10
Fix deparsing of Consts in postgres_fdw ORDER BY
David Rowley
2024-01-30
pgcrypto: Fix check for buffer size
Daniel Gustafsson
2024-01-29
Fix incompatibilities with libxml2 >= 2.12.0.
Tom Lane
2024-01-07
Fix integer-overflow problem in intarray's g_int_decompress().
Tom Lane
2023-12-19
pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes
Michael Paquier
2023-12-19
pgstattuple: Fix failure with pgstathashindex() for partitioned indexes
Michael Paquier
2023-10-31
Adjust the order of the prechecks in pgrowlocks()
David Rowley
2023-10-30
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-30
amcheck: Distinguish interrupted page deletion from corruption.
Noah Misch
2023-10-29
btree_gin: Fix calculation of leftmost interval value.
Dean Rasheed
2023-10-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
[next]