postgresql.git
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
2023-12-06 Michael PaquierApply filters to dump files all the time in 002_pg_upgr...
2023-12-05 Alexander KorotkovAdd support for deparsing semi-joins to contrib/postgre...
2023-12-05 Robert HaasRename pg_verifybackup's JsonManifestParseContext callb...
2023-12-05 Robert HaasRename JsonManifestParseContext callbacks.
2023-12-05 Daniel GustafssonFix indentation
2023-12-05 Daniel GustafssonFix incorrect error message for IDENTIFY_SYSTEM
2023-12-05 Alvaro HerreraFix handling of errors in libpq pipelines
2023-12-05 Amit KapilaFix a random failure in 003_logical_slots.pl.
2023-12-05 Jeff DavisOptimize SearchPathCache by saving the last entry.
2023-12-04 Nathan BossartTeach convert() and friends to avoid copying when possible.
2023-12-04 Heikki LinnakangasRemove now-unnecessary Autovacuum[Launcher|Worker]IAm...
2023-12-04 Alvaro HerreraDon't use pgbench -j in tests
2023-12-04 Peter EisentrautRemove unnecessary include of
2023-12-04 Peter EisentrautRemove unnecessary include of
2023-12-04 Peter EisentrautRemove unnecessary includes of
2023-12-04 Michael PaquierAdd support for REINDEX in event triggers
2023-12-03 Michael Paquierdoc: Remove reference to trigger file regarding promotion
2023-12-03 Heikki LinnakangasRefactor how InitProcess is called
2023-12-03 Heikki LinnakangasPass BackgroundWorker entry in the parameter file in...
2023-12-03 Heikki LinnakangasRefactor CreateSharedMemoryAndSemaphores
2023-12-01 Heikki LinnakangasSilence Valgrind complaint with EXEC_BACKEND
2023-12-01 Peter Eisentrautpgindent fix
2023-12-01 Peter EisentrautCheck collation when creating partitioned index
2023-12-01 Peter Eisentrautdoc: Update info on information schema usage tables
2023-12-01 Amit KapilaFix an uninitialized access in hash_xlog_squeeze_page().
2023-12-01 Andres Freundmeson: Stop using deprecated way getting path of files
2023-12-01 Thomas MunroAdjust obsolete comment explaining set_stack_base().
2023-11-30 Heikki LinnakangasPrint lwlock stats also for aux processes, when built...
2023-11-30 Alexander KorotkovFix typo in 5a1dfde8334b
2023-11-30 Daniel GustafssonFix spelling and punctuation
2023-11-30 Daniel GustafssonAdd missing file to nls Makefile
2023-11-30 Daniel GustafssonFix array subscript warnings
2023-11-30 Alexander KorotkovFix warning due non-standard inline declaration in...
2023-11-30 John NaylorRemove redundant setting of hashkey after insertion
2023-11-30 Peter Eisentrautmeson: Improve/fix Python version selection
2023-11-30 Masahiko SawadaAdd tests for XID wraparound.
2023-11-30 Michael Paquierdoc: Mention how to use quotes with GUC names in error...
2023-11-30 Michael PaquierApply quotes more consistently to GUC names in logs
next