]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-03-11  Tomas VondraFix indentation from commit 29a0fb21577
2026-03-11  Tomas VondraConditional locking in pgaio_worker_submit_internal
2026-03-11  Peter EisentrautFixes for C++ typeof implementation
2026-03-11  Peter EisentrautRemove Int8GetDatum function
2026-03-11  Peter EisentrautSort out table_open vs. relation_open in rewriter
2026-03-10  Andres FreundRequire share-exclusive lock to set hint bits and to...
2026-03-10  Michael Paquierbloom: Optimize bitmap scan path with streaming read
2026-03-10  Melanie PlagemanRemove unused PruneState member frz_conflict_horizon
2026-03-10  Heikki LinnakangasDon't clear pendingRecoveryConflicts at end of transaction
2026-03-10  Melanie PlagemanUse the newest to-be-frozen xid as the conflict horizon...
2026-03-10  Álvaro HerreraIntroduce the REPACK command
2026-03-10  Masahiko SawadaFix grammar in short description of effective_wal_level.
2026-03-10  Andres Freundheapam: Don't mimic MarkBufferDirtyHint() in inplace...
2026-03-10  Álvaro Herrerapg_dumpall: simplify coding of dropDBs()
2026-03-10  Fujii MasaoRemove duplicate initialization in initialize_brin_buil...
2026-03-10  Peter EisentrautRename grammar nonterminal to simplify reuse
2026-03-10  Robert HaasAllow extensions to mark an individual index as disabled.
2026-03-10  Michael PaquierSwitch to FATAL error for missing checkpoint record...
2026-03-09  Michael PaquierFix misuse of "volatile" in xml.c
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.
next