summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09Fix meson warning due to missing declaration of NMMichael Paquier
2025-12-09Fix typo in commentHeikki Linnakangas
2025-12-09Fix misleading comment in tuplesort.cDavid Rowley
2025-12-09Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-09Fix 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-09doc: Fix titles of some pg_buffercache functions.Nathan Bossart
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-09doc: Fix statement about ON CONFLICT and deferrable constraints.Dean Rasheed
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-09Improve documentation for pg_atomic_unlocked_write_u32()Andres Freund
2025-12-09Doc: fix typo in hash index documentationDavid Rowley
2025-12-09libpq: Refactor logic checking for exit() in shared library buildsMichael Paquier
2025-12-09Fix minor portability issue in pg_resetwal.c.Tom Lane
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-08pg_resetwal: Use separate flags for whether an option is givenHeikki Linnakangas
2025-12-08pg_resetwal: Reject negative and out of range argumentsHeikki Linnakangas
2025-12-08Make ecpg parse.pl more robust with bracesPeter Eisentraut
2025-12-08Use PGAlignedXLogBlock for some code simplificationPeter Eisentraut
2025-12-08test_custom_stats: Test module for custom cumulative statisticsMichael Paquier
2025-12-08Prevent invalidation of newly created replication slots.Amit Kapila
2025-12-08injection_points: Remove portions related to custom pgstatsMichael Paquier
2025-12-08Improve error messages of input functions for pg_dependencies and pg_ndistinctMichael Paquier