index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Translation updates
Peter Eisentraut
2025-02-10
*
Mention jsonlog in description of logging_collector in GUC table
Michael Paquier
2025-02-02
*
Fix comment of StrategySyncStart()
Michael Paquier
2025-01-31
*
Avoid integer overflow while testing wal_skip_threshold condition.
Tom Lane
2025-01-30
*
Handle default NULL insertion a little better.
Tom Lane
2025-01-29
*
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-25
*
Don't ask for bug reports about pthread_is_threaded_np() != 0.
Tom Lane
2025-01-23
*
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2025-01-22
*
Fix detach of a partition that has a toplevel FK to a partitioned table
Álvaro Herrera
2025-01-21
*
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-20
*
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-16
*
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-14
*
Fix HBA option count
Daniel Gustafsson
2025-01-12
*
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2025-01-12
*
Fix missing ldapscheme option in pg_hba_file_rules()
Daniel Gustafsson
2025-01-10
*
Fix an ALTER GROUP ... DROP USER error message.
Nathan Bossart
2025-01-09
*
Fix C error reported by Oracle compiler.
Thomas Munro
2025-01-08
*
Restore smgrtruncate() prototype in back-branches.
Thomas Munro
2025-01-08
*
Ignore nullingrels when looking up statistics
Richard Guo
2025-01-02
*
Fix memory leak in pgoutput with relation attribute map
Michael Paquier
2024-12-30
*
Fix handling of orphaned 2PC files in the future at recovery
Michael Paquier
2024-12-30
*
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-28
*
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-23
*
Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024-12-21
*
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
*
Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024-12-19
*
Accommodate very large dshash tables.
Nathan Bossart
2024-12-17
*
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-10
*
Fix comments of GUC hooks for timezone_abbreviations
Michael Paquier
2024-12-10
*
Fix small memory leaks in GUC checks
Daniel Gustafsson
2024-12-09
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-12-09
*
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-09
*
Fix possible crash during WindowAgg evaluation
David Rowley
2024-12-09
*
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-07
*
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-12-03
*
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-30
*
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
*
Revert "Handle better implicit transaction state of pipeline mode"
Michael Paquier
2024-11-28
*
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-27
*
Rename C23 keyword
Peter Eisentraut
2024-11-26
*
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-25
[next]