aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Don't enter parallel mode when holding interrupts.Noah Misch2024-09-17
* Add missing query ID reporting in extended query protocolMichael Paquier2024-09-18
* 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
* Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier2024-09-09
* Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada2024-08-30
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Avoid failure to open dropped detached partitionAlvaro Herrera2024-08-19
* Explain dropdb can't use syscache because of TOASTTomas Vondra2024-08-19
* Fix regression in TLS session ticket disablingDaniel Gustafsson2024-08-19
* Fix harmless LC_COLLATE[_MASK] confusion.Thomas Munro2024-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
* Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane2024-08-11
* 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
* Fix edge case in plpgsql's make_callstmt_target().Tom Lane2024-08-07
* 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
* Disable all TLS session ticketsDaniel Gustafsson2024-07-26
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Add overflow checks to money type.Nathan Bossart2024-07-19
* Ensure vacuum removes all visibly dead tuples older than OldestXminMelanie Plageman2024-07-19
* Fix bad indentation introduced in 43cd30bcd1cAndres Freund2024-07-15
* Fix type confusion in guc_var_compare()Andres Freund2024-07-15
* Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane2024-07-14
* Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch2024-07-13
* Fix lost Windows socket EOF events.Thomas Munro2024-07-13
* Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera2024-07-12
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Make our back branches compatible with libxml2 2.13.x.Tom Lane2024-07-10
* Fix scale clamping in numeric round() and trunc().Dean Rasheed2024-07-08
* Preserve CurrentMemoryContext across notify and sinval interrupts.Tom Lane2024-07-01
* Cope with inplace update making catcache stale during TOAST fetch.Noah Misch2024-06-27
* AccessExclusiveLock new relations just after assigning the OID.Noah Misch2024-06-27
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Expand comments and add an assertion in nodeModifyTable.c.Noah Misch2024-06-27