summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-12-14Update typedefs.list to match what the buildfarm currently reports.Tom Lane
2025-12-14bufmgr: Add one-entry cache for private refcountAndres Freund
2025-12-14bufmgr: Separate keys for private refcount infrastructureAndres Freund
2025-12-14Refactor WaitLSNType enum to use a macro for type countAlexander Korotkov
2025-12-14Fix usage of palloc() in MERGE/SPLIT PARTITION(s) codeAlexander Korotkov
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-13Fix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
2025-12-13Fix out-of-date comment on makeRangeConstructorsPeter Eisentraut
2025-12-13Clarify comment about temporal foreign keysPeter Eisentraut
2025-12-12Reject opclass options in ON CONFLICT clauseÁlvaro Herrera
2025-12-12Replace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
2025-12-12Never store 0 as the nextMXactHeikki Linnakangas
2025-12-11Fix some comments.Nathan Bossart
2025-12-11Fix infer_arbiter_index for partitioned tablesÁlvaro Herrera
2025-12-11Fix comment on how temp files and subtransactions are handledHeikki Linnakangas
2025-12-11Add runtime checks for bogus multixact offsetsHeikki Linnakangas
2025-12-11Use palloc_object() and palloc_array(), the last changeMichael Paquier
2025-12-11Enhance slot synchronization API to respect promotion signal.Amit Kapila
2025-12-10Clarify why _bt_killitems sorts its items array.Peter Geoghegan
2025-12-11Fix allocation formula in llvmjit_expr.cMichael Paquier
2025-12-10Fix MULTIXACT_DEBUG builds.Peter Geoghegan
2025-12-10Return TIDs in desc order during backwards scans.Peter Geoghegan
2025-12-10Add pg_iswcased().Jeff Davis
2025-12-10Remove char_tolower() API.Jeff Davis
2025-12-10Add comment about keeping PD_ALL_VISIBLE and VM in syncMelanie Plageman
2025-12-10Simplify vacuum visibility assertionMelanie Plageman
2025-12-10Fix comment in GetPublicationRelationsHeikki Linnakangas
2025-12-10Fix some near-bugs related to ResourceOwner function argumentsHeikki Linnakangas
2025-12-10Fix typo in commentHeikki Linnakangas
2025-12-10Fix misleading comment in tuplesort.cDavid Rowley
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-09Add started_by column to pg_stat_progress_analyze view.Masahiko Sawada
2025-12-09Add mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
2025-12-09Add wait event for the group commit delay before WAL flushHeikki Linnakangas
2025-12-09Widen MultiXactOffset to 64 bitsHeikki Linnakangas
2025-12-09Move pg_multixact SLRU page format definitions to a separate headerHeikki Linnakangas
2025-12-09Fix distinctness check for queries with grouping setsRichard Guo
2025-12-09Fix const-simplification for index expressions and predicateRichard Guo
2025-12-09Fix LOCK_TIMEOUT handling in slotsync worker.Amit Kapila
2025-12-09Remove useless casts in format argumentsPeter Eisentraut
2025-12-09Clean up int64-related format stringsPeter Eisentraut
2025-12-09Remove unnecessary casts in printf format arguments (%zu/%zd)Peter Eisentraut
2025-12-09Doc: fix typo in hash index documentationDavid Rowley
2025-12-08Avoid pointer chasing in _bt_readpage inner loop.Peter Geoghegan
2025-12-08Unify some more messagesÁlvaro Herrera
2025-12-08Relocate _bt_readpage and related functions.Peter Geoghegan
2025-12-08Unify error messagesÁlvaro Herrera
2025-12-08Use PGAlignedXLogBlock for some code simplificationPeter Eisentraut
2025-12-08Prevent invalidation of newly created replication slots.Amit Kapila