summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-12Add assertion in pgstat_write_statsfile() about processes allowedMichael Paquier
2024-07-12Fix a typo in logicalrep_write_typ().Amit Kapila
2024-07-12Consider materializing the cheapest inner path in parallel nestloopRichard Guo
2024-07-12Improve comment of pgstat_read_statsfile()Michael Paquier
2024-07-11Improve logical replication connection-failure messages.Tom Lane
2024-07-11Add min and max aggregates for composite types (records).Tom Lane
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-07-11Add a new 'F' entry type for fixed-numbered stats in pgstats fileMichael Paquier
2024-07-11Add PgStat_KindInfo.init_shmem_cbMichael Paquier
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