]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2026-02-26  Andres Freundinstrumentation: Rename INSTR_TIME_LT macro to INSTR_TI...
2026-02-26  Andrew DunstanAdd non-text output formats to pg_dumpall
2026-02-26  Álvaro HerreraReduce includes in pgstat.h
2026-02-26  Álvaro Herrerapg_dump: Preserve NO INHERIT on NOT NULL on inheritance...
2026-02-26  Noah MischEUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests inste...
2026-02-26  Fujii Masaodoc: Clarify INCLUDING COMMENTS behavior in CREATE...
2026-02-25  Fujii MasaoFix ProcWakeup() resetting wrong waitStart field.
2026-02-25  Tom LaneStabilize output of new isolation test insert-conflict...
2026-02-25  Richard GuoFix unsafe RTE_GROUP removal in simplify_EXISTS_query
2026-02-25  John NaylorFix USE_SLICING_BY_8_CRC32C builds on x86
2026-02-24  Jacob Championpg_upgrade: Use max_protocol_version=3.0 for older...
2026-02-24  Álvaro HerreraAdd backtrace support for Windows using DbgHelp API
2026-02-24  Peter Eisentrautdoc: Add link targets to CREATE/ALTER FOREIGN TABLE...
2026-02-24  Peter EisentrautMake ALTER DOMAIN VALIDATE CONSTRAINT no-op when constr...
2026-02-24  Peter EisentrautAllow ALTER COLUMN SET EXPRESSION on virtual columns...
2026-02-24  Michael PaquierFix variety of typos and grammar mistakes
2026-02-24  Michael Paquierdoc: Adjust some markups on pg_waldump page
2026-02-24  Michael Paquierfe_utils: Sprinkle some pg_malloc_object() and pg_mallo...
2026-02-23  Nathan BossartConvert SpinLock* macros to static inline functions.
2026-02-23  Andrew DunstanFix indentation from commit b380a56a3f9
2026-02-23  Nathan BossartAllow pg_{read,write}_all_data to access large objects.
2026-02-23  Tom LaneWork around lgamma(NaN) bug on AIX.
2026-02-23  Peter EisentrautUse LOCKMODE in parse_relation.c/.h
2026-02-23  Jacob Championlibpq: Grease the protocol by default
2026-02-23  Tom LaneRestore AIX support.
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
next