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
/
src
Age
Commit message (
Expand
)
Author
2025-04-03
Restrict copying of invalidated replication slots.
Masahiko Sawada
2025-04-02
Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-02
Fix code comment
Peter Eisentraut
2025-04-01
Fix planner's failure to identify multiple hashable ScalarArrayOpExprs
David Rowley
2025-04-01
Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025-03-29
Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-27
doc: Correct description of values used in FSM for indexes
Michael Paquier
2025-03-26
Keep the decompressed filter in brin_bloom_union
Tomas Vondra
2025-03-26
Fix integer-overflow problem in scram_SaltedPassword()
Richard Guo
2025-03-26
Fix order of -I switches for building pg_regress.o.
Tom Lane
2025-03-23
Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
2025-03-21
Fix plpgsql's handling of simple expressions in scrollable cursors.
Tom Lane
2025-03-19
meson: Flush stdout in testwrap
Andres Freund
2025-03-18
Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...
Masahiko Sawada
2025-03-18
smgr: Make SMgrRelation initialization safer against errors
Andres Freund
2025-03-16
reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
2025-03-13
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-03-13
Fix read_stream.c for changing io_combine_limit.
Thomas Munro
2025-03-13
Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
2025-03-12
Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-03-11
BRIN: be more strict about required support procs
Álvaro Herrera
2025-03-10
Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
2025-03-10
Fix snapshot used in logical replication index lookup
Heikki Linnakangas
2025-03-09
Don't try to parallelize array_agg() on an anonymous record type.
Tom Lane
2025-03-08
Clear errno before calling strtol() in spell.c.
Tom Lane
2025-03-07
Assert that wrapper_handler()'s argument is within expected range.
Nathan Bossart
2025-03-06
Fix some performance issues in GIN query startup.
Tom Lane
2025-03-04
Fix ALTER TABLE error message
Álvaro Herrera
2025-03-04
Avoid NullTest deduction for clone clauses
Richard Guo
2025-03-03
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-03-01
Fix pg_strtof() to not crash on NULL endptr.
Tom Lane
2025-02-28
pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025-02-27
pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025-02-25
Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025-02-24
Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.
Masahiko Sawada
2025-02-24
Silence warning in older versions of Valgrind
John Naylor
2025-02-21
Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025-02-21
Make test portlock logic work with meson
Andres Freund
2025-02-21
Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)
Michael Paquier
2025-02-21
Fix a WARNING for data origin discrepancies.
Amit Kapila
2025-02-21
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025-02-21
Fix explicit valgrind interaction in read_stream.c.
Thomas Munro
2025-02-20
Fix FATAL message for invalid recovery timeline at beginning of recovery
Michael Paquier
2025-02-20
test_escape: Fix output of --help
Michael Paquier
2025-02-19
Correct relation size estimate with low fillfactor
Tomas Vondra
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
[next]