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
*
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-10-01
*
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-29
*
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-27
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
*
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
Noah Misch
2024-09-24
*
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-17
*
Add missing query ID reporting in extended query protocol
Michael Paquier
2024-09-18
*
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-15
*
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-13
*
Remove incorrect Assert.
Tom Lane
2024-09-11
*
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-09-09
*
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-30
*
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-29
*
Avoid failure to open dropped detached partition
Alvaro Herrera
2024-08-19
*
Explain dropdb can't use syscache because of TOAST
Tomas Vondra
2024-08-19
*
Fix regression in TLS session ticket disabling
Daniel Gustafsson
2024-08-19
*
Fix harmless LC_COLLATE[_MASK] confusion.
Thomas Munro
2024-08-19
*
Fix DROP DATABASE for databases with many ACLs
Tomas Vondra
2024-08-19
*
Fix creation of partition descriptor during concurrent detach+drop
Alvaro Herrera
2024-08-12
*
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Tom Lane
2024-08-11
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-09
*
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-08
*
Fix edge case in plpgsql's make_callstmt_target().
Tom Lane
2024-08-07
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Translation updates
Peter Eisentraut
2024-08-05
*
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
*
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-28
*
Disable all TLS session tickets
Daniel Gustafsson
2024-07-26
*
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
*
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-23
*
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-20
*
Add overflow checks to money type.
Nathan Bossart
2024-07-19
*
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-07-19
*
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
*
Fix type confusion in guc_var_compare()
Andres Freund
2024-07-15
*
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-14
*
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-07-13
*
Fix lost Windows socket EOF events.
Thomas Munro
2024-07-13
*
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-12
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Make our back branches compatible with libxml2 2.13.x.
Tom Lane
2024-07-10
*
Fix scale clamping in numeric round() and trunc().
Dean Rasheed
2024-07-08
*
Preserve CurrentMemoryContext across notify and sinval interrupts.
Tom Lane
2024-07-01
*
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
*
AccessExclusiveLock new relations just after assigning the OID.
Noah Misch
2024-06-27
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Expand comments and add an assertion in nodeModifyTable.c.
Noah Misch
2024-06-27
[next]