postgresql.git
37 min ago Noah MischDoc: stop implying recommendation of insecure search_pa... master github/master
4 hours ago Peter Eisentrautdoc: Flesh out extension docs for the "prefix" make...
4 hours ago Jacob Championoauth: Fix Autoconf build on macOS
8 hours ago Jacob Championoauth: Move the builtin flow into a separate module
9 hours ago Nathan BossartRemove extra "not" in pg_upgrade documentation.
14 hours ago Dean Rasheeddoc: Warn that ts_headline() output is not HTML-safe.
17 hours ago Peter Eisentrautdoc: Improve explanations when a table rewrite is needed
21 hours ago Peter GeogheganAdjust overstrong nbtree skip array assertion.
24 hours ago Michael Paquierdoc: Mention cost-based delays for total_[auto]{vacuum...
27 hours ago Daniel GustafssonConvert strncpy to strlcpy
28 hours ago Nathan Bossartdoc: Add missing reference to track_cost_delay_timing.
29 hours ago Nathan Bossartvacuumdb: Don't skip empty relations in --missing-stats...
29 hours ago Nathan BossartFurther adjust guidance for running vacuumdb after...
30 hours ago Nathan Bossartdoc: Alphabetize long options for pg_dump[all].
33 hours ago Tom LaneUpdate time zone data files to tzdata release 2025b.
39 hours ago Daniel GustafssonTypo and doc fixups for memory context reporting
39 hours ago Daniel GustafssonAdd missing string terminator
41 hours ago David RowleyAdd 918e7287e to .git-blame-ignore-revs
41 hours ago David RowleyFix broken indentation
46 hours ago David RowleyFix a couple of comment typos
2 days ago Tom LaneGive up on running with NetBSD/OpenBSD's default semaph...
2 days ago Jacob Championoauth: Classify oauth_client_secret as a password
2 days ago Jacob Championoauth: Disallow OAuth connections via postgres_fdw...
2 days ago Jacob ChampionBump the minimum supported Python version to 3.6.8
2 days ago Peter EisentrautFix whitespace typo in string
2 days ago Nathan Bossartinitdb: Do not report default autovacuum_worker_slots.
2 days ago Bruce Momjiandoc: adjust max_files_per_process again
2 days ago Bruce Momjiandoc: clarify new behavior of max_files_per_process
2 days ago Peter Eisentrautdoc: Small example improvement
2 days ago Alexander KorotkovFixes for ChangeVarNodes_walker()
2 days ago Peter Eisentrautpg_restore: Improve --help synopsis
2 days ago Peter Eisentrautpg_restore: Put new option in consistent order in ...
2 days ago Amit KapilaFix assertion failure during decoding from synced slots.
2 days ago Peter Eisentrautpg_verifybackup: Message style improvements
2 days ago Peter Eisentrauttest_slru: Fix incorrect format placeholders
2 days ago Amit KapilaDoc: Specify the interaction of publish_generated_colum...
3 days ago Melanie PlagemanAdd maintenance_io_concurrency flag to some read stream...
3 days ago Peter GeogheganFix obsolete nbtree array advancement comment.
3 days ago Peter GeogheganMake NULL tuple values always advance skip arrays.
3 days ago Álvaro HerreraFix pg_dump for inherited validated not-null constraints
3 days ago Peter Eisentrautpg_combinebackup: Message style improvements
3 days ago Alexander KorotkovRestore comments in ChangeVarNodesExtended()
3 days ago Amit KapilaFix xmin advancement during fast_forward decoding.
4 days ago Michael PaquierRemove circular #include's between wait_event.h and...
4 days ago Alexander KorotkovDisallow removing placeholders during Self-Join Elimina...
4 days ago Tom LaneRemove inappropriate inclusions of c.h and postgres_fe.h.
4 days ago Tom LaneDon't use double-quotes in #include's of system headers...
4 days ago Tom LaneRemove circular #include's between plpython.h and plpy_...
4 days ago Tom LaneDon't use double-quotes in #include's of system headers.
5 days ago David RowleyEliminate divide in new fast-path locking code
5 days ago John NaylorMatch parameter in new function to earlier equivalents
5 days ago Bruce Momjiandoc: improve wording of vacuum_max_eager_freeze_failur...
6 days ago Andres Freundaio: Improve debug logging around waiting for IOs
6 days ago Andres FreundFix bug allowing io_combine_limit > io_max_combine_comb...
6 days ago Andres Freundaio: Fix crash potential for pg_aios views due to late...
6 days ago Peter EisentrautFix incorrect format placeholders
6 days ago Peter EisentrautFix terminology in comment and message
6 days ago Peter EisentrautSmall code consistency improvement
6 days ago Amit KapilaFix typo in test file name added in commit 4909b38af0.
6 days ago Fujii Masaodoc: remove unnecessary secondary index terms for repli...
6 days ago Bruce Momjiandoc: simplify new EXPLAIN ANALYZE BUFFERS description
7 days ago Michael Paquierpsql: Fix assertion failures with pipeline mode
8 days ago Michael PaquierAdd sanity check for dshash entries when reading pgstat...
8 days ago Tom LaneAvoid possibly-theoretical OOM crash hazard in hash_cre...
8 days ago Jacob Championoauth: Support Python 3.6 in tests
8 days ago Alexander KorotkovMaintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()
8 days ago Alexander KorotkovProperly prepare varinfos in estimate_multivariate_buck...
8 days ago Tom LaneChange the names generated for child foreign key constr...
8 days ago Daniel GustafssonAllocate JsonLexContexts on the heap to avoid warnings
8 days ago Michael Paquierpsql: Rework TAP routine psql_fails_like() to define...
8 days ago Amit KapilaFix an oversight in 3f28b2fcac.
8 days ago Michael PaquierRemove assertion based on pending_since in pgstat_repor...
9 days ago Tom LaneRe-enable SSL connect_fails tests, and fix related...
9 days ago Tom LaneAvoid depending on post-UPDATE row order in float4...
9 days ago Tom Lanegen_node_support.pl: improve error message for unclosed...
9 days ago Michael Paquierdoc: Mention naming convention used by injection points
9 days ago David RowleyDoc: reword text explaining the --maintenance-db option
9 days ago Michael PaquierRename injection point for invalidation messages at...
10 days ago David RowleyDoc: various fixups
10 days ago David RowleyDoc: fix incorrect punctuation
10 days ago Jeff DavisFix INITCAP() word boundaries for PG_UNICODE_FAST.
10 days ago Tom LaneUse the same cmd_context throughout a walsender's lifetime.
10 days ago Tom LaneMemoryContextCreate: assert parent is valid and differe...
10 days ago Fujii Masaodoc: Fix memory context level in pg_log_backend_memory_...
10 days ago David RowleyFix a few more duplicate words in comments
11 days ago David RowleyFix a few duplicate words in comments
11 days ago Noah MischComment on need to MarkBufferDirty() if omitting DELAY_...
11 days ago Noah MischTest restartpoints in archive recovery.
11 days ago Noah MischAvoid ERROR at ON COMMIT DELETE ROWS after relhassubcla...
11 days ago David RowleyFix issue with ORDER BY / DISTINCT aggregates and FILTER
12 days ago Michael Paquierpsql: Split extended query protocol meta-commands in...
12 days ago Michael Paquierpsql: Improve descriptions of \\flush[request] in ...
12 days ago Michael Paquierpsql: Fix incorrect status code returned by \getresults
12 days ago Tom LaneBe more wary of corrupt data in pageinspect's heap_page...
12 days ago Michael PaquierFix typos and grammar in the code
12 days ago Michael PaquierRename injection points used in AIO tests
13 days ago Fujii MasaoMake pg_upgrade log message with control file path...
13 days ago 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()
next