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
Age
Commit message (
Expand
)
Author
3 hours
createuser: Update docs to reflect defaults
REL_17_STABLE
John Naylor
31 hours
Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
33 hours
Add TAP test for GUC settings passed via CONNECTION in logical replication.
Fujii Masao
33 hours
Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
3 days
Doc: add missing punctuation
David Rowley
3 days
Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
6 days
Update copyright for 2026
Bruce Momjian
7 days
jit: Fix jit_profiling_support when unavailable.
Thomas Munro
8 days
Fix a race condition in updating procArray->replication_slot_xmin.
Masahiko Sawada
8 days
jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
9 days
Fix Mkvcbuild.pm builds of test_cloexec.c.
Thomas Munro
11 days
Fix pg_stat_get_backend_activity() to use multi-byte truncated result
Michael Paquier
12 days
doc: warn about the use of "ctid" queries beyond the examples
Bruce Momjian
12 days
doc: Remove duplicate word in ECPG description
Michael Paquier
2025-12-24
Update comments to reflect changes in 8e0d32a4a1.
Amit Kapila
2025-12-24
Don't advance origin during apply failure.
Amit Kapila
2025-12-23
Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
2025-12-23
Add missing .gitignore for src/test/modules/test_cloexec.
Tom Lane
2025-12-23
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
2025-12-21
Fix printf format string warning on MinGW.
Thomas Munro
2025-12-21
Clean up test_cloexec.c and Makefile.
Thomas Munro
2025-12-19
Add guard to prevent recursive memory context logging.
Fujii Masao
2025-12-18
Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
Noah Misch
2025-12-18
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
2025-12-17
Update .abi-compliance-history for PrepareToInvalidateCacheTuple().
Noah Misch
2025-12-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-12-17
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2025-12-17
For inplace update, send nontransactional invalidations.
Noah Misch
2025-12-16
Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
2025-12-16
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
2025-12-16
Fail recovery when missing redo checkpoint record without backup_label
Michael Paquier
2025-12-15
Clarify comment on multixid offset wraparound check
Heikki Linnakangas
2025-12-11
Fix allocation formula in llvmjit_expr.c
Michael Paquier
2025-12-10
Fix bogus extra arguments to query_safe in test
Heikki Linnakangas
2025-12-10
Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
2025-12-10
Fix failures with cross-version pg_upgrade tests
Michael Paquier
2025-12-09
Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
2025-12-09
doc: Fix statement about ON CONFLICT and deferrable constraints.
Dean Rasheed
2025-12-09
Fix LOCK_TIMEOUT handling in slotsync worker.
Amit Kapila
2025-12-09
Doc: fix typo in hash index documentation
David Rowley
2025-12-05
Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
2025-12-05
Show version of nodes in output of TAP tests
Michael Paquier
2025-12-04
amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2025-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-12-02
Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
2025-12-02
Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
2025-11-29
Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
2025-11-27
Allow indexscans on partial hash indexes with implied quals.
Tom Lane
2025-11-27
doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
2025-11-27
Fix error reporting for SQL/JSON path type mismatches
Amit Langote
[next]