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-06-17
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-06-12
Fix squashing algorithm for query texts
Álvaro Herrera
2025-06-12
Revert support for improved tracking of nested queries
Michael Paquier
2025-06-11
Revert a few small patches that were intended for version 19.
Jeff Davis
2025-06-10
isn.c: use pg_ascii_toupper() instead of toupper().
Jeff Davis
2025-06-10
contrib/spi/refint.c: use pg_ascii_tolower() instead.
Jeff Davis
2025-06-08
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
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-06-02
Rename gist stratnum support function
Peter Eisentraut
2025-06-01
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-05-30
Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-29
Avoid resource leaks when a dblink connection fails.
Tom Lane
2025-05-29
Fix assertion failure in pg_prewarm() on objects without storage.
Fujii Masao
2025-05-29
pg_stat_statements: Fix parameter number gaps in normalized queries
Michael Paquier
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-21
Fix regression with location calculation of nested statements
Michael Paquier
2025-05-19
Fix incorrect year in some copyright notices
Michael Paquier
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-08
Suppress unnecessary explicit sorting for EPQ mergejoin path
Richard Guo
2025-05-07
Fix whitespace
Peter Eisentraut
2025-04-29
oauth: Disallow OAuth connections via postgres_fdw/dblink
Jacob Champion
2025-04-28
Add maintenance_io_concurrency flag to some read stream users
Melanie Plageman
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-27
Remove circular #include's between plpython.h and plpy_util.h.
Tom Lane
2025-04-25
Fix typo in test file name added in commit 4909b38af0.
Amit Kapila
2025-04-20
Fix a few duplicate words in comments
David Rowley
2025-04-19
Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-14
Fix incorrect format placeholders
Peter Eisentraut
2025-04-12
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-04-09
Cleanup of pg_numa.c
Tomas Vondra
2025-04-08
Move contrib/spi testing from core regression tests to contrib/spi.
Tom Lane
2025-04-08
Fix incorrect format placeholder
Peter Eisentraut
2025-04-08
pg_buffercache: Change page_num type to bigint
Tomas Vondra
2025-04-08
Add pg_buffercache_evict_{relation,all} functions
Andres Freund
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-07
Add pg_buffercache_numa view with NUMA node info
Tomas Vondra
2025-04-07
Fix some issues in contrib/spi/refint.c.
Tom Lane
2025-04-07
Follow-up fixes for SHA-2 patch (commit 749a9e20c).
Tom Lane
2025-04-07
Fix erroneous construction of functions' dependencies on transforms.
Tom Lane
2025-04-06
Fix memory leaks in px_crypt_shacrypt().
Tom Lane
2025-04-05
Add modern SHA-2 based password hashes to pgcrypto.
Álvaro Herrera
2025-04-04
Use streaming read I/O in autoprewarm
Melanie Plageman
2025-04-04
Refactor autoprewarm_database_main() in preparation for read stream
Melanie Plageman
2025-04-04
Remove superfluous autoprewarm check
Melanie Plageman
[next]