postgresql.git
59 min ago Jeff DavisDon't copy datlocale from template unless provider... master github/master
73 min ago Tom LaneMop-up for commit e035863c9.
2 hours ago Peter EisentrautConvert varatt.h access macros to static inline functions.
7 hours ago Peter EisentrautFix varatt versus Datum type confusions
7 hours ago Peter EisentrautFix various hash function uses
7 hours ago Amit KapilaThrow ERROR when publish_generated_columns is specified...
8 hours ago Peter EisentrautFix mixups of FooGetDatum() vs. DatumGetFoo()
22 hours ago Melanie PlagemanMinor test fixes in 035_standby_logical_decoding.pl
26 hours ago Dean RasheedFix typo in create_index.sql.
28 hours ago Andrew DunstanSplit func.sgml into more manageable pieces
29 hours ago Peter EisentrautImprove prep_buildtree
29 hours ago Álvaro HerreraRename XLogData protocol message to WALData
29 hours ago Fujii MasaoAvoid unexpected shutdown when sync_replication_slots...
29 hours ago Álvaro Herreradoc: mention unusability of dropped CHECK to verify...
35 hours ago David RowleyFix incorrect comment regarding mod_since_analyze
37 hours ago Amit KapilaDetect and report update_deleted conflicts.
2 days ago Tom LaneTake a little more care in set_backtrace().
2 days ago Tom LaneAvoid leakage of zero-length arrays in partition_bounds...
2 days ago Tom LaneSilence complaints about leaks in PlanCacheComputeResul...
2 days ago Tom LaneSuppress complaints about leaks in TS dictionary loading.
2 days ago Tom LaneSuppress complaints about leaks in function cache loading.
2 days ago Tom LaneReduce leakage during PL/pgSQL function compilation.
2 days ago Tom LaneSilence Valgrind leakage complaints in more-or-less...
2 days ago Tom LaneFix assorted pretty-trivial memory leaks in the backend.
2 days ago Tom LaneFix MemoryContextAllocAligned's interaction with Valgrind.
2 days ago Tom LaneImprove our support for Valgrind's leak tracking.
2 days ago Fujii MasaoFix assertion failure in pgbench when handling multiple...
3 days ago Jeff DavisSimplify options in pg_dump and pg_restore.
3 days ago Michael PaquierFix typo in foreign_key.sql
3 days ago Etsuro FujitaDoc: clarify the restrictions of AFTER triggers with...
3 days ago Michael PaquierFix use-after-free with INSERT ON CONFLICT changes...
3 days ago Nathan BossartAllow resetting unknown custom GUCs with reserved prefixes.
3 days ago Masahiko SawadaFix typo in AutoVacLauncherMain().
4 days ago Jeff Davispg_dump: reject combination of "only" and "with"
4 days ago Heikki Linnakangaslibpq: Complain about missing BackendKeyData later...
4 days ago Amit KapilaFix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
5 days ago Tomas VondraFix tab completion for ALTER ROLE|USER ... RESET
5 days ago Tomas VondraSchema-qualify unnest() in ALTER DATABASE ... RESET
5 days ago Noah MischSort dump objects independent of OIDs, for the 7 holdou...
5 days ago Michael Paquierpg_stat_statements: Add counters for generic and custom...
5 days ago Michael PaquierRename CachedPlanType to PlannedStmtOrigin for PlannedStmt
5 days ago Nathan Bossartdoc: Adjust documentation for vacuumdb --missing-stats...
6 days ago Nathan BossartTeach pg_upgrade to handle in-place tablespaces.
6 days ago Andrew DunstanRevert Non text modes for pg_dumpall, and pg_restore...
6 days ago Peter EisentrautFix whitespace
6 days ago Michael PaquierFix ./configure checks with __cpuidex() and __cpuid()
6 days ago Heikki LinnakangasHandle cancel requests with PID 0 gracefully
6 days ago Tom LaneDon't put library-supplied -L/-I switches before user...
7 days ago Peter EisentrautUpdate comment
7 days ago Tom LaneRemove unnecessary complication around xmlParseBalanced...
7 days ago Nathan BossartAdd commit 1d1612aec7 to .git-blame-ignore-revs.
7 days ago Tom LaneSplit up pgfdw_report_error so that we can mark it...
7 days ago Tom LaneSuppress uninitialized-variable warning.
7 days ago Robert HaasRun pgindent.
7 days ago Fujii MasaoAdd regression test for background worker restart after...
7 days ago Michael PaquierHandle timeout in PostgreSQL::Test::Cluster::is_alive()
7 days ago Alexander KorotkovClarify documentation for the initcap function
7 days ago David RowleyDisplay Memoize planner estimates in EXPLAIN
7 days ago Tom LaneAvoid regression in the size of XML input that we will...
8 days ago Robert HaasRemove misleading hint for "unexpected data beyond...
8 days ago Robert HaasAvoid throwing away the error message in syncrep_yyerror.
8 days ago Michael Paquierecpg: Fix memory leaks in ecpg_auto_prepare()
8 days ago Michael PaquierFix performance regression with flush of pending fixed...
9 days ago Alexander KorotkovProcess sync requests incrementally in AbsorbSyncRequests
9 days ago Michael PaquierAdd assertions for all the required index AM callbacks
10 days ago Tom LaneAdd commit 73873805f to .git-blame-ignore-revs.
10 days ago Tom LaneSilence leakage complaint about postgres_fdw's InitPgFd...
10 days ago Tom LaneRun pgindent on the changes of the previous patch.
10 days ago Tom LaneReap the benefits of not having to avoid leaking PGresults.
10 days ago Tom LaneCreate infrastructure to reliably prevent leakage of...
11 days ago Tom LaneFix dynahash's HASH_FIXED_SIZE ("isfixed") option.
11 days ago Álvaro HerreraRefactor grammar to create opt_utility_option_list
11 days ago Fujii MasaoFix background worker not restarting after crash-and...
11 days ago Michael PaquierFix assertion failure with latch wait in single-user...
11 days ago Michael PaquierLower bounds related to pgstats kinds
12 days ago Nathan BossartFix return value of visibilitymap_get_status().
12 days ago Amit KapilaFix duplicate transaction replay during pg_createsubscr...
12 days ago Michael PaquierIntroduce field tracking cached plan type in PlannedStmt
12 days ago Amit KapilaFix cfbot failure caused by commit 228c370868.
12 days ago Fujii Masaodoc: Add missing index entries and fix title formatting...
12 days ago Tom LaneFix build breakage on Solaris-alikes with late-model...
13 days ago Nathan BossartCross-check lists of built-in LWLock tranches.
13 days ago Nathan BossartUse PqMsg_* macros in walsender.c
13 days ago Álvaro HerreraMove enum RecoveryTargetAction to xlogrecovery.h
13 days ago Amit KapilaPreserve conflict-relevant data during logical replication.
13 days ago David RowleyUse strchr instead of strstr for single-char lookups
13 days ago Michael Paquierecpg: Improve error detection around ecpg_strdup()
2025-07-22 Fujii MasaoRemove translation marker from libpq-be-fe-helpers.h.
2025-07-22 Andres Freundaio: Fix assertion, clarify README
2025-07-22 Amit KapilaDoc: Fix logical replication examples.
2025-07-22 Michael Paquierdoc: Inform about aminsertcleanup optional NULLness
2025-07-22 Fujii MasaoLog remote NOTICE, WARNING, and similar messages using...
2025-07-22 Michael Paquierecpg: Fix NULL pointer dereference during connection...
2025-07-22 Richard GuoReduce "Var IS [NOT] NULL" quals during constant folding
2025-07-22 Richard GuoCentralize collection of catalog info needed early...
2025-07-22 Richard GuoExpand virtual generated columns before sublink pull-up
2025-07-21 Alexander KorotkovUpdate comment for ReplicationSlot.last_saved_restart_lsn
2025-07-21 Álvaro Herrerapg_dump: include comments on not-null constraints on...
2025-07-20 Fujii Masaodoc: Document reopen of output file via SIGHUP in pg_re...
2025-07-19 Tom LaneMostly-cosmetic adjustments to estimate_multivariate_bu...
next