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 improper interactions between session_authorization and role.
Tom Lane
2024-11-11
*
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-11-11
*
Translation updates
Peter Eisentraut
2024-11-11
*
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-08
*
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
*
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
*
Message style improvement
Peter Eisentraut
2024-11-08
*
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-06
*
Suppress new "may be used uninitialized" warning.
Noah Misch
2024-11-02
*
Move I/O before the index_update_stats() buffer lock region.
Noah Misch
2024-11-02
*
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-11-02
*
Revert "WAL-log inplace update before revealing it to other sessions."
Noah Misch
2024-11-02
*
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
*
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
At end of recovery, reset all sinval-managed caches.
Noah Misch
2024-10-25
*
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-24
*
Remove unnecessary word in a comment
Amit Langote
2024-10-23
*
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-21
*
Fix race condition in committing a serializable transaction
Heikki Linnakangas
2024-10-21
*
Fix extreme skew detection in Parallel Hash Join.
Thomas Munro
2024-10-17
*
Further refine _SPI_execute_plan's rule for atomic execution.
Tom Lane
2024-10-16
*
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-10-16
*
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
*
Ignore not-yet-defined Portals in pg_cursors view.
Tom Lane
2024-10-06
*
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
*
Back-patch "Refactor code in tablecmds.c to check and process tablespace moves"
Noah Misch
2024-09-24
*
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-17
*
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
*
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
*
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 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
*
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
*
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
[next]