]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-03-09  Nathan Bossartpg_{dump,restore}: Refactor handling of conflicting...
2026-03-09  Robert HaasReplace get_relation_info_hook with build_simple_rel_hook.
2026-03-09  Robert HaasConsider startup cost as a figure of merit for partial...
2026-03-09  Robert HaasPrevent restore of incremental backup from bloating...
2026-03-09  Amit KapilaRemove trailing period from errmsg in subscriptioncmds.c.
2026-03-09  Peter EisentrautMove comment back to better place
2026-03-09  Fujii Masaodoc: Document IF NOT EXISTS option for ALTER FOREIGN...
2026-03-09  Michael PaquierFix size underestimation of DSA pagemap for odd-sized...
2026-03-08  Michael PaquierRefactor tests for catalog diff comparisons in stats_im...
2026-03-08  Michael PaquierFix typo in stats_import.sql
2026-03-07  Álvaro HerreraFix invalid boolean if-test
2026-03-06  Jacob Championlibpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2
2026-03-06  Nathan Bossartpg_dumpall: Fix handling of conflicting options.
2026-03-06  Masahiko SawadaUse palloc_object() and palloc_array() in more areas...
2026-03-06  Tom LaneSupport grouping-expression references and GROUPING...
2026-03-06  Jeff DavisCREATE SUBSCRIPTION ... SERVER.
2026-03-06  Álvaro HerreraDon't include wait_event.h in pgstat.h
2026-03-06  Peter Eisentrautdoc: Fix capitalization of Unicode
2026-03-06  Peter EisentrautFix Python deprecation warning
2026-03-06  Peter EisentrautMake unconstify and unvolatize use StaticAssertVariable...
2026-03-06  Peter EisentrautUse typeof everywhere instead of compiler specific...
2026-03-06  Peter EisentrautPortable StaticAssertExpr
2026-03-06  Fujii MasaoFix publisher shutdown hang caused by logical walsender...
2026-03-06  Fujii MasaoImprove tests for recovery_target_timeline GUC.
2026-03-06  Michael PaquierFix inconsistency with HeapTuple freeing in extended_st...
2026-03-06  Michael PaquierFix order of columns in pg_stat_recovery
2026-03-06  Amit KapilaFix inconsistent elevel in pg_sync_replication_slots...
2026-03-06  Michael PaquierAdd system view pg_stat_recovery
2026-03-06  Michael PaquierRefactor code retrieving string for RecoveryPauseState
2026-03-05  Tom LaneSimplify creation of built-in functions with non-defaul...
2026-03-05  Tom LaneBe more wary of false matches in initdb's replace_token().
2026-03-05  Melanie PlagemanPrefix PruneState->all_{visible,frozen} with set_
2026-03-05  Melanie PlagemanAdd PageGetPruneXid() helper
2026-03-05  Melanie PlagemanMove commonly used context into PruneState and simplify...
2026-03-05  Tom LaneExit after fatal errors in client-side compression...
2026-03-05  Jacob Championoauth: Add TLS support for oauth_validator tests
2026-03-05  Jacob Championlibpq: Add PQgetThreadLock() to mirror PQregisterThread...
2026-03-05  Jacob Championoauth: Report cleanup errors as warnings on stderr
2026-03-05  Alexander KorotkovFix handling of updated tuples in the MERGE statement
2026-03-05  Fujii MasaoImprove validation of recovery_target_xid GUC values.
2026-03-05  Fujii Masaodoc: Clarify that COLUMN is optional in ALTER TABLE...
2026-03-05  Michael PaquierMove definition of XLogRecoveryCtlData to xlogrecovery.h
2026-03-05  Michael PaquierFix rare instability in recovery TAP test 004_timeline_...
2026-03-05  Michael PaquierChange default value of default_toast_compression to...
2026-03-04  Michael PaquierRevert "Change default value of default_toast_compressi...
2026-03-04  Andrew Dunstanpg_restore: add --no-globals option to skip globals
2026-03-04  Andrew DunstanImprove writing map.dat preamble
2026-03-04  Andrew DunstanFix casting away const-ness in pg_restore.c
2026-03-04  Tom LaneFix estimate_hash_bucket_stats's correction for skewed...
2026-03-04  Tom LaneFix yet another bug in archive streamer with LZ4 decomp...
2026-03-04  Álvaro HerreraDon't malloc(0) in EventTriggerCollectAlterTSConfig
2026-03-04  Amit KapilaAllow table exclusions in publications via EXCEPT TABLE.
2026-03-04  Heikki LinnakangasAdd test for row-locking and multixids with prepared...
2026-03-04  Heikki LinnakangasSkip prepared_xacts test if max_prepared_transactions < 2
2026-03-04  Michael PaquierFix rare instability in recovery TAP test 009_twophase
2026-03-04  Michael PaquierChange default value of default_toast_compression to...
2026-03-04  Richard GuoRemove redundant restriction checks in apply_child_base...
2026-03-04  Richard GuoRemove obsolete SAMESIGN macro
2026-03-04  Michael PaquierAdd some tests for CREATE OR REPLACE VIEW with column...
2026-03-03  Melanie PlagemanAdd read_stream_{pause,resume}()
2026-03-03  Peter Eisentrautdoc: Add restart on failure to example systemd file
2026-03-03  Álvaro HerreraReduce scope of for-loop-local variables to avoid shadowing
2026-03-03  Peter EisentrautReduce the scope of volatile qualifiers
2026-03-03  Peter EisentrautAdd COPY (on_error set_null) option
2026-03-03  Michael Paquierdoc: Fix sentence of pg_walsummary page
2026-03-03  Fujii Masaodoc: Clarify that empty COMMENT string removes the...
2026-03-03  Michael PaquierAdd support for "exprs" in pg_restore_extended_stats()
2026-03-03  Jeff Davisstyle: define parameterless functions as foo(void).
2026-03-02  Tom LaneFix local-variable shadowing in pg_trgm's printSourceNFA().
2026-03-02  Nathan BossartAdd commit 7b24959434 to .git-blame-ignore-revs.
2026-03-02  Nathan Bossartbasic_archive: Allow archive directory to be missing...
2026-03-02  Heikki LinnakangasFix OldestMemberMXactId and OldestVisibleMXactId array...
2026-03-02  Álvaro Herrerapsql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET
2026-03-02  Tom LaneIn pg_dumpall, don't skip role GRANTs with dangling...
2026-03-02  Melanie PlagemanSave prune cycles by consistently clearing prune hints...
2026-03-02  Peter EisentrautSupport using copyObject in standard C++
2026-03-02  Peter EisentrautCheck for memset_explicit() and explicit_memset()
2026-03-02  Michael PaquierRemove WAL page header flag XLP_BKP_REMOVABLE
2026-03-02  Michael PaquierFix memory allocation size in RegisterExtensionExplainO...
2026-03-02  Michael Paquiertest_custom_types: Test module with fancy custom data...
2026-03-02  Fujii Masaopsql: Add tab completion for DELETE ... USING.
2026-03-02  Michael PaquierFix set of issues with extended statistics on expressions
2026-03-01  Tom LaneCorrectly calculate "MCV frequency" for a unique column.
2026-02-28  Fujii Masaopsql: Show comments in \dRp+, \dRs+, and \dX+ psql...
2026-02-28  John NaylorRefactor detection of x86 ZMM registers
2026-02-27  Peter EisentrautFix some -Wcast-qual warnings
2026-02-27  Tom LaneDoc: improve user docs and code comments about EXISTS...
2026-02-27  Tom LaneDon't flatten join alias Vars that are stored within...
2026-02-27  John NaylorCentralize detection of x86 CPU features
2026-02-27  Andrew DunstanClean up nodes that are no longer of use in 007_pgdump...
2026-02-27  Michael PaquierUse pg_malloc_object() and pg_alloc_array() variants...
2026-02-27  Álvaro HerreraDon't include proc.h in shm_mq.h
2026-02-27  Etsuro Fujitapostgres_fdw: Fix thinko in comment for UserMappingPass...
2026-02-26  Melanie PlagemanRemove table_scan_analyze_next_tuple unneeded parameter...
2026-02-26  Melanie PlagemanSimplify visibility check in heap_page_would_be_all_vis...
2026-02-26  Jeff DavisFix more multibyte issues in ltree.
2026-02-26  Jeff DavisFix memory leaks in pg_locale_icu.c.
2026-02-26  Melanie PlagemanRename LVRelState VM-related logging counters
2026-02-26  Álvaro HerreraDon't include latch.h in libpq/libpq.h
2026-02-26  Andres Freundinstrumentation: Drop INSTR_TIME_SET_CURRENT_LAZY macro
next