]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
44 hours ago  Tom Lanejsonb_plperl, jsonb_plpython: Fix unguarded recursion...
45 hours 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
2 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
4 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
6 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
7 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...
10 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.
13 days ago  Bruce Momjiandoc PG 19 relnotes: add more markup, move some items...
13 days ago  Daniel GustafssonReword activity message to avoid truncation
2026-06-05  Peter EisentrautFix LATERAL references in GRAPH_TABLE with multi-label...
2026-06-05  Peter EisentrautHandle element label and label property objects in...
2026-06-05  Michael Paquierxml2: Fix stylesheet document leak in xslt_process()
2026-06-05  Fujii MasaoFix pg_subscription column privileges for subwalrcvtimeout
2026-06-04  Michael PaquierFix off-by-one with NFC recomposition for Hangul U...
2026-06-04  Daniel Gustafssondoc: Mention online checksum enabling in pg_checksums...
2026-06-04  Andres Freundci: Remove support for cirrus-ci based CI
2026-06-04  Andres Freundci: Add GitHub Actions based CI
2026-06-04  Bruce Momjiandoc PG 19 relnotes: various fixes reported via email
2026-06-04  Tom LaneImprove reporting of invalid weight symbols in setweigh...
2026-06-04  Tom LaneFix another case of indirectly casting away const.
2026-06-04  Nathan BossartAdd previous commit to .git-blame-ignore-revs.
2026-06-04  Nathan BossartRe-pgindent nodeModifyTable.c after commit 993a7aa0e4.
2026-06-04  Tom LaneEnsure USE_AVX... symbols are not defined if not buildi...
2026-06-04  Peter EisentrautSmall terminology fixes in comments
2026-06-04  Peter EisentrautRequire UPDATE permission on FOR PORTION OF column
2026-06-04  Peter EisentrautFix cross-leftover pollution in FOR PORTION OF insert...
2026-06-04  Michael Paquierlibpq: Fix "servicefile" after fallback to system servi...
2026-06-03  Bruce Momjiandoc PG 19 relnotes: merge pg_upgrade LO metadata items
2026-06-03  Bruce Momjiandoc PG 19 relnotes: reordering, rewording, added markup
2026-06-03  Alexander Korotkovpg_dump: scope indAttNames per index in getIndexes()
next