summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2024-07-08Fix right-anti-joins when the inner relation is proven uniqueRichard Guo
2024-07-06Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley
2024-07-04SQL/JSON: Fix some obsolete comments.Amit Langote
2024-07-03Fix typo in GetRunningTransactionData()Alexander Korotkov
2024-07-03Avoid 0-length memcpy to NULL with EXEC_BACKENDHeikki Linnakangas
2024-07-03Tighten check for --forkchild argument when spawning child processHeikki Linnakangas
2024-07-01Preserve CurrentMemoryContext across notify and sinval interrupts.Tom Lane
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-06-30Adapt REL_17_STABLE to its new status as a stable branchMichael Paquier
2024-06-28pgindent, because I forgot to do that.Robert Haas
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote
2024-06-28Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas
2024-06-28SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote
2024-06-28SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()Amit Langote
2024-06-28Fix comments in heaptuple.cMichael Paquier
2024-06-28Improve locking around InjectionPointRun()Michael Paquier
2024-06-28Cope with inplace update making catcache stale during TOAST fetch.Noah Misch
2024-06-28AccessExclusiveLock new relations just after assigning the OID.Noah Misch
2024-06-28Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch
2024-06-28Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.Noah Misch
2024-06-28Expand comments and add an assertion in nodeModifyTable.c.Noah Misch
2024-06-28Add an injection_points isolation test suite.Noah Misch
2024-06-28Create waitfuncs.c for pg_isolation_test_session_is_blocked().Noah Misch
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-27Avoid crashing when a JIT-inlined backend function throws an error.Tom Lane
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-27Fix thinkos in commentsAlvaro Herrera
2024-06-27Drop the temporary tuple slots allocated by pgoutput.Amit Kapila
2024-06-27Fix overflow with pgstats DSA reference countMichael Paquier
2024-06-26Fix bugs in MultiXact truncationHeikki Linnakangas
2024-06-26Fix nbtree array unsatisfied inequality check.Peter Geoghegan
2024-06-26Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera
2024-06-25Improve comment in gram.y.Tom Lane