summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-07-02Limit max parameter number with MaxAllocSizePeter Eisentraut
2024-07-02Fix overflow in parsing of positional parameterPeter Eisentraut
2024-07-02Improve some global variable declarationsPeter Eisentraut
2024-07-02Add missing includes for some global variablesPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-07-02Use TupleDescAttr macro consistentlyDavid Rowley
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-07-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
2024-07-01Remove redundant privilege check from pg_sequences system view.Nathan Bossart
2024-07-01Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane
2024-07-01Remove useless extern keywordsPeter Eisentraut
2024-07-01Add context type field to pg_backend_memory_contextsDavid Rowley
2024-07-01Remove useless codePeter Eisentraut
2024-07-01Remove useless initializationsPeter Eisentraut
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-07-01Use pgstat_kind_infos to read fixed shared statisticsMichael Paquier
2024-07-01Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONSMichael Paquier
2024-07-01Remove PgStat_KindInfo.named_on_diskMichael 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