summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-02-24Silence warning in older versions of ValgrindJohn Naylor
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-02-06radixtree: Fix crash when non-creator begins iteration over shared tree.Masahiko Sawada
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-29Revert "Speed up tail processing when hashing aligned C strings, take two"John Naylor
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Merge copies of converting an XID to a FullTransactionId.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-09Fix SLRU bank selection codeÁlvaro Herrera
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2025-01-07Restore smgrtruncate() prototype in back-branches.Thomas Munro
2025-01-06Remove duplicate definitions in proc.hHeikki Linnakangas
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.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-09Include necessary header files in radixtree.h.Masahiko Sawada
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-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-26Fix C23 compiler warningPeter Eisentraut
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-25Doc: Clarify the `inactive_since` field description.Amit Kapila
2024-11-22Make the memory layout of Port struct independent of USE_OPENSSLHeikki Linnakangas
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-15Fix race conditions with drop of reused pgstats entriesMichael Paquier
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-08Fix sign-compare warnings in pg_iovec.h.Nathan Bossart
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-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-15Add type cast to foreach_internal's loop variable.Nathan Bossart
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-09-17Allow ReadStream to be consumed as raw block numbers.Thomas Munro
2024-09-06Update comment about ExprState.escontextAmit Langote
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-21Don't advance origin during apply failure.Amit Kapila