summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
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-30SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-26Fix macro placement in pg_config.h.inDaniel Gustafsson
2024-07-26Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-07-23Improve comments in slru.{c,h} about segment name formatMichael Paquier
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-07-04Remove bogus assertion in pg_atomic_monotonic_advance_u64Alvaro Herrera
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas