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