postgresql.git
2025-05-01 Jacob Championoauth: Move the builtin flow into a separate module
2025-05-01 Nathan BossartRemove extra "not" in pg_upgrade documentation.
2025-05-01 Dean Rasheeddoc: Warn that ts_headline() output is not HTML-safe.
2025-05-01 Peter Eisentrautdoc: Improve explanations when a table rewrite is needed
2025-05-01 Peter GeogheganAdjust overstrong nbtree skip array assertion.
2025-04-30 Michael Paquierdoc: Mention cost-based delays for total_[auto]{vacuum...
2025-04-30 Daniel GustafssonConvert strncpy to strlcpy
2025-04-30 Nathan Bossartdoc: Add missing reference to track_cost_delay_timing.
2025-04-30 Nathan Bossartvacuumdb: Don't skip empty relations in --missing-stats...
2025-04-30 Nathan BossartFurther adjust guidance for running vacuumdb after...
2025-04-30 Nathan Bossartdoc: Alphabetize long options for pg_dump[all].
2025-04-30 Tom LaneUpdate time zone data files to tzdata release 2025b.
2025-04-30 Daniel GustafssonTypo and doc fixups for memory context reporting
2025-04-30 Daniel GustafssonAdd missing string terminator
2025-04-30 David RowleyAdd 918e7287e to .git-blame-ignore-revs
2025-04-30 David RowleyFix broken indentation
2025-04-30 David RowleyFix a couple of comment typos
2025-04-29 Tom LaneGive up on running with NetBSD/OpenBSD's default semaph...
2025-04-29 Jacob Championoauth: Classify oauth_client_secret as a password
2025-04-29 Jacob Championoauth: Disallow OAuth connections via postgres_fdw...
2025-04-29 Jacob ChampionBump the minimum supported Python version to 3.6.8
2025-04-29 Peter EisentrautFix whitespace typo in string
2025-04-29 Nathan Bossartinitdb: Do not report default autovacuum_worker_slots.
2025-04-29 Bruce Momjiandoc: adjust max_files_per_process again
2025-04-29 Bruce Momjiandoc: clarify new behavior of max_files_per_process
2025-04-29 Peter Eisentrautdoc: Small example improvement
2025-04-29 Alexander KorotkovFixes for ChangeVarNodes_walker()
2025-04-29 Peter Eisentrautpg_restore: Improve --help synopsis
2025-04-29 Peter Eisentrautpg_restore: Put new option in consistent order in ...
2025-04-29 Amit KapilaFix assertion failure during decoding from synced slots.
2025-04-29 Peter Eisentrautpg_verifybackup: Message style improvements
2025-04-29 Peter Eisentrauttest_slru: Fix incorrect format placeholders
2025-04-29 Amit KapilaDoc: Specify the interaction of publish_generated_colum...
2025-04-28 Melanie PlagemanAdd maintenance_io_concurrency flag to some read stream...
2025-04-28 Peter GeogheganFix obsolete nbtree array advancement comment.
2025-04-28 Peter GeogheganMake NULL tuple values always advance skip arrays.
2025-04-28 Álvaro HerreraFix pg_dump for inherited validated not-null constraints
2025-04-28 Peter Eisentrautpg_combinebackup: Message style improvements
2025-04-28 Alexander KorotkovRestore comments in ChangeVarNodesExtended()
2025-04-28 Amit KapilaFix xmin advancement during fast_forward decoding.
2025-04-28 Michael PaquierRemove circular #include's between wait_event.h and...
2025-04-27 Alexander KorotkovDisallow removing placeholders during Self-Join Elimina...
2025-04-27 Tom LaneRemove inappropriate inclusions of c.h and postgres_fe.h.
2025-04-27 Tom LaneDon't use double-quotes in #include's of system headers...
2025-04-27 Tom LaneRemove circular #include's between plpython.h and plpy_...
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.
next