summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-03Suppress complaints about leaks in function cache loading.Tom Lane
2025-08-03Reduce leakage during PL/pgSQL function compilation.Tom Lane
2025-08-03Silence Valgrind leakage complaints in more-or-less-hackish ways.Tom Lane
2025-08-03Fix assorted pretty-trivial memory leaks in the backend.Tom Lane
2025-08-03Fix MemoryContextAllocAligned's interaction with Valgrind.Tom Lane
2025-08-03Improve our support for Valgrind's leak tracking.Tom Lane
2025-08-03Fix assertion failure in pgbench when handling multiple pipeline sync messages.Fujii Masao
2025-08-02Simplify options in pg_dump and pg_restore.Jeff Davis
2025-08-02Fix typo in foreign_key.sqlMichael Paquier
2025-08-02Doc: clarify the restrictions of AFTER triggers with transition tables.Etsuro Fujita
2025-08-02Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.cMichael Paquier
2025-08-01Allow resetting unknown custom GUCs with reserved prefixes.Nathan Bossart
2025-08-01Fix typo in AutoVacLauncherMain().Masahiko Sawada
2025-08-01pg_dump: reject combination of "only" and "with"Jeff Davis
2025-08-01libpq: Complain about missing BackendKeyData later with PGgetCancel()Heikki Linnakangas
2025-08-01Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.Amit Kapila
2025-07-31Fix tab completion for ALTER ROLE|USER ... RESETTomas Vondra
2025-07-31Schema-qualify unnest() in ALTER DATABASE ... RESETTomas Vondra
2025-07-31Sort dump objects independent of OIDs, for the 7 holdout object types.Noah Misch
2025-07-31pg_stat_statements: Add counters for generic and custom plansMichael Paquier
2025-07-31Rename CachedPlanType to PlannedStmtOrigin for PlannedStmtMichael Paquier
2025-07-30doc: Adjust documentation for vacuumdb --missing-stats-only.Nathan Bossart
2025-07-30Teach pg_upgrade to handle in-place tablespaces.Nathan Bossart
2025-07-30Revert Non text modes for pg_dumpall, and pg_restore supportAndrew Dunstan
2025-07-30Fix whitespacePeter Eisentraut
2025-07-30Fix ./configure checks with __cpuidex() and __cpuid()Michael Paquier
2025-07-29Handle cancel requests with PID 0 gracefullyHeikki Linnakangas
2025-07-29Don't put library-supplied -L/-I switches before user-supplied ones.Tom Lane
2025-07-29Update commentPeter Eisentraut
2025-07-29Remove unnecessary complication around xmlParseBalancedChunkMemory.Tom Lane
2025-07-29Add commit 1d1612aec7 to .git-blame-ignore-revs.Nathan Bossart
2025-07-29Split up pgfdw_report_error so that we can mark it pg_noreturn.Tom Lane
2025-07-29Suppress uninitialized-variable warning.Tom Lane
2025-07-29Run pgindent.Robert Haas
2025-07-29Add regression test for background worker restart after crash.Fujii Masao
2025-07-29Handle timeout in PostgreSQL::Test::Cluster::is_alive()Michael Paquier
2025-07-29Clarify documentation for the initcap functionAlexander Korotkov
2025-07-29Display Memoize planner estimates in EXPLAINDavid Rowley
2025-07-28Avoid regression in the size of XML input that we will accept.Tom Lane
2025-07-28Remove misleading hint for "unexpected data beyond EOF" error.Robert Haas
2025-07-28Avoid throwing away the error message in syncrep_yyerror.Robert Haas
2025-07-27ecpg: Fix memory leaks in ecpg_auto_prepare()Michael Paquier
2025-07-27Fix performance regression with flush of pending fixed-numbered statsMichael Paquier
2025-07-27Process sync requests incrementally in AbsorbSyncRequestsAlexander Korotkov
2025-07-27Add assertions for all the required index AM callbacksMichael Paquier
2025-07-25Add commit 73873805f to .git-blame-ignore-revs.Tom Lane
2025-07-25Silence leakage complaint about postgres_fdw's InitPgFdwOptions.Tom Lane
2025-07-25Run pgindent on the changes of the previous patch.Tom Lane
2025-07-25Reap the benefits of not having to avoid leaking PGresults.Tom Lane
2025-07-25Create infrastructure to reliably prevent leakage of PGresults.Tom Lane