summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-07-08Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.Tom Lane
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed
2024-07-08Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley
2024-07-08Remove an extra period in code commentRichard Guo
2024-07-08Fix right-anti-joins when the inner relation is proven uniqueRichard Guo
2024-07-06Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.Tom Lane
2024-07-06Adjust tuplestore.c not to allocate BufFiles in generation contextDavid Rowley
2024-07-06Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart
2024-07-05Support loading of injection pointsMichael Paquier
2024-07-05Lift limitation that PGPROC->links must be the first fieldHeikki Linnakangas
2024-07-05Improve memory management and performance of tuplestore.cDavid Rowley
2024-07-05Fix newly introduced issue in EXPLAIN for Materialize nodesDavid Rowley
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-07-04Add pg_get_acl() to get the ACL for a database objectMichael Paquier
2024-07-04SQL/JSON: Fix some obsolete comments.Amit Langote
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-07-03Optimize memory access in GetRunningTransactionData()Alexander Korotkov
2024-07-03Fix typo in GetRunningTransactionData()Alexander Korotkov
2024-07-03Remove incorrect Asserts in buffile.cDavid Rowley
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-03Replace hardcoded identifiers of pgstats file by #definesMichael Paquier
2024-07-02Remove redundant SetProcessingMode(InitProcessing) callsHeikki Linnakangas
2024-07-02Move bgworker specific logic to bgworker.cHeikki Linnakangas
2024-07-02Use safe string copy routineDaniel Gustafsson
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