summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-07-10Improve the numeric width_bucket() computation.Dean Rasheed
2024-07-10Extend pg_get_acl() to handle sub-object IDsMichael Paquier
2024-07-09Fix missing invalidations for search_path cache.Jeff Davis
2024-07-09Suppress "chunk is not well balanced" errors from libxml2.Tom Lane
2024-07-09Introduce pg_signal_autovacuum_worker.Nathan Bossart
2024-07-09Fix comment in libpqrcv_check_conninfo().Fujii Masao
2024-07-09Optimise numeric multiplication for short inputs.Dean Rasheed
2024-07-09To improve the code, move the error check in logical_read_xlog_page().Amit Kapila
2024-07-09Use pgstat_kind_infos to write fixed shared statisticsMichael Paquier
2024-07-09Fix limit block handling in pg_wal_summary_contents().Fujii Masao
2024-07-09Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley
2024-07-08Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley
2024-07-08Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart
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