aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Translation updatesPeter Eisentraut2024-11-11
* Improve fix for not entering parallel mode when holding interrupts.Tom Lane2024-11-08
* Disallow partitionwise join when collations don't matchAmit Langote2024-11-08
* Disallow partitionwise grouping when collations don't matchAmit Langote2024-11-08
* Message style improvementPeter Eisentraut2024-11-08
* Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro2024-11-06
* Suppress new "may be used uninitialized" warning.Noah Misch2024-11-02
* Move I/O before the index_update_stats() buffer lock region.Noah Misch2024-11-02
* Revert "For inplace update, send nontransactional invalidations."Noah Misch2024-11-02
* Revert "WAL-log inplace update before revealing it to other sessions."Noah Misch2024-11-02
* Unpin buffer before inplace update waits for an XID to end.Noah Misch2024-10-29
* WAL-log inplace update before revealing it to other sessions.Noah Misch2024-10-25
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* At end of recovery, reset all sinval-managed caches.Noah Misch2024-10-25
* Stop reading uninitialized memory in heap_inplace_lock().Noah Misch2024-10-24
* Remove unnecessary word in a commentAmit Langote2024-10-23
* Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane2024-10-21
* Fix race condition in committing a serializable transactionHeikki Linnakangas2024-10-21
* Fix extreme skew detection in Parallel Hash Join.Thomas Munro2024-10-17
* Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane2024-10-16
* Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada2024-10-16
* Fix Y2038 issues with MyStartTime.Nathan Bossart2024-10-07
* Ignore not-yet-defined Portals in pg_cursors view.Tom Lane2024-10-06
* Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier2024-10-01
* Remove NULL dereference from RenameRelationInternal().Noah Misch2024-09-29
* Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier2024-09-27
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24
* Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.Noah Misch2024-09-24
* Back-patch "Refactor code in tablecmds.c to check and process tablespace moves"Noah Misch2024-09-24
* Don't enter parallel mode when holding interrupts.Noah Misch2024-09-17
* Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane2024-09-15
* Allow _h_indexbuild() to be interrupted.Tom Lane2024-09-13
* Remove incorrect Assert.Tom Lane2024-09-11
* Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada2024-08-30
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Explain dropdb can't use syscache because of TOASTTomas Vondra2024-08-19
* Fix regression in TLS session ticket disablingDaniel Gustafsson2024-08-19
* Fix DROP DATABASE for databases with many ACLsTomas Vondra2024-08-19
* Fix creation of partition descriptor during concurrent detach+dropAlvaro Herrera2024-08-12
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera2024-08-08
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Translation updatesPeter Eisentraut2024-08-05
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* libpq: Use strerror_r instead of strerrorPeter Eisentraut2024-07-28