]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-04-22  Michael PaquierAllow ALTER INDEX .. ATTACH PARTITION to validate a...
2026-04-21  Tom LaneFix not-quite-right Makefile for src/test/modules/test_...
2026-04-21  Melanie Plagemanbufmgr: use I/O stats arguments in FlushUnlockedBuffer()
2026-04-21  Melanie PlagemanStabilize btree_gist test against on-access VM setting
2026-04-21  Melanie PlagemanStabilize plancache test against on-access VM setting
2026-04-21  Melanie PlagemanMake local buffers pin limit more conservative
2026-04-21  Tom LaneRemove gen_node_support.pl's ad-hoc ABI stability check.
2026-04-21  Tom LaneMake plpgsql_trap test more robust and less resource...
2026-04-21  Michael PaquierFix a set of typos and grammar issues across the tree
2026-04-21  Richard GuoFix incorrect NEW references to generated columns in...
2026-04-21  Michael PaquierFix orphaned processes when startup process fails durin...
2026-04-20  Fujii Masaodoc: Use "integer" for some I/O worker GUC type descrip...
2026-04-20  Fujii Masaodoc: Correct context description for some JIT support...
2026-04-20  Fujii Masaoplsample: Use TextDatumGetCString() for text-to-CString...
2026-04-20  Tom LaneFix relid-set clobber during join removal.
2026-04-20  Jeff DavisFix callers of unicode_strtitle() using srclen == -1.
2026-04-20  Jeff Davisstyle: define parameterless functions as foo(void).
2026-04-20  Masahiko Sawadadoc: Fix missing role attribute in pg_get_tablespace_dd...
2026-04-20  Tom LaneClean up all relid fields of RestrictInfos during join...
2026-04-20  Tom LaneMake ExecForPortionOfLeftovers() obey SRF protocol.
2026-04-20  Álvaro HerreraREPACK: do not require REPLICATION or LOGIN
2026-04-20  Bruce Momjiandoc PG 19 relnotes: fix typo, "date" -> "data"
2026-04-20  Alexander Korotkov049_wait_for_lsn.pl: create function and procedure...
2026-04-20  Richard GuoClean up remove_rel_from_query() after self-join elimin...
2026-04-20  Peter EisentrautAdd missing Datum conversions
2026-04-20  Peter EisentrautFix incorrect format placeholders
2026-04-20  Amit KapilaFlush statistics during idle periods in parallel apply...
2026-04-20  Michael PaquierMeson: Fix check_header() for readline and gssapi
2026-04-19  David RowleyMinor fixes for test_bitmapset.c
2026-04-19  Peter EisentrautFix 64-bit shifting in dynahash.c
2026-04-17  Robert Haaspg_plan_advice: pgindent
2026-04-17  Heikki LinnakangasChange PointerGetDatum() back to a macro
2026-04-17  Robert Haaspg_plan_advice: Fix another unique-semijoin bug.
2026-04-17  Amit KapilaDoc: Improve the wording of logical slot prerequisites.
2026-04-17  Fujii Masaodoc: Improve description of pg_ctl -l log file permissions
2026-04-17  Fujii Masaopsql: Fix incorrect tab completion after CREATE PUBLICA...
2026-04-17  Amit LangoteReject invalid databases in pg_get_database_ddl()
2026-04-16  Bruce Momjiandoc PG 19 relnotes: change "free space map" to "visibil...
2026-04-16  Andrew DunstanMake psql DETAIL line test unconditionally optional.
2026-04-16  Álvaro HerreraAdd missing initialization
2026-04-16  Bruce Momjiandoc PG 19 relnotes: add author and move items
2026-04-16  Melanie PlagemanUpdate FSM during prune/freeze replay even if freespace...
2026-04-16  Bruce Momjiandoc PG 19 relnotes: update author
2026-04-16  Bruce Momjiandoc PG 19 relnotes: corrections reported to me privately
2026-04-16  Fujii MasaoUse XLogRecPtrIsValid() consistently for WAL position...
2026-04-16  Daniel Gustafssondoc: Add missing GUCs to SSL SNI docs
2026-04-16  Peter EisentrautMSVC: Turn missing function declaration into an error
2026-04-16  Peter EisentrautAdd missing include
2026-04-16  Thomas MunroFix comments for Korean encodings in encnames.c
2026-04-16  Amit LangoteFix pg_overexplain to emit valid output with RANGE_TABL...
2026-04-16  Amit LangoteFix incorrect comment in JsonTablePlanJoinNextRow()
2026-04-16  Fujii MasaoUse proc_exit() for walreceiver exit in WalRcvWaitForSt...
2026-04-15  Bruce Momjiandoc PG 19 relnotes: remove doc author from "Allow...
2026-04-15  Bruce Momjiandoc PG 19 relnotes: add free space map all-visible...
2026-04-15  Bruce Momjiandoc PG 19 relnotes: fixes for commands and authors
2026-04-15  Bruce Momjiandoc PG 19 relnotes: remove "Lakshmi N" as author of...
2026-04-15  Bruce Momjiandoc PG 19 relnotes: fix "now targets"
2026-04-15  Bruce Momjiandoc PG 19 relnotes: addjust CREATE/ALTER PUBLICATION...
2026-04-15  Bruce Momjiandoc PG 19 relnotes: add missing March 16 autovacuum...
2026-04-15  Bruce Momjiandoc PG 19 relnotes: adjust ShmemRequestStruct item
2026-04-15  Andrew DunstanFix COPY TO FORMAT JSON to exclude generated columns.
2026-04-15  Andrew DunstanRework signal handler infrastructure to pass sender...
2026-04-15  Bruce Momjiandoc: first draft of PG 19 release notes
2026-04-15  Richard GuoFix var_is_nonnullable() to handle invalid NOT NULL...
2026-04-14  Andrew DunstanFix pfree crash in pg_get_role_ddl() and pg_get_databas...
2026-04-14  Jeff DavisCheck for unterminated strings when calling uloc_getLan...
2026-04-14  Michael PaquierAdd tests for low-level PGLZ [de]compression routines
2026-04-14  Heikki LinnakangasReplace deprecated StaticAssertStmt() with StaticAssert...
2026-04-14  Amit KapilaAdd missing period to HINT messages.
2026-04-13  Jeff DavisFix overrun when comparing with unterminated ICU langua...
2026-04-13  Robert Haasdoc: Remove stray word from pg_stash_advice docs.
2026-04-13  Robert Haasdoc: Fix a couple of mistakes in pgplanadvice.sgml
2026-04-13  Robert Haaspg_plan_advice: Export feedback-related definitions.
2026-04-13  Robert Haaspg_plan_advice: Fix a bug when a subquery is pruned...
2026-04-13  Robert Haaspg_plan_advice: Add alternatives test to Makefile.
2026-04-13  Robert Haaspg_plan_advice: Handle non-repeatable TABLESAMPLE scans.
2026-04-13  Alexander KorotkovExplicitly forbid non-top-level WAIT FOR execution
2026-04-13  Peter EisentrautUpdate Unicode data to CLDR 48.2
2026-04-13  Peter Eisentrautpg_createsubscriber: Don't use MAXPGPATH
2026-04-13  Peter Eisentrautpg_createsubscriber: Remove separate logfile_open(...
2026-04-13  Peter Eisentrautpg_createsubscriber: Use logging.c log file callback
2026-04-13  Peter EisentrautAdd log file support to logging.c
2026-04-13  Amit KapilaFix capitalization in publication describe output.
2026-04-13  Amit KapilaFix excessive logging in idle slotsync worker.
2026-04-13  David RowleyImprove various new-to-v19 appendStringInfo calls
2026-04-13  Michael Paquiertest_saslprep: Fix issue with copy of input bytea
2026-04-12  David RowleyFix unlikely overflow bug in bms_next_member()
2026-04-12  David RowleyUse stack-allocated StringInfoDatas, where possible
2026-04-12  David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2026-04-11  Michael PaquierHonor passed-in database OIDs in pgstat_database.c
2026-04-11  Richard GuoFix estimate_array_length error with set-operation...
2026-04-10  Thomas Munroread_stream: Remove obsolete comment.
2026-04-10  Masahiko SawadaFix unstable log verification in test_autovacuum.
2026-04-10  Masahiko Sawadadoc: Improve consistency of parallel vacuum description.
2026-04-10  Fujii MasaoAdjust log level of logical decoding messages by context
2026-04-10  Andrew DunstanRevert "Add built-in fuzzing harnesses for security...
2026-04-10  Andrew DunstanUse size_t instead of Size in pg_waldump
2026-04-10  Andrew DunstanAdd built-in fuzzing harnesses for security testing.
2026-04-10  Andrew DunstanFix heap-buffer-overflow in pglz_decompress() on corrup...
2026-04-10  Andrew DunstanFix incremental JSON parser numeric token reassembly...
next