]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2026-04-07  Michael PaquierFix injection point detach timing problem in TAP test...
2026-04-07  Michael PaquierFix shmem allocation of fixed-sized custom stats kind
2026-04-07  Amit LangoteFix deferred FK check batching introduced by commit...
2026-04-06  Michael PaquierFix shared memory size of template code for custom...
2026-04-06  Melanie PlagemanAllocate separate DSM chunk for parallel Index[Only...
2026-04-06  Melanie PlagemanAssert no duplicate keys in shm_toc_insert()
2026-04-06  Nathan BossartAdd pg_stat_autovacuum_scores system view.
2026-04-06  Daniel GustafssonUse PG_DATA_CHECKSUM_OFF instead of hardcoded value
2026-04-06  Álvaro HerreraAdd CONCURRENTLY option to REPACK
2026-04-06  Alexander KorotkovDocument that WAIT FOR may be interrupted by recovery...
2026-04-06  Alexander KorotkovUse WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for...
2026-04-06  Alexander KorotkovAvoid syscache lookup while building a WAIT FOR tuple...
2026-04-06  Nathan BossartRemove recheck_relation_needs_vacanalyze().
2026-04-06  Robert Haasauto_explain: Add new GUC, auto_explain.log_extension_o...
2026-04-06  Tom LaneSupport more object types within CREATE SCHEMA.
2026-04-06  Tom LaneExecute foreign key constraints in CREATE SCHEMA at...
2026-04-06  Tom LaneDon't try to re-order the subcommands of CREATE SCHEMA.
2026-04-06  Masahiko SawadaAllow autovacuum to use parallel vacuum workers.
2026-04-06  Álvaro HerreraRename cluster.c to repack.c (and corresponding .h)
2026-04-06  Tom LaneDisallow system columns in COPY FROM WHERE conditions.
2026-04-06  Tom LaneAdd missing .gitignore files.
2026-04-06  Tom LaneFix null-bitmap combining in array_agg_array_combine().
2026-04-06  Robert HaasAdd a guc_check_handler to the EXPLAIN extension mechanism.
2026-04-06  Nathan BossartRemove autoanalyze corner case.
2026-04-06  Robert HaasExpose helper functions scan_quoted_identifier and...
2026-04-06  Fujii MasaoAdd TAP tests for log_lock_waits
2026-04-06  Fujii MasaoRelease postmaster working memory context in slotsync...
2026-04-06  Heikki LinnakangasFix memory leaks introduced by commit 283e823f9dcb
2026-04-06  Heikki LinnakangasFix compilation without injection points with some...
2026-04-06  Robert HaasAdd pg_stash_advice contrib module.
2026-04-06  Michael PaquierUse single LWLock for lock statistics in pgstats
2026-04-06  Michael PaquierImprove more stability of worker_spi termination test
2026-04-06  Fujii MasaoSimplify redundant current_database() subqueries in...
next