]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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_...
2023-11-25  Bruce MomjianUse SECS_PER_HOUR macro in tzparser.c, instead of constants
2023-11-25  Bruce Momjiandoc: gin_page_opaque_info() must be a _compressed_...
2023-11-25  Bruce Momjiandoc: improve ALTER TABLE "offical constraint" wording
2023-11-25  Tom LaneDoc: un-break PDF build.
2023-11-25  Tom Lanegitignore generated file targets-meson.sgml.
2023-11-25  Bruce Momjianmodify segno. for pg_walfile_name() and pg_walfile_name...
2023-11-24  Bruce Momjiandoc: remove documentation for deprecated @@@ operator
2023-11-24  Bruce Momjiandoc: mention vacuum's removal of commit timestamp...
2023-11-24  Thomas MunroFix whitespace.
2023-11-24  Thomas MunroImprove comments about pqsignal().
2023-11-24  Bruce Momjiandoc: add docs for age(xid) and mxid_age(xid)
2023-11-23  Tom LaneFix timing-dependent failure in GSSAPI data transmission.
2023-11-23  Heikki LinnakangasUse ResourceOwner to track WaitEventSets.
2023-11-23  Bruce MomjianC comment: fix typos with unnecessary apostrophes
2023-11-22  Bruce Momjiandoc: remove double-negative in REFRESH MATERIALIZED...
2023-11-22  Amit KapilaFix the initial sync tables with no columns.
2023-11-22  Amit KapilaStop the search once the slot for replication origin...
2023-11-22  Bruce Momjiandoc: FreeBSD uses camcontrol identify, not atacontrol...
2023-11-22  Michael PaquierFix query checking consistency of table amhandlers...
next