]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-12-27  Alexander KorotkovMake replace_relid() leave argument unmodified
2023-12-27  Alexander KorotkovREALLOCATE_BITMAPSETS manual compile-time option
2023-12-27  Alexander KorotkovAdd asserts to bimapset manipulation functions
2023-12-26  Tom LaneFix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_...
2023-12-26  Tom LaneFix mistaken file name in plpython's meson recipe.
2023-12-26  Tom LaneHide warnings from Python headers when using gcc-compat...
2023-12-26  Peter EisentrautAdd meson NLS support for pg_combinebackup
2023-12-26  Bruce Momjiandoc: add ISO 8601 extended format example using to_char()
2023-12-26  Tom LaneAdd empty placeholder LINGUAS file for pg_combinebackup.
2023-12-26  Peter EisentrautRemove unused macro
2023-12-26  Michael PaquierFix some translatable strings in pg_basebackup and...
2023-12-26  Amit KapilaDoc: Add missing pgoutput options.
2023-12-25  Tom LaneFix erroneous -Werror=missing-braces on old GCC.
2023-12-24  Alexander KorotkovFix a comment for remove_self_joins_recurse()
2023-12-24  Alexander KorotkovDon't constrain self-join removal due to PHVs
2023-12-24  Alexander KorotkovHandle PlaceHolderVar case in replace_varno_walker
2023-12-24  Alexander KorotkovEnhance checkpointer restartpoint statistics
2023-12-24  Michael Paquierpgbench: Fix overflow in table populating when rows...
2023-12-23  Tom LaneSet readline-relevant ENV vars in interactive_psql...
2023-12-22  Peter EisentrautSet all variable-length fields of pg_attribute to null...
2023-12-22  Tom LaneStop generating plain-text INSTALL instructions.
2023-12-22  Andrew DunstanMake win32tzlist.pl checkable again
2023-12-21  Jeff DavisInitialize data directories with --lc-messages=C for...
2023-12-21  Robert HaasReplace nonsense comment with a relevant one.
2023-12-21  Robert HaasFix numerous typos in incremental backup commits.
2023-12-21  Tom Lanepg_combinebackup didn't clean its tmp_check directory...
2023-12-21  Tom LaneAvoid trying to fetch metapage of an SPGist partitioned...
2023-12-21  Tom Lanepg_combinebackup's .gitignore file is incomplete.
2023-12-21  Dean RasheedFix BEFORE ROW trigger handling in cross-partition...
2023-12-21  Peter EisentrautFix prologue of get_partition_ancestors()
2023-12-21  Peter Eisentrautmeson: Make gzip and tar optional
2023-12-21  Peter Eisentrautmeson: Make sed optional
2023-12-21  Michael PaquierAdd PostgreSQL::Test::Cluster::advance_wal
2023-12-21  Masahiko SawadaShow isCatalogRel in several rmgr descriptions.
2023-12-20  Andrew DunstanRename pgindent options
2023-12-20  Daniel Gustafssondoc: Fix typo in pg_combinebackup documentation
2023-12-20  Daniel GustafssonFix unchecked return value from strdup
2023-12-20  Robert HaasAdd support for incremental backup.
2023-12-20  Robert HaasAdd a new WAL summarizer process.
2023-12-20  Michael PaquierFix generation of distribution tarball
2023-12-20  Jeff DavisAdditional write barrier in AdvanceXLInsertBuffer().
2023-12-20  Jeff DavisUse 64-bit atomics for xlblocks array elements.
2023-12-20  Michael PaquierRemove MSVC scripts
2023-12-19  Michael Paquierbasic_archive: Fix comments related to NO_INSTALLCHECK
2023-12-19  Robert HaasMove src/bin/pg_verifybackup/parse_manifest.c into...
2023-12-19  Robert HaasFix brown paper bag bug in 5c47c6546c413d5eb51c1626070a...
2023-12-19  Tom LanePrevent integer overflow when forming tuple width estim...
2023-12-19  Peter EisentrautUpdate comment for Cardinality typedef
2023-12-19  Daniel Gustafssondoc: Fix syntax in ALTER FOREIGN DATA WRAPPER example
2023-12-19  Heikki LinnakangasSimplify newNode() by removing special cases
2023-12-19  Michael Paquierpageinspect: Fix failure with hash_bitmap_info() for...
2023-12-19  Michael Paquierpgstattuple: Fix failure with pgstathashindex() for...
2023-12-19  Amit Kapilapgoutput: Raise an error for missing protocol version...
2023-12-18  Tom Lanecompute_bitmap_pages' loop_count parameter should be...
2023-12-18  Nathan BossartOptimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.
2023-12-18  Nathan BossartMicro-optimize datum_to_json_internal() some more.
2023-12-18  Thomas MunroProvide vectored variants of smgrread() and smgrwrite().
2023-12-17  Tom LaneDoc: add a bit to indices.sgml about what is an indexab...
2023-12-16  Michael PaquierRefactor pgstat_prepare_io_time() with an input argumen...
2023-12-16  Alvaro HerreraRemove useless LIMIT_OPTION_DEFAULT value from LimitOption
2023-12-16  Thomas MunroProvide multi-block smgrprefetch().
2023-12-15  Tom LaneFix bugs in manipulation of large objects.
2023-12-14  Peter EisentrautFix typo
2023-12-13  Daniel Gustafssondocs: Fix typo in pg_stat_statements documentation
2023-12-12  Michael PaquierPrevent tuples to be marked as dead in subtransactions...
2023-12-12  Daniel GustafssonFix typo in comment
2023-12-12  Thomas MunroProvide vectored variants of FileRead() and FileWrite().
2023-12-11  Thomas MunroProvide helper for retrying partial vectored I/O.
2023-12-11  Thomas MunroDefine unconstify() and unvolatize() for C++.
2023-12-11  Tom LaneBe more wary about OpenSSL not setting errno on error.
2023-12-11  Alvaro HerreraSimplify productions for FORMAT JSON [ ENCODING name ]
2023-12-11  Michael PaquierRemove trace_recovery_messages
2023-12-11  Amit KapilaFix an undetected deadlock due to apply worker.
2023-12-10  Peter EisentrautRemove some unnecessary includes of "access/xlog_intern...
2023-12-08  Peter GeogheganFix nbtree backward scan race condition comments.
2023-12-08  Nathan BossartMicro-optimize JSONTYPE_NUMERIC code path in json.c.
2023-12-08  Jeff DavisCache opaque handle for GUC option to avoid repeasted...
2023-12-08  Peter GeogheganOptimize nbtree backward scan boundary cases.
2023-12-08  Tomas VondraAllow parallel CREATE INDEX for BRIN indexes
2023-12-08  Tomas VondraAdd empty BRIN ranges during CREATE INDEX
2023-12-08  Daniel GustafssonDon't clean initdb files on template creation failure
2023-12-08  Heikki LinnakangasRemove some unnecessary #includes of postmaster/interrupt.h
2023-12-08  Alvaro HerreraTest that it works to RESET an invalid reloption
2023-12-08  Heikki LinnakangasRename ShmemVariableCache to TransamVariables
2023-12-08  Heikki LinnakangasInitialize ShmemVariableCache like other shmem areas
2023-12-08  Heikki LinnakangasDon't try to open visibilitymap when analyzing a foreig...
2023-12-08  Thomas MunroFix potential pointer overflow in xlogreader.c.
2023-12-08  Bruce Momjiandoc: clarify handling of ON CONFLICT with triggers
2023-12-08  Michael PaquierFix path of regress shared library in pg_upgrade test
2023-12-08  Bruce Momjiandoc, pg_upgrade: add vacuumdb w/ tips for generating...
2023-12-08  Bruce Momjiandoc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an...
2023-12-08  Bruce Momjiandoc, intagg: fix one-to-many mention to many-to-many
2023-12-07  Jeff DavisShrink Unicode category table.
2023-12-07  David RowleyVerify that attribute counts match in ExecCopySlot
2023-12-07  Michael PaquierImprove some error messages with invalid indexes for...
2023-12-07  Amit KapilaFix issues in binary_upgrade_logical_slot_has_caught_up().
2023-12-06  Michael PaquierFix assertion failure with REINDEX and event triggers
2023-12-06  Nathan BossartSuppress -Wunused-result warning about write().
2023-12-06  Peter EisentrautUse signal-safe functions in signal handler
2023-12-06  Michael PaquierFix compilation on Windows with WAL_DEBUG
next