users/rhaas/postgres.git
10 days ago Robert Haaspg_plan_advice: pgindent master
10 days ago Heikki LinnakangasChange PointerGetDatum() back to a macro
10 days ago Robert Haaspg_plan_advice: Fix another unique-semijoin bug.
10 days ago Amit KapilaDoc: Improve the wording of logical slot prerequisites.
10 days ago Fujii Masaodoc: Improve description of pg_ctl -l log file permissions
10 days ago Fujii Masaopsql: Fix incorrect tab completion after CREATE PUBLICA...
10 days ago Amit LangoteReject invalid databases in pg_get_database_ddl()
11 days ago Bruce Momjiandoc PG 19 relnotes: change "free space map" to "visibil...
11 days ago Andrew DunstanMake psql DETAIL line test unconditionally optional.
11 days ago Álvaro HerreraAdd missing initialization
11 days ago Bruce Momjiandoc PG 19 relnotes: add author and move items
11 days ago Melanie PlagemanUpdate FSM during prune/freeze replay even if freespace...
11 days ago Bruce Momjiandoc PG 19 relnotes: update author
11 days ago Bruce Momjiandoc PG 19 relnotes: corrections reported to me privately
11 days ago Fujii MasaoUse XLogRecPtrIsValid() consistently for WAL position...
11 days ago Daniel Gustafssondoc: Add missing GUCs to SSL SNI docs
11 days ago Peter EisentrautMSVC: Turn missing function declaration into an error
11 days ago Peter EisentrautAdd missing include
11 days ago Thomas MunroFix comments for Korean encodings in encnames.c
11 days ago Amit LangoteFix pg_overexplain to emit valid output with RANGE_TABL...
11 days ago Amit LangoteFix incorrect comment in JsonTablePlanJoinNextRow()
11 days ago Fujii MasaoUse proc_exit() for walreceiver exit in WalRcvWaitForSt...
12 days ago Bruce Momjiandoc PG 19 relnotes: remove doc author from "Allow...
12 days ago Bruce Momjiandoc PG 19 relnotes: add free space map all-visible...
12 days ago Bruce Momjiandoc PG 19 relnotes: fixes for commands and authors
12 days ago Bruce Momjiandoc PG 19 relnotes: remove "Lakshmi N" as author of...
12 days ago Bruce Momjiandoc PG 19 relnotes: fix "now targets"
12 days ago Bruce Momjiandoc PG 19 relnotes: addjust CREATE/ALTER PUBLICATION...
12 days ago Bruce Momjiandoc PG 19 relnotes: add missing March 16 autovacuum...
12 days ago Bruce Momjiandoc PG 19 relnotes: adjust ShmemRequestStruct item
12 days ago Andrew DunstanFix COPY TO FORMAT JSON to exclude generated columns.
12 days ago Andrew DunstanRework signal handler infrastructure to pass sender...
12 days ago Bruce Momjiandoc: first draft of PG 19 release notes
12 days ago Richard GuoFix var_is_nonnullable() to handle invalid NOT NULL...
13 days ago Andrew DunstanFix pfree crash in pg_get_role_ddl() and pg_get_databas...
13 days ago Jeff DavisCheck for unterminated strings when calling uloc_getLan...
13 days ago Michael PaquierAdd tests for low-level PGLZ [de]compression routines
13 days ago Heikki LinnakangasReplace deprecated StaticAssertStmt() with StaticAssert...
13 days ago Amit KapilaAdd missing period to HINT messages.
2026-04-13 Jeff DavisFix overrun when comparing with unterminated ICU langua...
2026-04-13 Robert Haasdoc: Remove stray word from pg_stash_advice docs.
2026-04-13 Robert Haasdoc: Fix a couple of mistakes in pgplanadvice.sgml
2026-04-13 Robert Haaspg_plan_advice: Export feedback-related definitions.
2026-04-13 Robert Haaspg_plan_advice: Fix a bug when a subquery is pruned...
2026-04-13 Robert Haaspg_plan_advice: Add alternatives test to Makefile.
2026-04-13 Robert Haaspg_plan_advice: Handle non-repeatable TABLESAMPLE scans.
2026-04-13 Alexander KorotkovExplicitly forbid non-top-level WAIT FOR execution
2026-04-13 Peter EisentrautUpdate Unicode data to CLDR 48.2
2026-04-13 Peter Eisentrautpg_createsubscriber: Don't use MAXPGPATH
2026-04-13 Peter Eisentrautpg_createsubscriber: Remove separate logfile_open(...
2026-04-13 Peter Eisentrautpg_createsubscriber: Use logging.c log file callback
2026-04-13 Peter EisentrautAdd log file support to logging.c
2026-04-13 Amit KapilaFix capitalization in publication describe output.
2026-04-13 Amit KapilaFix excessive logging in idle slotsync worker.
2026-04-13 David RowleyImprove various new-to-v19 appendStringInfo calls
2026-04-13 Michael Paquiertest_saslprep: Fix issue with copy of input bytea
2026-04-12 David RowleyFix unlikely overflow bug in bms_next_member()
2026-04-12 David RowleyUse stack-allocated StringInfoDatas, where possible
2026-04-12 David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2026-04-11 Michael PaquierHonor passed-in database OIDs in pgstat_database.c
2026-04-11 Richard GuoFix estimate_array_length error with set-operation...
2026-04-10 Thomas Munroread_stream: Remove obsolete comment.
2026-04-10 Masahiko SawadaFix unstable log verification in test_autovacuum.
2026-04-10 Masahiko Sawadadoc: Improve consistency of parallel vacuum description.
2026-04-10 Fujii MasaoAdjust log level of logical decoding messages by context
2026-04-10 Andrew DunstanRevert "Add built-in fuzzing harnesses for security...
2026-04-10 Andrew DunstanUse size_t instead of Size in pg_waldump
2026-04-10 Andrew DunstanAdd built-in fuzzing harnesses for security testing.
2026-04-10 Andrew DunstanFix heap-buffer-overflow in pglz_decompress() on corrup...
2026-04-10 Andrew DunstanFix incremental JSON parser numeric token reassembly...
2026-04-10 Amit LangoteAdd test case for same-type reordered FK columns
2026-04-10 Amit LangoteMove afterTriggerFiringDepth into AfterTriggersData
2026-04-10 Richard GuoFix var_is_nonnullable() to account for varreturningtype
2026-04-10 Amit LangoteAssert index_attnos[0] == 1 in ri_FastPathFlushArray()
2026-04-10 Amit LangoteFix FK fast-path scan key ordering for mismatched colum...
2026-04-10 Amit LangoteFix typo left by 34a30786293
2026-04-10 Amit LangoteFix RI fast-path crash under nested C-level SPI
2026-04-10 Jeff DavisDocument new catalog columns, missed in commit 8185bb5347.
2026-04-10 Michael PaquierZero-fill private_data when attaching an injection...
2026-04-09 Nathan BossartFix double-free in pg_stat_autovacuum_scores.
2026-04-09 Masahiko SawadaRemove an unstable wait from parallel autovacuum regres...
2026-04-09 Andres Freundinstrumentation: Avoid CPUID 0x15/0x16 for Hypervisor...
2026-04-09 Nathan BossartAdd LOG_NEVER error level code.
2026-04-09 Richard GuoFix integer overflow in nodeWindowAgg.c
2026-04-09 Peter EisentrautUpdate config.guess and config.sub
2026-04-09 Richard GuoStrip PlaceHolderVars from partition pruning operands
2026-04-09 Amit LangoteAdd nkeys parameter to recheck_matched_pk_tuple()
2026-04-08 Michael PaquierReduce presence of syscache.h in src/include/
2026-04-08 Álvaro HerreraSimplify declaration of memcpy target
2026-04-08 Daniel Gustafssondoc: Fix data_checksums data type
2026-04-08 Nathan BossartAdd a couple of commits to .git-blame-ignore-revs.
2026-04-08 Peter EisentrautAdd missing PGDLLIMPORT markings
2026-04-08 Thomas MunroRemove RADIUS support.
2026-04-08 Etsuro FujitaAdd support for importing statistics from remote servers.
2026-04-08 Thomas Munroaio: Adjust I/O worker pool automatically.
2026-04-08 John NaylorExit early from pg_comp_crc32c_pmull for small inputs
2026-04-08 Thomas Munropg_upgrade: Check for unsupported encodings.
2026-04-08 Thomas MunroRemove MULE_INTERNAL encoding.
2026-04-08 Andres Freundinstrumentation: Allocate query level instrumentation...
2026-04-08 Fujii MasaoFix slotsync worker blocking promotion when stuck in...
next