summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-11Make <assert.h> consistently available in frontend and backendPeter Eisentraut
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-10Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.Tom Lane
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-10Fix bogus extra arguments to query_safe in testHeikki Linnakangas
2025-12-10Improve DDL deparsing testHeikki Linnakangas
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-10libpq: Authorize pthread_exit() in libpq_checkMichael Paquier
2025-12-10Fix failures with cross-version pg_upgrade testsMichael Paquier
2025-12-10Fix two issues with recently-introduced nbtree testMichael Paquier
2025-12-10Fix meson warning due to missing declaration of NMMichael Paquier
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-10Fix O_CLOEXEC flag handling in Windows port.Thomas Munro
2025-12-09vacuumdb: Add --dry-run.Nathan Bossart
2025-12-09Add ParallelSlotSetIdle().Nathan Bossart
2025-12-09vacuumdb: Move some variables to the vacuumingOptions struct.Nathan Bossart
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-09Support "j" length modifier in snprintf.c.Tom Lane
2025-12-09Add wait event for the group commit delay before WAL flushHeikki Linnakangas
2025-12-09Fix warning about wrong format specifier for off_t typeHeikki 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-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-12-08Improve documentation for pg_atomic_unlocked_write_u32()Andres Freund