summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-26Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier
2024-07-26Introduce num_os_semaphores GUC.Nathan Bossart
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-26pg_upgrade: Move live_check variable to user_opts.Nathan Bossart
2024-07-26Clarify error message and documentation related to typed tables.Tom Lane
2024-07-26Fix indentation.Robert Haas
2024-07-26Fix macro placement in pg_config.h.inDaniel Gustafsson
2024-07-26Allow WAL summarization to back up when timeline changes.Robert Haas
2024-07-26pg_createsubscriber: Message style improvementsPeter Eisentraut
2024-07-26Add tests for errors during SSL or GSSAPI handshakeHeikki Linnakangas
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-26Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas
2024-07-26Fix fallback behavior when server sends an ERROR early at startupHeikki 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-25Add argument names to the regexp_XXX functions.Tom Lane
2024-07-25pg_createsubscriber: Message improvementsPeter Eisentraut
2024-07-25pg_upgrade: Remove unused macroDaniel Gustafsson
2024-07-25Remove useless unconstify() callPeter Eisentraut
2024-07-25Fix -Wmissing-variable-declarations warnings for float.c special casePeter Eisentraut
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-25ci: Pin MacPorts version to 2.9.3.Thomas Munro
2024-07-24ci: Upgrade macOS version from 13 to 14.Thomas Munro
2024-07-24pg_upgrade: Retrieve subscription count more efficiently.Nathan Bossart
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-07-24Refactor tidstore.c iterator buffering.Thomas Munro
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-23Move extern declarations for EXEC_BACKEND to header filesPeter Eisentraut
2024-07-23Fix private struct field name to match the code using it.Noah Misch
2024-07-23Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier
2024-07-23ldapurl is supported with simple bindPeter Eisentraut
2024-07-23Get rid of a global variablePeter Eisentraut
2024-07-23Improve comments in slru.{c,h} about segment name formatMichael Paquier
2024-07-23Replace remaining strtok() with strtok_r()Peter Eisentraut
2024-07-23Windows replacement for strtok_r()Peter Eisentraut
2024-07-23Remove redundant code in create_gather_merge_pathRichard Guo
2024-07-23Fix rowcount estimate for gather (merge) pathsRichard Guo
2024-07-22Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane
2024-07-22Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman
2024-07-22Initialize wal_level in the initial checkpoint record.Robert Haas
2024-07-22Remove grotty use of disable_cost for TID scan plans.Robert Haas
2024-07-22Add missing call to ConditionVariableCancelSleep().Robert Haas