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