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
/
backend
Age
Commit message (
Expand
)
Author
2025-03-23
Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
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-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-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-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-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-19
Correct relation size estimate with low fillfactor
Tomas Vondra
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-19
Avoid null pointer dereference crash after OOM in Snowball stemmers.
Tom Lane
2025-02-19
Fix unsafe access to BufferDescriptors
Richard Guo
2025-02-19
Fix freeing a child join's SpecialJoinInfo
Richard Guo
2025-02-17
Translation updates
Álvaro Herrera
2025-02-14
Use PqMsg_Progress macro in HandleParallelMessage().
Nathan Bossart
2025-02-14
Fix assertion on dereferenced object
Daniel Gustafsson
2025-02-13
Fix MakeTransitionCaptureState() to return a consistent result
Michael Paquier
2025-02-10
Translation updates
Peter Eisentraut
2025-02-02
Mention jsonlog in description of logging_collector in GUC table
Michael Paquier
2025-01-31
Fix comment of StrategySyncStart()
Michael Paquier
2025-01-30
Avoid integer overflow while testing wal_skip_threshold condition.
Tom Lane
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
Merge copies of converting an XID to a FullTransactionId.
Noah Misch
2025-01-25
Use the correct sizeof() in BufFileLoadBuffer
Tomas Vondra
2025-01-23
Don't ask for bug reports about pthread_is_threaded_np() != 0.
Tom Lane
2025-01-22
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2025-01-21
Reword recent error messages: "should" -> "must"
Álvaro Herrera
2025-01-21
Fix detach of a partition that has a toplevel FK to a partitioned table
Álvaro Herrera
2025-01-20
Fix latch event policy that hid socket events.
Thomas Munro
2025-01-20
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-17
Revert recent changes related to handling of 2PC files at recovery
Michael Paquier
2025-01-17
Fix setrefs.c's failure to do expression processing on prune steps.
Tom Lane
2025-01-14
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
Fix potential integer overflow in bringetbitmap()
Michael Paquier
[next]