summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-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-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-23Remove redundant code in create_gather_merge_pathRichard Guo
2024-07-23Fix rowcount estimate for gather (merge) pathsRichard Guo
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
2024-07-22Replace some strtok() with strsep()Peter Eisentraut
2024-07-22Add new error code for "file name too long"Michael Paquier
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-07-20Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.Noah Misch
2024-07-20Add a way to create read stream object by using SMgrRelation.Noah Misch
2024-07-20Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch
2024-07-20Remove "smgr_persistence == 0" dead code.Noah Misch
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-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-17SQL/JSON: Rethink c2d93c3802bAmit Langote
2024-07-17Make write of pgstats file durable at shutdownMichael Paquier
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-16Add tap test for pg_signal_autovacuum roleMichael Paquier
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