]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-04-27  Álvaro HerreraREPACK CONCURRENTLY: Don't use deferrable primary keys
2026-04-27  Peter EisentrautFix DELETE/UPDATE FOR PORTION OF with rules
2026-04-27  Michael Paquierdoc: Fix grammar in some logical replication pages
2026-04-27  Richard GuoFix bogus calls in remove_self_join_rel()
2026-04-27  Michael PaquierFix some memory leaks in the WAL receiver
2026-04-26  Noah MischFix new test with comma in build directory.
2026-04-25  Peter EisentrautDon't use INT64_FORMAT in translatable string
2026-04-24  Tom LaneUpdate time zone data files to tzdata release 2026b.
2026-04-24  Peter Eisentrautmeson: Differentiate top-level and custom targets
2026-04-24  Peter Eisentrautpg_get_viewdef() and lateral references in COLUMNS...
2026-04-24  Peter EisentrautFix collation of expressions in GRAPH_TABLE COLUMNS...
2026-04-24  Peter EisentrautFix typos and grammar in graph table rewrite code
2026-04-24  Peter EisentrautCheck for stack overflow when rewriting graph queries
2026-04-24  Fujii Masaopg_test_timing: store timing deltas in int64
2026-04-24  David RowleyFix incorrect logic for hashed IN / NOT IN with non...
2026-04-24  Fujii Masaopg_test_timing: fix unit in backward-clock warning
2026-04-23  Peter EisentrautAdd missing source files to several nls.mk
2026-04-23  Heikki LinnakangasDon't call CheckAttributeType() with InvalidOid on...
2026-04-23  Heikki LinnakangasDon't allow composite type to be member of itself via...
2026-04-23  Álvaro HerreraMove REPACK (CONCURRENTLY) test out of stock regression...
2026-04-23  Amit Kapilapsql: Improve describe footer titles for publications.
2026-04-23  Peter EisentrautAvoid casting void * function arguments
2026-04-23  David RowleyFix new-to-v19 -Wshadow warnings
2026-04-22  Jeff Daviscatcache.c: use C_COLLATION_OID for texteqfast/texthash...
2026-04-22  Masahiko Sawadapg_upgrade: Fix detection of invalid logical replicatio...
2026-04-22  Peter GeogheganHarmonize function parameter names for Postgres 19.
2026-04-22  Tom LaneGuard against overly-long numeric formatting symbols...
2026-04-22  Tom LanePrevent some buffer overruns in spell.c's parsing of...
2026-04-22  Tom LanePrevent buffer overrun in spell.c's CheckAffix().
2026-04-22  Alexander KorotkovPreserve extension dependencies on indexes during parti...
2026-04-22  Dean RasheedFix UPDATE/DELETE ... WHERE CURRENT OF on a table with...
2026-04-22  Dean RasheedFix expansion of EXCLUDED virtual generated columns.
2026-04-22  Amit LangoteFix some const qualifier use in ri_triggers.c
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
next