summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2024-06-24Revert "Fix partition pruning setup during DETACH CONCURRENTLY"Alvaro Herrera
2024-06-24Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera
2024-06-24Translation updatesPeter Eisentraut
2024-06-21Fix relcache invalidation when relfilelocator is updatedHeikki Linnakangas
2024-06-21Fix make build on MinGWPeter Eisentraut
2024-06-21parse_manifest: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use const char *Peter Eisentraut
2024-06-20Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane
2024-06-20Unify some error messagesPeter Eisentraut
2024-06-20meson: Fix import library name in WindowsPeter Eisentraut
2024-06-19SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-18Fix possible Assert failure in cost_memoize_rescanDavid Rowley
2024-06-18Fix incorrect punctuation in error messagePeter Eisentraut
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-06-17Remove recordExtensionInitPriv[Worker]'s ownerId argument.Tom Lane
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-17Teach jsonpath string() to unwrap in lax modeAndrew Dunstan