]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2 days ago  Michael PaquierMake StandbyAcquireAccessExclusiveLock() more resilent...
3 days ago  Tom LaneMake pg_mkdir_p() tolerant of a concurrent directory...
3 days ago  David RowleyUpdate JIT tuple deforming code for virtual generated...
3 days ago  Daniel GustafssonFix comments on data checksum cost settings
4 days ago  Nathan BossartSilence "may be used uninitialized" compiler warning.
4 days ago  Tom Lanehstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference...
4 days ago  Jeff DavisAvoid errors during DROP SUBSCRIPTION when slot_name...
4 days ago  Bruce Momjiandoc PG 19 relnotes: fix "standard_conforming_strings...
4 days ago  Nathan BossartAvoid division-by-zero when calculating autovacuum...
4 days ago  Nathan Bossartdoc: Fix "Prev" link, take 2.
4 days ago  Andrew DunstanRevert non-text output formats for pg_dumpall
4 days ago  Alexander KorotkovCreate TOAST table for partitions made by MERGE/SPLIT...
4 days ago  Michael PaquierMake GetSnapshotData() more resilient on out-of-memory...
4 days ago  Amit KapilaAvoid stale slot access after dropping obsolete synced...
4 days ago  Michael PaquierFix PANIC with track_functions due to concurrent drop...
4 days ago  Amit KapilaDoc: Clarify that publication exclusions track table...
4 days ago  Bruce Momjiandoc PG 19 relnotes: update to current
4 days ago  Bruce Momjiandoc PG 19 relnotes: remove VALIDATE CONSTRAINT lock...
4 days ago  Fujii MasaoFix ALTER DOMAIN VALIDATE CONSTRAINT locking
4 days ago  Bruce Momjiandoc PG 19 relnotes: mention pg_dump{all} & standard_con...
4 days ago  Jeff DavisAvoid errors during ALTER SUBSCRIPTION.
5 days ago  Jacob Championoauth: Skip call-count test for libcurl 8.20.0
5 days ago  Jacob Championlibpq-oauth: Print libcurl version with OAUTHDEBUG_UNSA...
5 days ago  Jacob Championoauth_validator: Print captured stderr after call-count...
5 days ago  Tom Lanejsonb_plperl, jsonb_plpython: Fix unguarded recursion...
5 days ago  Nathan Bossartvacuumdb: Fix --missing-stats-only for partitioned...
5 days ago  Michael PaquierFix pgstat_count_io_op_time() calls passing incorrect...
5 days ago  Heikki LinnakangasSilence uninitialized variable warning with some compil...
5 days ago  David RowleyAdd tuple deformation test for virtual generated columns
5 days ago  Tatsuo IshiiFix error message typo.
5 days ago  Amit LangoteFix RI fast-path for domain-typed FK columns
5 days ago  Tatsuo IshiiFix to not allow null treatment to non window functions.
5 days ago  Michael PaquierFix another instability in recovery TAP test 004_timeli...
6 days ago  Bruce Momjiandoc PG 19 relnotes: update to current
6 days ago  Álvaro Herreralogical decoding: Correctly free speculative insertion
6 days ago  Álvaro Herreraconcurrent repack: check there are no leftover toast...
6 days ago  Michael Paquierpg_restore: Use dependency-based matching for STATISTIC...
6 days ago  Heikki LinnakangasFix int32 overflow in ltree_compare()
6 days ago  Michael PaquierReject oversized MCV lists in pg_restore_extended_stats()
6 days ago  David RowleyFix various query jumble comments
6 days ago  Michael Paquierpg_dump: Remove dead code in TAP tests
6 days ago  Michael PaquierFix inconsistencies with pg_restore --statistics[-only]
6 days ago  Tom LaneClean up quoting of variable strings within replication...
7 days ago  Nathan Bossartdoc: Fix "Prev" link.
7 days ago  Tom LaneDoc: reword discussion of asterisk after table names...
7 days ago  Tom LaneModernize pg_bsd_indent's error/warning reporting code.
7 days ago  Heikki LinnakangasFix PQdescribePrepared with more than 7498 params
7 days ago  Michael PaquierTrim regression test expected output for xml
8 days ago  Tom LaneDoc: remove stale entry for removed aclitem[] ~ aclitem...
8 days ago  Etsuro FujitaFix oversight in commit aa1f93a33.
8 days ago  Alexander Korotkovamcheck: Use correct varlena size accessor in bt_normal...
9 days ago  Andrew DunstanAdjust cross-version upgrade tests for seg_out() fix
10 days ago  Álvaro HerreraFix translatable string construction in psql
10 days ago  Michael PaquierUpdate expected regression test output for xml_2.out
10 days ago  Michael PaquierFix second race with timeline selection during promotion
10 days ago  Amit LangoteConfine RI fast-path batching to the top transaction...
10 days ago  Fujii Masaodoc: fix reference for finding replication slots to...
10 days ago  Amit LangoteFix out-of-bounds write in RI fast-path batch on re...
10 days ago  Michael PaquierFix handling of namespace nodes in xpath() (xml)
10 days ago  Fujii Masaoamcheck: Fix missing allequalimage corruption report
10 days ago  Fujii MasaoFix md5_password_warnings for role and database settings
10 days ago  Robert HaasFix type confusion in AddRelsyncInvalidationMessage
11 days ago  Álvaro HerreraFix translatable string construction
11 days ago  Álvaro HerreraIS JSON/JSON(): Protect against expressions uncoercible...
11 days ago  Dean RasheedFix parsing of parenthesised OLD/NEW in RETURNING list.
11 days ago  Heikki Linnakangasseg: Fix seg_out() to preserve the upper boundary's...
11 days ago  Michael PaquierFix race with timeline selection in logical decoding...
11 days ago  Amit KapilaDisallow negative values for max_retention_duration.
11 days ago  Michael Paquierxml2: Fix crash with namespace nodes in xpath_nodeset()
11 days ago  Tom LaneUndo thinko in commit e78d1d6d4.
12 days ago  Michael PaquierFix MarkBufferDirtyHint() to not call GetBufferDescript...
12 days ago  Fujii Masaopg_buffercache: restore rowtype verification in pg_buff...
12 days ago  Michael Paquierpsql: Add some missing schema qualifications in describe.c
13 days ago  Masahiko SawadaFix race when logical decoding activation is concurrent...
13 days ago  Álvaro HerreraDisallow direct use of the pgrepack logical decoding...
13 days ago  Peter EisentrautRecord dependencies on graph labels and properties
13 days ago  Fujii MasaoUse correct type for catalog_xmin
13 days ago  Jeff DavisGuard against uninitialized default locale.
13 days ago  Andres Freundci: Improve ccache handling
13 days ago  Tom LaneRemove inappropriate translation marker in getObjectIde...
13 days ago  Jeff Davisdict_synonym.c: remove incorrect outlen.
2026-06-08  Andrew DunstanRevert "Enable fast default for domains with non-volati...
2026-06-08  Álvaro HerreraFix syslogger NULL-pointer-dereference in EXEC_BACKEND
2026-06-08  Peter EisentrautFix FOR PORTION OF for inheritance children
2026-06-08  Tom LaneFix missed checks for hashability of container-type...
2026-06-08  Nathan Bossartdoc: Expand on proper use of refint.
2026-06-08  Daniel Gustafssondoc: Fix spelling for CHECKPOINT reference page
2026-06-08  Fujii Masaoecpg: Reject multiple header items in GET/SET DESCRIPTOR
2026-06-08  Amit Kapilapg_createsubscriber: Fix duplicate publication name...
2026-06-08  Michael PaquierFix memory leak in pgstat_progress_parallel_incr_param()
2026-06-08  Peter EisentrautFix incorrect format placeholders
2026-06-08  Amit KapilaDoc: Add missing SGML markup in alter_publication.sgml.
2026-06-08  Michael Paquierpsql: Fix expanded aligned output
2026-06-08  Amit KapilaFix publisher retain_dead_tuples check when also changi...
2026-06-08  Bruce Momjiandoc PG 19 relnotes: improve awkward or confusing wording
2026-06-06  David RowleyFix tuple deforming with virtual generated columns
2026-06-05  Michael Paquierpg_surgery: Fix off-by-one bug with heap offset
2026-06-05  Daniel Gustafssondoc: Clarify OAuth validator authn_id logging
2026-06-05  Daniel Gustafssondoc: Use groups instead of curves in TLS documentation
2026-06-05  Bruce Momjiandoc PG 19 relnotes: update to current, merge items
next