summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-30Relax check for return value from second call of pg_strnxfrm().Jeff Davis
2024-07-30Preserve tz when converting to jsonb timestamptzAndrew Dunstan
2024-07-30SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote
2024-07-30SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote
2024-07-29Detach syslogger from shared memoryHeikki Linnakangas
2024-07-28Fix incorrect return value for pg_size_pretty(bigint)David Rowley
2024-07-28libpq: Use strerror_r instead of strerrorPeter Eisentraut
2024-07-26Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-26Fix indentation.Robert Haas
2024-07-26Allow WAL summarization to back up when timeline changes.Robert Haas
2024-07-26Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-07-26SQL/JSON: Remove useless code in ExecInitJsonExpr()Amit Langote
2024-07-26SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote
2024-07-26SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote
2024-07-26SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote
2024-07-25Document restrictions regarding incremental backups and standbys.Robert Haas
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-23Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier
2024-07-23Improve comments in slru.{c,h} about segment name formatMichael Paquier
2024-07-22Initialize wal_level in the initial checkpoint record.Robert Haas
2024-07-22Add missing call to ConditionVariableCancelSleep().Robert Haas
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-19Ensure vacuum removes all visibly dead tuples older than OldestXminMelanie Plageman
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-07-19Propagate query IDs of utility statements in functionsMichael Paquier
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-17SQL/JSON: Rethink c2d93c3802bAmit Langote
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-15Fix bad indentation introduced in 43cd30bcd1cAndres Freund
2024-07-15Add missing RestrictSearchPath() calls.Jeff Davis
2024-07-15Fix type confusion in guc_var_compare()Andres Freund
2024-07-15Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas
2024-07-15Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao
2024-07-14Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane
2024-07-13Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch
2024-07-13Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch
2024-07-13Fix lost Windows socket EOF events.Thomas Munro
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-07-11Make our back branches compatible with libxml2 2.13.x.Tom Lane
2024-07-09Fix missing invalidations for search_path cache.Jeff Davis
2024-07-09Fix limit block handling in pg_wal_summary_contents().Fujii Masao
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed