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-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-17
Translation updates
Álvaro Herrera
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-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
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-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
2025-01-12
Fix HBA option count
Daniel Gustafsson
2025-01-12
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2025-01-10
Fix missing ldapscheme option in pg_hba_file_rules()
Daniel Gustafsson
2025-01-08
Back-patch b1ffe3ff into REL_13_STABLE.
Thomas Munro
2025-01-08
Fix C error reported by Oracle compiler.
Thomas Munro
2025-01-07
Fix memory leak in pgoutput with relation attribute map
Michael Paquier
2025-01-07
Restore smgrtruncate() prototype in back-branches.
Thomas Munro
2024-12-29
Fix handling of orphaned 2PC files in the future at recovery
Michael Paquier
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-23
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-21
Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2024-12-19
Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024-12-17
Accommodate very large dshash tables.
Nathan Bossart
2024-12-10
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-09
Fix unused-but-set-variable compiler warning in reorderbuffer.c.
Nathan Bossart
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-07
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-07
Make getObjectDescription robust against dangling amproc type links.
Tom Lane
2024-12-07
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-05
Avoid low-probability crash on out-of-memory.
Tom Lane
2024-12-02
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-11-28
Fix MinGW %d vs %lu warnings in back branches.
Thomas Munro
2024-11-28
Revert "Handle better implicit transaction state of pipeline mode"
Michael Paquier
2024-11-27
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-21
Fix outdated bit in README.tuplock
Álvaro Herrera
2024-11-20
Avoid assertion failure if a setop leaf query contains setops.
Tom Lane
2024-11-19
Compare collations before merging UNION operations.
Tom Lane
[next]