summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-02-02Mention jsonlog in description of logging_collector in GUC tableMichael Paquier
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-11-28Fix MinGW %d vs %lu warnings in back branches.Thomas Munro
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-11-20Avoid assertion failure if a setop leaf query contains setops.Tom Lane
2024-11-16Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-11Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-07Fix -Wcast-function-type warningsPeter Eisentraut
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-06Ignore not-yet-defined Portals in pg_cursors view.Tom Lane
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-08-30Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada
2024-08-11Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-09Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-15Fix bad indentation introduced in 43cd30bcd1cAndres Freund
2024-07-15Fix type confusion in guc_var_compare()Andres Freund
2024-07-11Make our back branches compatible with libxml2 2.13.x.Tom Lane
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed
2024-06-28Cope with inplace update making catcache stale during TOAST fetch.Noah Misch
2024-06-27Avoid crashing when a JIT-inlined backend function throws an error.Tom Lane
2024-06-14Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane
2024-04-28Detect more overflows in timestamp[tz]_pl_interval.Tom Lane
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-03-26Allow "make check"-style testing to work with musl C library.Tom Lane
2024-03-25Clarify comment for LogicalTapeSetBlocks().Jeff Davis
2024-03-23Remove incorrect Assert introduced in c8aeaf3ab.Jeff Davis
2024-03-11Backpatch missing check_stack_depth() to some recursive functionsAlexander Korotkov
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier
2024-03-06Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier
2024-02-29Fix integer underflow in shared memory debuggingDaniel Gustafsson
2024-02-15Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane
2024-02-09Remove race condition in pg_get_expr().Tom Lane
2024-02-09Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov
2024-02-02Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().Tom Lane
2024-01-29Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane
2024-01-26Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane