]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-04-14  Jeff DavisCheck for unterminated strings when calling uloc_getLan...
2026-04-14  Michael PaquierAdd tests for low-level PGLZ [de]compression routines
2026-04-14  Heikki LinnakangasReplace deprecated StaticAssertStmt() with StaticAssert...
2026-04-14  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...
2026-04-08  Andres Freundinstrumentation: Move ExecProcNodeInstr to allow inlining
2026-04-07  Tomas VondraAdd EXPLAIN (IO) instrumentation for TidRangeScan
2026-04-07  Andres Freundpg_test_timing: Also test RDTSC[P] timing, report time...
2026-04-07  Tomas VondraAdd EXPLAIN (IO) instrumentation for SeqScan
2026-04-07  Tom LaneSuppress unused-variable warning.
2026-04-07  Tomas Vondraauto_explain: Add new GUC auto_explain.log_io
2026-04-07  Tomas VondraAdd EXPLAIN (IO) infrastructure with BitmapHeapScan...
2026-04-07  Tomas VondraSwitch EXPLAIN to unaligned output for json/xml/yaml
2026-04-07  Tom LaneFix WITHOUT OVERLAPS' interaction with domains.
2026-04-07  Andres Freundinstrumentation: Use Time-Stamp Counter on x86-64 to...
2026-04-07  Andres FreundAllow retrieving x86 TSC frequency/flags from CPUID
2026-04-07  Andres Freundinstrumentation: Standardize ticks to nanosecond conver...
2026-04-07  Jacob Championoauth: Allow validators to register custom HBA options
2026-04-07  Jacob Championlibpq: Split PGOAUTHDEBUG=UNSAFE into multiple options
2026-04-07  Álvaro HerreraReserve replication slots specifically for REPACK
2026-04-07  Heikki LinnakangasFix harmless leftover in _hash_kill_items()
2026-04-07  Andrew DunstanAdd errdetail() with PID and UID about source of termin...
2026-04-07  Robert Haaspg_stash_advice: Allow stashed advice to be persisted...
2026-04-07  Andres FreundMinimal fix for WAIT FOR ... MODE 'standby_flush'
2026-04-07  Álvaro Herreradoc: Add an example of REPACK (CONCURRENTLY)
2026-04-07  Heikki LinnakangasTidy up #ifdef USE_INJECTION_POINTS guards
2026-04-07  Álvaro HerreraFix tests under wal_level=minimal
2026-04-07  Heikki LinnakangasModernize and optimize pg_buffercache_pages()
2026-04-07  Heikki LinnakangasOptimize sorting and deduplicating trigrams
2026-04-07  Tomas VondraUse add_size/mul_size for index instrumentation size...
2026-04-07  Tomas VondraFix BitmapHeapScan non-parallel-aware EXPLAIN ANALYZE
2026-04-07  Álvaro HerreraAllow logical replication snapshots to be database...
2026-04-07  Álvaro HerreraAvoid different-size pointer-to-integer cast
2026-04-07  Heikki LinnakangasOptimize sort and deduplication in ginExtractEntries()
2026-04-07  Peter EisentrautAdd isolation tests for UPDATE/DELETE FOR PORTION OF
2026-04-07  Álvaro HerreraFix valgrind failure
2026-04-07  John NaylorUse .h for the file containing the page checksum code...
2026-04-07  John NaylorSimplify SortSupport for the macaddr data type
2026-04-07  Michael PaquierMark JumbleState as a const in the post_parse_analyze...
2026-04-07  John NaylorSplit CREATE STATISTICS error reasons out into errdetails
next