index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-08-03
Suppress complaints about leaks in function cache loading.
Tom Lane
2025-08-03
Reduce leakage during PL/pgSQL function compilation.
Tom Lane
2025-08-03
Silence Valgrind leakage complaints in more-or-less-hackish ways.
Tom Lane
2025-08-03
Fix assorted pretty-trivial memory leaks in the backend.
Tom Lane
2025-08-03
Fix MemoryContextAllocAligned's interaction with Valgrind.
Tom Lane
2025-08-03
Improve our support for Valgrind's leak tracking.
Tom Lane
2025-08-03
Fix assertion failure in pgbench when handling multiple pipeline sync messages.
Fujii Masao
2025-08-02
Simplify options in pg_dump and pg_restore.
Jeff Davis
2025-08-02
Fix typo in foreign_key.sql
Michael Paquier
2025-08-02
Doc: clarify the restrictions of AFTER triggers with transition tables.
Etsuro Fujita
2025-08-02
Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c
Michael Paquier
2025-08-01
Allow resetting unknown custom GUCs with reserved prefixes.
Nathan Bossart
2025-08-01
Fix typo in AutoVacLauncherMain().
Masahiko Sawada
2025-08-01
pg_dump: reject combination of "only" and "with"
Jeff Davis
2025-08-01
libpq: Complain about missing BackendKeyData later with PGgetCancel()
Heikki Linnakangas
2025-08-01
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.
Amit Kapila
2025-07-31
Fix tab completion for ALTER ROLE|USER ... RESET
Tomas Vondra
2025-07-31
Schema-qualify unnest() in ALTER DATABASE ... RESET
Tomas Vondra
2025-07-31
Sort dump objects independent of OIDs, for the 7 holdout object types.
Noah Misch
2025-07-31
pg_stat_statements: Add counters for generic and custom plans
Michael Paquier
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-30
doc: Adjust documentation for vacuumdb --missing-stats-only.
Nathan Bossart
2025-07-30
Teach pg_upgrade to handle in-place tablespaces.
Nathan Bossart
2025-07-30
Revert Non text modes for pg_dumpall, and pg_restore support
Andrew Dunstan
2025-07-30
Fix whitespace
Peter Eisentraut
2025-07-30
Fix ./configure checks with __cpuidex() and __cpuid()
Michael Paquier
2025-07-29
Handle cancel requests with PID 0 gracefully
Heikki Linnakangas
2025-07-29
Don't put library-supplied -L/-I switches before user-supplied ones.
Tom Lane
2025-07-29
Update comment
Peter Eisentraut
2025-07-29
Remove unnecessary complication around xmlParseBalancedChunkMemory.
Tom Lane
2025-07-29
Add commit 1d1612aec7 to .git-blame-ignore-revs.
Nathan Bossart
2025-07-29
Split up pgfdw_report_error so that we can mark it pg_noreturn.
Tom Lane
2025-07-29
Suppress uninitialized-variable warning.
Tom Lane
2025-07-29
Run pgindent.
Robert Haas
2025-07-29
Add regression test for background worker restart after crash.
Fujii Masao
2025-07-29
Handle timeout in PostgreSQL::Test::Cluster::is_alive()
Michael Paquier
2025-07-29
Clarify documentation for the initcap function
Alexander Korotkov
2025-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-28
Avoid regression in the size of XML input that we will accept.
Tom Lane
2025-07-28
Remove misleading hint for "unexpected data beyond EOF" error.
Robert Haas
2025-07-28
Avoid throwing away the error message in syncrep_yyerror.
Robert Haas
2025-07-27
ecpg: Fix memory leaks in ecpg_auto_prepare()
Michael Paquier
2025-07-27
Fix performance regression with flush of pending fixed-numbered stats
Michael Paquier
2025-07-27
Process sync requests incrementally in AbsorbSyncRequests
Alexander Korotkov
2025-07-27
Add assertions for all the required index AM callbacks
Michael Paquier
2025-07-25
Add commit 73873805f to .git-blame-ignore-revs.
Tom Lane
2025-07-25
Silence leakage complaint about postgres_fdw's InitPgFdwOptions.
Tom Lane
2025-07-25
Run pgindent on the changes of the previous patch.
Tom Lane
2025-07-25
Reap the benefits of not having to avoid leaking PGresults.
Tom Lane
2025-07-25
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
[next]