]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
7 hours ago  Fujii MasaoCheck CREATE_REPLICATION_SLOT response shape in libpqwa... REL_18_STABLE github/REL_18_STABLE
8 hours ago  Fujii Masaodoc: Fix log_parameter_max_length docs to reference...
14 hours ago  Melanie PlagemanTest that VM clear registers VM buffers
14 hours ago  Melanie PlagemanFix VM clear WAL logging by registering VM blocks
14 hours ago  Melanie PlagemanIntroduce macros for WAL block reference IDs of some...
16 hours ago  Melanie PlagemanInclude last block in FSM vacuum of bulk extended relation
16 hours ago  Daniel Gustafssonpgbench: Fix incorrect parameter name in error message
19 hours ago  Robert HaasAdd additional sanity checks when reading a blkreftable.
24 hours ago  Fujii MasaoFix argument names in pg_clear_attribute_stats() errors
35 hours ago  Michael PaquierInclude check on polpermissive relcache for policies
36 hours ago  Richard GuoStrip removed-relation references from PHVs in join...
4 days ago  Tomas VondraShorten pg_attribute_always_inline to pg_always_inline
6 days ago  Heikki Linnakangaslibpq: Make error checks in the new buffer draining...
6 days ago  Heikki Linnakangasssl: Include limits.h to get INT_MAX when using LibreSSL
7 days ago  Dean RasheedFix RETURNING OLD with BEFORE UPDATE trigger and concur...
8 days ago  Fujii Masaodoc: Clarify COPY FROM WHERE expression restrictions
8 days ago  Fujii Masaodoc: Fix typo in rule-system view example
8 days ago  Richard GuoFix EXPLAIN failure when deparsing SQL/JSON aggregates
8 days ago  Jeff Davispg_unicode_fast: fix final sigma logic.
8 days ago  Jeff Davisunicode_case.c: defend against truncated UTF8.
8 days ago  Heikki Linnakangaslibpq: Drain all pending bytes from SSL/GSS during...
8 days ago  Heikki Linnakangaslibpq: Extend "read pending" check from SSL to GSS
8 days ago  Heikki Linnakangaspg_dump: check for _beginthreadex() failure in parallel...
9 days ago  David RowleyFix COUNT's logic for window run condition support
9 days ago  Amit LangoteEnforce RETURNING typmod on SQL/JSON DEFAULT behavior...
9 days ago  Tom LaneFix mishandling of leading '\' in nondeterministic...
9 days ago  Tom LaneFix LIKE matching with nondeterministic collations...
9 days ago  Tom LaneFix LIKE/regex optimization for indexscan with exact...
9 days ago  Robert HaasPrevent satisfies_hash_partition from crashing with...
10 days ago  Richard GuoFix qual pushdown past grouping with mismatched equivalence
10 days ago  Fujii MasaoRestore basebackup_progress_done() to preserve ABI
10 days ago  Michael Paquieramcheck: Fix memory leak with gin_index_check()
11 days ago  Tom LaneDisallow renaming a rule to "_RETURN".
12 days ago  Tom LaneFix btree_gist's NotEqual strategy on internal index...
12 days ago  Tom LaneUse the proper comparator in gbt_bit_ssup_cmp.
12 days ago  Alexander KorotkovPrevent access to other sessions' empty temp tables
13 days ago  Heikki LinnakangasFix tracing of BackendKeyData and CancelRequest
13 days ago  Fujii Masaopsql: Fix \df tab completion for procedures
13 days ago  Fujii MasaoRemove replication slot advice from MultiXact wraparoun...
2026-07-02  Michael PaquierFix redefinition of typedef Node in numeric.h
2026-07-02  Michael PaquierFix jsonpath .decimal() to honor silent mode
2026-07-01  Tom Lanebtree_gist: fix NaN handling in float4/float8 opclasses.
2026-07-01  Fujii MasaoClear base backup progress on backup failure
2026-07-01  Peter EisentrautDon't cast off_t to 32-bit type for output, bug fix
2026-07-01  John NaylorDocument wal_compression=on
2026-06-29  Fujii MasaoFix unlogged sequence corruption after standby promotion
2026-06-29  Peter EisentrautFix handling of copy_file_range() return value
2026-06-29  Richard Guoplpython: Fix NULL pointer dereferences for broken...
2026-06-28  Tom LaneAvoid collation lookup failure when considering a ...
2026-06-26  Tomas VondraFix out-of-bounds access in autoprewarm worker
2026-06-25  Tom LaneFix null-pointer crash in ECPG compiler.
2026-06-25  Amit LangoteAvoid ABI break in ModifyTableState from the FDW prunin...
2026-06-24  Richard Guoplperl: Fix NULL pointer dereference for forged array...
2026-06-23  Amit LangoteRe-index ModifyTable FDW arrays when pruning result...
2026-06-23  Michael Paquierdoc: Describe better handling of indexes in ALTER TABLE...
2026-06-22  Michael PaquierRe-introduce pgstat_drop_entry(), keeping ABI compatibility
2026-06-22  Tom LaneFix unsafe order of operations in ResourceOwnerReleaseA...
2026-06-22  Tom Lanepgcrypto: avoid recursive ResourceOwnerForget().
2026-06-22  Richard GuoStrip removed-relation references from PlaceHolderVars...
2026-06-19  Tom LaneMake pg_mkdir_p() tolerant of a concurrent directory...
2026-06-19  David RowleyUpdate JIT tuple deforming code for virtual generated...
2026-06-18  Nathan BossartSilence "may be used uninitialized" compiler warning.
2026-06-18  Tom Lanehstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference...
2026-06-18  Nathan Bossartdoc: Fix "Prev" link, take 2.
2026-06-18  Michael PaquierUpdate .abi-compliance-history for pgstat_drop_entry()
2026-06-18  Amit KapilaAvoid stale slot access after dropping obsolete synced...
2026-06-18  Michael PaquierFix PANIC with track_functions due to concurrent drop...
2026-06-17  Jacob Championoauth: Skip call-count test for libcurl 8.20.0
2026-06-17  Jacob Championlibpq-oauth: Print libcurl version with OAUTHDEBUG_UNSA...
2026-06-17  Jacob Championoauth_validator: Print captured stderr after call-count...
2026-06-17  Tom Lanejsonb_plperl, jsonb_plpython: Fix unguarded recursion...
2026-06-17  Nathan Bossartvacuumdb: Fix --missing-stats-only for partitioned...
2026-06-17  Michael PaquierFix pgstat_count_io_op_time() calls passing incorrect...
2026-06-16  Michael PaquierFix another instability in recovery TAP test 004_timeli...
2026-06-16  Álvaro Herreralogical decoding: Correctly free speculative insertion
2026-06-16  Michael Paquierpg_restore: Use dependency-based matching for STATISTIC...
2026-06-16  Heikki LinnakangasFix int32 overflow in ltree_compare()
2026-06-15  Michael Paquierpg_dump: Remove dead code in TAP tests
2026-06-15  Michael PaquierFix inconsistencies with pg_restore --statistics[-only]
2026-06-15  Tom LaneClean up quoting of variable strings within replication...
2026-06-15  Nathan Bossartdoc: Fix "Prev" link.
2026-06-15  Tom LaneModernize pg_bsd_indent's error/warning reporting code.
2026-06-15  Heikki LinnakangasFix PQdescribePrepared with more than 7498 params
2026-06-15  Michael PaquierTrim regression test expected output for xml
2026-06-14  Tom LaneDoc: remove stale entry for removed aclitem[] ~ aclitem...
2026-06-14  Alexander Korotkovamcheck: Use correct varlena size accessor in bt_normal...
2026-06-12  Andrew DunstanAdjust cross-version upgrade tests for seg_out() fix
2026-06-12  Daniel GustafssonFix compilation with OpenSSL 4
2026-06-12  Michael PaquierUpdate expected regression test output for xml_2.out
2026-06-12  Michael PaquierFix second race with timeline selection during promotion
2026-06-12  Fujii Masaodoc: fix reference for finding replication slots to...
2026-06-12  Michael PaquierFix handling of namespace nodes in xpath() (xml)
2026-06-12  Fujii Masaoamcheck: Fix missing allequalimage corruption report
2026-06-11  Álvaro HerreraIS JSON/JSON(): Protect against expressions uncoercible...
2026-06-11  Dean RasheedFix parsing of parenthesised OLD/NEW in RETURNING list.
2026-06-11  Heikki Linnakangasseg: Fix seg_out() to preserve the upper boundary's...
2026-06-11  Michael PaquierFix race with timeline selection in logical decoding...
2026-06-11  Michael Paquierxml2: Fix crash with namespace nodes in xpath_nodeset()
2026-06-08  Fujii MasaoUse correct type for catalog_xmin
2026-06-08  Jeff DavisGuard against uninitialized default locale.
next