postgresql.git
7 hours ago Nathan BossartExpand usage of macros for protocol characters. master github/master
8 hours ago Nathan BossartRename transformRelOptions()'s "namspace" parameter...
11 hours ago Fujii MasaoFix typo in comment.
15 hours ago Dean RasheedRefactor int128.h, bringing the native and non-native...
16 hours ago Dean RasheedFix printf format specfiers in test_int128 module.
16 hours ago Peter EisentrautRemove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
17 hours ago Dean RasheedConvert src/tools/testint128.c into a test module.
17 hours ago Michael PaquierAdd regression test for short varlenas saved in TOAST...
18 hours ago Fujii Masaodoc: Recommend ANALYZE after ALTER TABLE ... SET EXPRES...
27 hours ago Masahiko SawadaSuppress maybe-uninitialized warning.
28 hours ago Tom LaneFix incorrect return value in brin_minmax_multi_distanc...
31 hours ago Álvaro HerreraPut PG_TEST_EXTRA doc items back in alphabetical order
31 hours ago Álvaro HerreraHide expensive pg_upgrade test behind PG_TEST_EXTRA
31 hours ago Masahiko SawadaAdd backup_type column to pg_stat_progress_basebackup.
33 hours ago Jeff DavisDon't copy datlocale from template unless provider...
33 hours ago Tom LaneMop-up for commit e035863c9.
34 hours ago Peter EisentrautConvert varatt.h access macros to static inline functions.
39 hours ago Peter EisentrautFix varatt versus Datum type confusions
40 hours ago Peter EisentrautFix various hash function uses
40 hours ago Amit KapilaThrow ERROR when publish_generated_columns is specified...
40 hours ago Peter EisentrautFix mixups of FooGetDatum() vs. DatumGetFoo()
2 days ago Melanie PlagemanMinor test fixes in 035_standby_logical_decoding.pl
2 days ago Dean RasheedFix typo in create_index.sql.
2 days ago Andrew DunstanSplit func.sgml into more manageable pieces
2 days ago Peter EisentrautImprove prep_buildtree
2 days ago Álvaro HerreraRename XLogData protocol message to WALData
2 days ago Fujii MasaoAvoid unexpected shutdown when sync_replication_slots...
2 days ago Álvaro Herreradoc: mention unusability of dropped CHECK to verify...
2 days ago David RowleyFix incorrect comment regarding mod_since_analyze
2 days ago Amit KapilaDetect and report update_deleted conflicts.
3 days ago Tom LaneTake a little more care in set_backtrace().
3 days ago Tom LaneAvoid leakage of zero-length arrays in partition_bounds...
3 days ago Tom LaneSilence complaints about leaks in PlanCacheComputeResul...
3 days ago Tom LaneSuppress complaints about leaks in TS dictionary loading.
3 days ago Tom LaneSuppress complaints about leaks in function cache loading.
3 days ago Tom LaneReduce leakage during PL/pgSQL function compilation.
3 days ago Tom LaneSilence Valgrind leakage complaints in more-or-less...
3 days ago Tom LaneFix assorted pretty-trivial memory leaks in the backend.
3 days ago Tom LaneFix MemoryContextAllocAligned's interaction with Valgrind.
3 days ago Tom LaneImprove our support for Valgrind's leak tracking.
4 days ago Fujii MasaoFix assertion failure in pgbench when handling multiple...
4 days ago Jeff DavisSimplify options in pg_dump and pg_restore.
4 days ago Michael PaquierFix typo in foreign_key.sql
4 days ago Etsuro FujitaDoc: clarify the restrictions of AFTER triggers with...
4 days ago Michael PaquierFix use-after-free with INSERT ON CONFLICT changes...
5 days ago Nathan BossartAllow resetting unknown custom GUCs with reserved prefixes.
5 days ago Masahiko SawadaFix typo in AutoVacLauncherMain().
5 days ago Jeff Davispg_dump: reject combination of "only" and "with"
5 days ago Heikki Linnakangaslibpq: Complain about missing BackendKeyData later...
5 days ago Amit KapilaFix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
6 days ago Tomas VondraFix tab completion for ALTER ROLE|USER ... RESET
6 days ago Tomas VondraSchema-qualify unnest() in ALTER DATABASE ... RESET
6 days ago Noah MischSort dump objects independent of OIDs, for the 7 holdou...
6 days ago Michael Paquierpg_stat_statements: Add counters for generic and custom...
7 days ago Michael PaquierRename CachedPlanType to PlannedStmtOrigin for PlannedStmt
7 days ago Nathan Bossartdoc: Adjust documentation for vacuumdb --missing-stats...
7 days ago Nathan BossartTeach pg_upgrade to handle in-place tablespaces.
7 days ago Andrew DunstanRevert Non text modes for pg_dumpall, and pg_restore...
7 days ago Peter EisentrautFix whitespace
7 days ago Michael PaquierFix ./configure checks with __cpuidex() and __cpuid()
8 days ago Heikki LinnakangasHandle cancel requests with PID 0 gracefully
8 days ago Tom LaneDon't put library-supplied -L/-I switches before user...
8 days ago Peter EisentrautUpdate comment
8 days ago Tom LaneRemove unnecessary complication around xmlParseBalanced...
8 days ago Nathan BossartAdd commit 1d1612aec7 to .git-blame-ignore-revs.
8 days ago Tom LaneSplit up pgfdw_report_error so that we can mark it...
8 days ago Tom LaneSuppress uninitialized-variable warning.
8 days ago Robert HaasRun pgindent.
8 days ago Fujii MasaoAdd regression test for background worker restart after...
8 days ago Michael PaquierHandle timeout in PostgreSQL::Test::Cluster::is_alive()
8 days ago Alexander KorotkovClarify documentation for the initcap function
8 days ago David RowleyDisplay Memoize planner estimates in EXPLAIN
9 days ago Tom LaneAvoid regression in the size of XML input that we will...
9 days ago Robert HaasRemove misleading hint for "unexpected data beyond...
9 days ago Robert HaasAvoid throwing away the error message in syncrep_yyerror.
10 days ago Michael Paquierecpg: Fix memory leaks in ecpg_auto_prepare()
10 days ago Michael PaquierFix performance regression with flush of pending fixed...
10 days ago Alexander KorotkovProcess sync requests incrementally in AbsorbSyncRequests
10 days ago Michael PaquierAdd assertions for all the required index AM callbacks
12 days ago Tom LaneAdd commit 73873805f to .git-blame-ignore-revs.
12 days ago Tom LaneSilence leakage complaint about postgres_fdw's InitPgFd...
12 days ago Tom LaneRun pgindent on the changes of the previous patch.
12 days ago Tom LaneReap the benefits of not having to avoid leaking PGresults.
12 days ago Tom LaneCreate infrastructure to reliably prevent leakage of...
12 days ago Tom LaneFix dynahash's HASH_FIXED_SIZE ("isfixed") option.
12 days ago Álvaro HerreraRefactor grammar to create opt_utility_option_list
12 days ago Fujii MasaoFix background worker not restarting after crash-and...
12 days ago Michael PaquierFix assertion failure with latch wait in single-user...
12 days ago Michael PaquierLower bounds related to pgstats kinds
13 days ago Nathan BossartFix return value of visibilitymap_get_status().
13 days ago Amit KapilaFix duplicate transaction replay during pg_createsubscr...
13 days ago Michael PaquierIntroduce field tracking cached plan type in PlannedStmt
13 days ago Amit KapilaFix cfbot failure caused by commit 228c370868.
13 days ago Fujii Masaodoc: Add missing index entries and fix title formatting...
2025-07-23 Tom LaneFix build breakage on Solaris-alikes with late-model...
2025-07-23 Nathan BossartCross-check lists of built-in LWLock tranches.
2025-07-23 Nathan BossartUse PqMsg_* macros in walsender.c
2025-07-23 Álvaro HerreraMove enum RecoveryTargetAction to xlogrecovery.h
2025-07-23 Amit KapilaPreserve conflict-relevant data during logical replication.
2025-07-23 David RowleyUse strchr instead of strstr for single-char lookups
next