]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-04-27  Tom LaneDon't use double-quotes in #include's of system headers.
2025-04-26  David RowleyEliminate divide in new fast-path locking code
2025-04-26  John NaylorMatch parameter in new function to earlier equivalents
2025-04-26  Bruce Momjiandoc: improve wording of vacuum_max_eager_freeze_failur...
2025-04-25  Andres Freundaio: Improve debug logging around waiting for IOs
2025-04-25  Andres FreundFix bug allowing io_combine_limit > io_max_combine_comb...
2025-04-25  Andres Freundaio: Fix crash potential for pg_aios views due to late...
2025-04-25  Peter EisentrautFix incorrect format placeholders
2025-04-25  Peter EisentrautFix terminology in comment and message
2025-04-25  Peter EisentrautSmall code consistency improvement
2025-04-25  Amit KapilaFix typo in test file name added in commit 4909b38af0.
2025-04-25  Fujii Masaodoc: remove unnecessary secondary index terms for repli...
2025-04-25  Bruce Momjiandoc: simplify new EXPLAIN ANALYZE BUFFERS description
2025-04-24  Michael Paquierpsql: Fix assertion failures with pipeline mode
2025-04-24  Michael PaquierAdd sanity check for dshash entries when reading pgstat...
2025-04-23  Tom LaneAvoid possibly-theoretical OOM crash hazard in hash_cre...
2025-04-23  Jacob Championoauth: Support Python 3.6 in tests
2025-04-23  Alexander KorotkovMaintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()
2025-04-23  Alexander KorotkovProperly prepare varinfos in estimate_multivariate_buck...
2025-04-23  Tom LaneChange the names generated for child foreign key constr...
2025-04-23  Daniel GustafssonAllocate JsonLexContexts on the heap to avoid warnings
2025-04-23  Michael Paquierpsql: Rework TAP routine psql_fails_like() to define...
2025-04-23  Amit KapilaFix an oversight in 3f28b2fcac.
2025-04-23  Michael PaquierRemove assertion based on pending_since in pgstat_repor...
2025-04-22  Tom LaneRe-enable SSL connect_fails tests, and fix related...
2025-04-22  Tom LaneAvoid depending on post-UPDATE row order in float4...
2025-04-22  Tom Lanegen_node_support.pl: improve error message for unclosed...
2025-04-22  Michael Paquierdoc: Mention naming convention used by injection points
2025-04-22  David RowleyDoc: reword text explaining the --maintenance-db option
2025-04-22  Michael PaquierRename injection point for invalidation messages at...
2025-04-21  David RowleyDoc: various fixups
2025-04-21  David RowleyDoc: fix incorrect punctuation
2025-04-21  Jeff DavisFix INITCAP() word boundaries for PG_UNICODE_FAST.
2025-04-21  Tom LaneUse the same cmd_context throughout a walsender's lifetime.
2025-04-21  Tom LaneMemoryContextCreate: assert parent is valid and differe...
2025-04-21  Fujii Masaodoc: Fix memory context level in pg_log_backend_memory_...
2025-04-21  David RowleyFix a few more duplicate words in comments
2025-04-20  David RowleyFix a few duplicate words in comments
2025-04-20  Noah MischComment on need to MarkBufferDirty() if omitting DELAY_...
2025-04-20  Noah MischTest restartpoints in archive recovery.
2025-04-20  Noah MischAvoid ERROR at ON COMMIT DELETE ROWS after relhassubcla...
2025-04-20  David RowleyFix issue with ORDER BY / DISTINCT aggregates and FILTER
2025-04-19  Michael Paquierpsql: Split extended query protocol meta-commands in...
2025-04-19  Michael Paquierpsql: Improve descriptions of \\flush[request] in ...
2025-04-19  Michael Paquierpsql: Fix incorrect status code returned by \getresults
2025-04-19  Tom LaneBe more wary of corrupt data in pageinspect's heap_page...
2025-04-19  Michael PaquierFix typos and grammar in the code
2025-04-19  Michael PaquierRename injection points used in AIO tests
2025-04-18  Fujii MasaoMake pg_upgrade log message with control file path...
2025-04-18  Tatsuo IshiiDoc: fix missing comma at the end of a line.
2025-04-18  David RowleyFixup various older misuses of appendPQExpBuffer
2025-04-17  David RowleyMake levels 1-based in pg_log_backend_memory_contexts()
2025-04-17  Tom LaneSuppress "may be used uninitialized" warnings from...
2025-04-17  Tom LanePortability fix: isdigit() must be passed an unsigned...
2025-04-17  Tom LaneCache typlens of a SQL function's input arguments.
2025-04-17  Tom LaneMake SQLFunctionCache long-lived again.
2025-04-17  Tom LaneSplit some storage out to separate subcontexts of fcontext.
2025-04-17  Tom LaneMake functions.c mostly run in a short-lived memory...
2025-04-17  Tom LaneMinor performance improvement for SQL-language functions.
2025-04-17  Noah MischAssert lack of hazardous buffer locks before possible...
2025-04-17  Daniel Gustafssonpg_dump: Set private_date pointer to NULL in callback
2025-04-17  Fujii Masaopg_dump: Fix incorrect archive format shown in error...
2025-04-16  Jeff DavisAnother unintentional behavior change in commit e9931bfb75.
2025-04-16  Jeff DavisImprove comment in regc_pg_locale.c.
2025-04-16  David RowleyFixup various new-to-v18 usages of appendPQExpBuffer
2025-04-16  David RowleyImprove comments for estimate_multivariate_ndistinct()
2025-04-16  Tom LaneSync declarations and definitions of two new tablecmds...
2025-04-16  Álvaro HerreraElide not-null constraint checks on child tables during...
2025-04-16  Daniel GustafssonUpdate pg_config.h.in with libnuma changes
2025-04-16  Tom LaneFix pg_dump --clean with partitioned indexes.
2025-04-16  Andrew Dunstanpg_restore cleanups
2025-04-16  Richard GuoFix an incorrect check in get_memoize_path
2025-04-15  Daniel Gustafssondoc: Fix typos in documentation
2025-04-15  Tom LaneFix failure for generated column with a not-null domain...
2025-04-15  Fujii Masaodoc: Fix missing whitespace in pg_restore documentation.
2025-04-15  Daniel Gustafssonpg_combinebackup: Fix incorrect code documentation
2025-04-14  Peter EisentrautFix incorrect format placeholders
2025-04-14  Peter EisentrautAdd more source files to pg_verifybackup/nls.mk
2025-04-13  David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2025-04-13  Daniel GustafssonMark sslkeylogfile as Debug option
2025-04-13  Andrew DunstanMake AIO error test more portable
2025-04-12  Andrew DunstanFree memory properly in pg_restore.c
2025-04-12  Tom LaneDoc: do a little copy-editing on Index Storage Paramete...
2025-04-12  Tom LaneFix GIN's shimTriConsistentFn to not corrupt its input.
2025-04-12  Peter GeogheganHarmonize function parameter names for Postgres 18.
2025-04-12  Michael PaquierFix instability with WAL fsync test in stats.sql
2025-04-11  Daniel GustafssonFix recently introduced typos
2025-04-11  Nathan BossartAdd missing space in pg_restore documentation.
2025-04-11  Peter EisentrautAdd missing source file to pg_verifybackup/nls.mk
2025-04-11  Peter EisentrautAdd missing source file to pg_dump/nls.mk
2025-04-11  Peter EisentrautAdd missing source file to pg_upgrade/nls.mk
2025-04-11  Peter EisentrautAdd missing PGDLLIMPORT markings
2025-04-11  Michael PaquierFix race with synchronous_standby_names at startup
2025-04-10  David RowleyAdd code comment explaining ins_since_vacuum and aborte...
2025-04-10  Andrew DunstanFix fat fingering in 22cb6d28950
2025-04-10  David RowleyImprove various new-to-v18 appendStringInfo calls
2025-04-10  Daniel GustafssonRename global variable backing DSA area
2025-04-10  Andrew DunstanFix memory leak in pg_restore.c
2025-04-10  Tom LaneDoc: remove long-obsolete advice about generated constr...
2025-04-10  Tom LaneRemove useless check for negative result of ip_addrsize().
next