summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-06Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2025-04-06Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2025-04-06Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2025-04-03Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2025-04-03Add helper library for use of libpq inside the server environmentAndres Freund
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-03-13Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.Tom Lane
2025-03-12Preserve RangeTblEntry.relid when expanding a view RTE.Tom Lane
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-01-29Handle default NULL insertion a little better.Tom Lane
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane
2025-01-14Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2025-01-07Restore smgrtruncate() prototype in back-branches.Thomas Munro
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-20Fix corruption when relation truncation fails.Thomas Munro
2024-12-12Backpatch critical performance fixes to pgarch.cÁlvaro Herrera
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-12-07Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-25Assume that <stdbool.h> conforms to the C standard.Thomas Munro
2024-11-16Undo unintentional ABI break in struct ResultRelInfo.Tom Lane
2024-11-15Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-07Replace pgwin32_is_junction() with lstat().Thomas Munro
2024-11-07Provide lstat() for Windows.Thomas Munro
2024-11-07Add missing include guard to win32ntdll.h.Thomas Munro
2024-11-07Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-10-29doc: Add better description for rewrite functions in event triggersMichael Paquier
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-25At end of recovery, reset all sinval-managed caches.Noah Misch
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-01Update comment in portal.h.Etsuro Fujita
2024-07-26Fix macro placement in pg_config.h.inDaniel Gustafsson
2024-07-26Disable all TLS session ticketsDaniel Gustafsson