]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-02-18  Michael PaquierSwitch SysCacheIdentifier to a typedef enum
2026-02-18  Michael PaquierAdd concept of invalid value to SysCacheIdentifier
2026-02-17  Michael PaquierFix one-off issue with cache ID in objectaddress.c
2026-02-17  Álvaro HerreraUse a bitmask for ExecInsertIndexTuples options
2026-02-17  Álvaro HerreraFix memory leak in new GUC check_hook
2026-02-17  Heikki LinnakangasIgnore SIGINT in walwriter and walsummarizer
2026-02-17  Peter EisentrautTest most StaticAssert macros in C++ extensions
2026-02-17  Peter EisentrautTest List macros in C++ extensions
2026-02-17  Thomas MunroFix test_valid_server_encoding helper function.
2026-02-17  Noah MischSuppress new "may be used uninitialized" warning.
2026-02-16  Michael Paquierhstore: Fix NULL pointer dereference with receive function
2026-02-16  Nathan Bossartpg_upgrade: Use COPY for LO metadata for upgrades from...
2026-02-16  Tom LaneEnsure that all three build methods install the same...
2026-02-16  Daniel Gustafssondoc: Add note to ssl_group config on X25519 and FIPS
2026-02-16  Daniel GustafssonAvoid using the X25519 curve in ssl tests
2026-02-16  Peter EisentrautChange remaining StaticAssertStmt() to StaticAssertDecl()
2026-02-16  Fujii MasaoRemove recovery.signal at recovery end when both signal...
2026-02-16  Michael Paquierpgcrypto: Tweak error message for incorrect session...
2026-02-14  Noah MischFix SUBSTRING() for toasted multibyte characters.
2026-02-14  Noah Mischpg_mblen_range, pg_mblen_with_len: Valgrind after encod...
2026-02-14  John NaylorPerform radix sort on SortTuples with pass-by-value...
2026-02-13  Daniel Gustafssondoc: Mention PASSING support for jsonpath variables
2026-02-13  Daniel Gustafssondoc: Update docs images README with required ditaa...
2026-02-13  Daniel Gustafssonmeson: Add target for generating docs images
2026-02-13  Michael Paquierpg_dump: Use pg_malloc_object() and pg_malloc_array()
2026-02-13  Daniel GustafssonRestart BackgroundPsql's timer more nicely.
2026-02-13  Michael PaquierImprove error message for checksum failures in pgstat_d...
2026-02-12  Heikki LinnakangasMake pg_numa_query_pages() work in frontend programs
2026-02-12  Heikki LinnakangasFix comment neglected in commit ddc3250208
2026-02-12  Nathan BossartRemove specialized word-length popcount implementations.
2026-02-12  Nathan BossartRemove some unnecessary optimizations in popcount code.
2026-02-12  Dean RasheedAdd support for INSERT ... ON CONFLICT DO SELECT.
2026-02-12  Amit KapilaRefactor slot synchronization logic in slotsync.c.
2026-02-12  Dean RasheedRemove p_is_insert from struct ParseState.
2026-02-12  Richard GuoReduce LEFT JOIN to ANTI JOIN using NOT NULL constraints
2026-02-11  Tom LaneFix plpgsql's handling of "return simple_record_variable".
2026-02-11  Heikki LinnakangasFix pg_stat_get_backend_wait_event() for aux processes
2026-02-11  Nathan BossartAdd password expiration warnings.
2026-02-11  Tom LaneFurther stabilize a postgres_fdw test case.
2026-02-11  Álvaro HerreraCleanup for log_min_messages changes in 38e0190ced71
2026-02-11  Heikki LinnakangasMove ProcStructLock to the ProcGlobal struct
2026-02-11  Dean Rasheeddoc: Mention all SELECT privileges required by INSERT...
2026-02-11  Dean Rasheeddoc: Clarify RLS policies applied for ON CONFLICT DO...
2026-02-11  Heikki LinnakangasRemove useless store to local variable
2026-02-10  Robert HaasStore information about Append node consolidation in...
2026-02-10  Michael PaquierImprove type handling of varlena structures
2026-02-10  Robert HaasStore information about elided nodes in the final plan.
2026-02-10  Robert HaasStore information about range-table flattening in the...
2026-02-10  Robert HaasPass cursorOptions to planner_setup_hook.
2026-02-10  Robert HaasFix PGS_CONSIDER_NONPARTIAL interaction with Materializ...
2026-02-10  Heikki LinnakangasRefactor ProcessRecoveryConflictInterrupt for readability
2026-02-10  Heikki LinnakangasSeparate RecoveryConflictReasons from procsignals
2026-02-10  Heikki LinnakangasUse ProcNumber rather than pid in ReplicationSlot
2026-02-10  Michael PaquierSimplify some log messages in extended_stats_funcs.c
2026-02-10  Michael PaquierAdd information about range type stats to pg_stats_ext_...
2026-02-10  Richard GuoTeach planner to transform "x IS [NOT] DISTINCT FROM...
2026-02-10  Richard GuoOptimize BooleanTest with non-nullable input
2026-02-10  Richard GuoOptimize IS DISTINCT FROM with non-nullable inputs
2026-02-09  Nathan Bossartpg_upgrade: Fix handling of pg_largeobject_metadata.
2026-02-09  Heikki Linnakangascleanup: Deadlock checker is no longer called from...
2026-02-09  Álvaro HerreraRemove HeapTupleheaderSetXminCommitted/Invalid functions
2026-02-09  Heikki LinnakangasFix incorrect iteration type in extension_file_exists()
2026-02-09  Noah MischFix test "NUL byte in text decrypt" for --without-zlib...
2026-02-09  Tom LaneHarden _int_matchsel() against being attached to the...
2026-02-09  Tom LaneRequire superuser to install a non-built-in selectivity...
2026-02-09  Tom LaneGuard against unexpected dimensions of oidvector/int2ve...
2026-02-09  Noah MischRequire PGP-decrypted text to pass encoding validation.
2026-02-09  Álvaro HerreraAllow log_min_messages to be set per process type
2026-02-08  Thomas MunroCode coverage for most pg_mblen* calls.
2026-02-08  Thomas MunroReplace pg_mblen() with bounds-checked versions.
2026-02-08  Thomas MunroFix mb2wchar functions on short input.
2026-02-08  Thomas MunroFix encoding length for EUC_CN.
2026-02-08  Heikki LinnakangasFix buffer overflows in pg_trgm due to lower-casing
2026-02-08  Heikki LinnakangasRemove 'charlen' argument from make_trigrams()
2026-02-08  Michael Paquierpgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea()
2026-02-08  Tom LaneReplace some hard-wired OID constants with correspondin...
2026-02-08  Tom Lanemeson: host_system value for Solaris is 'sunos' not...
2026-02-07  Peter EisentrautFurther error message fix
2026-02-07  John NaylorFuture-proof sort template against undefined behavior
2026-02-07  Peter EisentrautRevert "Change copyObject() to use typeof_unqual"
2026-02-07  Tom LaneMake some minor cleanups in typalign-related code.
2026-02-06  Nathan BossartAdjust style of some debugging macros.
2026-02-06  Jacob Championlibpq: Prepare for protocol grease during 19beta
2026-02-06  Jacob Championdoc: Expand upon protocol versions and extensions
2026-02-06  Michael PaquierFix use of proc number in pgstat_create_backend()
2026-02-06  Michael PaquierFix some error message inconsistencies
2026-02-06  Thomas MunroAdd file_extend_method=posix_fallocate,write_zeros.
2026-02-06  Fujii Masaodoc: Move synchronized_standby_slots to "Primary Server...
2026-02-05  Michael PaquierFix comment in extended_stats_funcs.c
2026-02-05  Masahiko Sawadapg_upgrade: Optimize logical replication slot caught...
2026-02-05  Michael Paquieroid2name: Add relation path to the information provided...
2026-02-04  Álvaro HerreraAssign "backend" type earlier during process start-up
2026-02-04  Fujii MasaoFix logical replication TAP test to read publisher...
2026-02-04  John NaylorFix various instances of undefined behavior
2026-02-04  Heikki LinnakangasAdd backendType to PGPROC, replacing isRegularBackend
2026-02-04  Peter EisentrautChange copyObject() to use typeof_unqual
2026-02-04  Michael Paquierpg_resetwal: Fix incorrect error message related to...
2026-02-03  Álvaro HerreraDocs: consolidate dependency notes in pg_dump and pg_re...
2026-02-03  Heikki LinnakangasDon't hint that you can reconnect when the database...
2026-02-03  Heikki LinnakangasRemove useless errdetail_abort()
next