]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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 <math.h>
2023-12-04  Peter EisentrautRemove unnecessary include of <sys/socket.h>
2023-12-04  Peter EisentrautRemove unnecessary includes of <signal.h>
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
2023-11-30  Masahiko SawadaAdd option to specify timeout seconds to BackgroundPsql.pm.
2023-11-30  Peter EisentrautRemove unused macro
2023-11-30  Peter EisentrautImprove "user mapping not found" error message
2023-11-30  Amit KapilaFix a test in 003_logical_slots.
2023-11-30  Masahiko SawadaFix wrong description of BackgroundPsql's timeout.
2023-11-30  Masahiko SawadaFix BackgroundPsql's set_query_timer_restart() issue...
2023-11-29  Daniel GustafssonFix typo in comment
2023-11-29  Daniel GustafssonRead include/exclude commands for dump/restore from...
2023-11-29  Thomas MunroOptimize pg_readv/pg_pwritev single vector case.
2023-11-28  Alexander KorotkovAdd SLRU tests for 64-bit page case
2023-11-28  Alexander KorotkovMake use FullTransactionId in 2PC filenames
2023-11-28  Alexander KorotkovUse larger segment file names for pg_notify
2023-11-28  Alexander KorotkovIndex SLRUs by 64-bit integers rather than by 32-bit...
2023-11-28  Tom LaneClean up usage of bison precedence for non-operator...
2023-11-28  Tom LaneUse BIO_{get,set}_app_data instead of BIO_{get,set...
2023-11-28  Heikki LinnakangasFix comment about ressortgrouprefs being unique in...
2023-11-28  Michael PaquierRemove more statements from stats.sql
2023-11-28  Heikki LinnakangasFix assertions with RI triggers in heap_update and...
2023-11-28  Dean Rasheedpsql: Add tab completion for view options.
2023-11-28  Michael PaquierRemove test for pg_stat_reset_shared() in stats.sql
2023-11-27  Michael PaquierFix comment in tableam.h about GetHeapamTableAmRoutine()
2023-11-27  Michael PaquierAdd CHECK_FOR_INTERRUPTS() in scram_SaltedPassword...
2023-11-27  David RowleyDon't use bms_membership() in cases where we don't...
2023-11-27  Nathan BossartRetire a few backwards compatibility macros.
2023-11-27  Alvaro HerreraFix CREATE INDEX CONCURRENTLY example
2023-11-27  Tomas VondraCheck if ii_AmCache is NULL in aminsertcleanup
2023-11-27  Heikki LinnakangasReduce rate of walwriter wakeups due to async commits.
2023-11-27  Amit KapilaAvoid unconditionally filling in missing values with...
2023-11-27  Alexander KorotkovTrack statement entry timestamp in contrib/pg_stat_stat...
2023-11-27  Alexander KorotkovAdd NOT NULL checking of pg_stat_statements_reset(...
2023-11-27  Michael PaquierFix race condition with BIO methods initialization...
2023-11-26  Alexander KorotkovDisplay length and bounds histograms in pg_stats
2023-11-26  Alexander KorotkovUpdate comments for pg_statistic catalog table
2023-11-26  Tom LaneDoc: list AT TIME ZONE and COLLATE in operator preceden...
2023-11-26  Tomas VondraFix brin.c indentation issues introduced by c1ec02be1d
2023-11-25  Peter EisentrautUse fipshash in brin_multi test
2023-11-25  Tomas VondraReuse BrinDesc and BrinRevmap in brininsert
2023-11-25  Bruce MomjianC comment: add header to pg_test_fsync.c
2023-11-25  Bruce MomjianC comment: clarify that WAL files can be _recycled_...
next