]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-02-23  Tom LaneCope with AIX's alignment woes by using _Pragma("pack").
2026-02-23  Nathan BossartWarn upon successful MD5 password authentication.
2026-02-23  Peter EisentrautRename validate_relation_kind()
2026-02-23  Peter EisentrautFlip logic in table validate_relation_kind
2026-02-23  Andrew DunstanDisallow CR and LF in database, role, and tablespace...
2026-02-23  Peter Eisentrautmeson: allow disabling building/installation of static...
2026-02-23  Nathan BossartMake use of pg_popcount() in more places.
2026-02-23  Nathan BossartRemove uses of popcount builtins.
2026-02-23  John NaylorRename pg_crc32c_sse42_choose.c for general purpose
2026-02-23  Peter EisentrautChange error message for sequence validate_relation_kind()
2026-02-23  Peter Eisentrautmeson: Refactor libpq targets variables
2026-02-23  Peter Eisentrauttest_cplusplusext: Add C++ pg_fallthrough test case
2026-02-23  Peter EisentrautEnable -Wimplicit-fallthrough option for clang
2026-02-23  Peter EisentrautFix additional fallthrough warning
2026-02-23  Peter EisentrautFix additional fallthrough warnings from clang
2026-02-23  Amit KapilaAvoid including utils/timestamp.h in conflict.h.
2026-02-23  Michael Paquierdoc: Add section "Options" for pg_controldata
2026-02-22  Heikki LinnakangasAlign PGPROC to cache line boundary
2026-02-22  Heikki LinnakangasRearrange fields in PGPROC, for clarity
2026-02-22  Michael Paquierdoc: Add description of "filename" for pg_walsummary
2026-02-21  Álvaro HerreraAvoid name collision with NOT NULL constraints
2026-02-20  Heikki LinnakangasSplit PGPROC 'links' field into two, for clarity
2026-02-20  Nathan BossartSpeedup COPY FROM with additional function inlining.
2026-02-20  Heikki LinnakangasFix expanding 'bounds' in pg_trgm's calc_word_similarit...
2026-02-20  Richard GuoFix computation of varnullingrels when translating...
2026-02-20  Michael PaquierFix constant in error message for recovery_target_timeline
2026-02-20  Amit KapilaAvoid including worker_internal.h in pgstat.h.
2026-02-19  Nathan BossartRemove SpinLockFree() and S_LOCK_FREE().
2026-02-19  Nathan BossartAssume "inline" keyword is available.
2026-02-19  Robert HaasFix add_partial_path interaction with disabled_nodes
2026-02-19  Álvaro HerreraAdd translator comment
2026-02-19  Tom LaneRemove no-longer-useful markers in pg_hba.conf.sample.
2026-02-19  Fujii MasaoAdd per-subscription wal_receiver_timeout setting.
2026-02-19  Fujii MasaoMake GUC wal_receiver_timeout user-settable.
2026-02-19  Fujii MasaoLog checkpoint request flags in checkpoint completion...
2026-02-19  Peter EisentrautUse fallthrough attribute instead of comment
2026-02-19  Peter EisentrautRemove useless fallthrough annotation
2026-02-19  Michael PaquierSanitize some WAL-logging buffer handling in GIN and...
2026-02-18  Tom LaneSimplify creation of built-in functions with default...
2026-02-18  Heikki LinnakangasUse standard die() handler for SIGTERM in bgworkers
2026-02-18  Álvaro HerreraUpdate obsolete comment
2026-02-18  Michael PaquierForce creation of stamp file after libpq library check...
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
next