]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
3 days ago  Tom Lanepgcrypto: avoid recursive ResourceOwnerForget().
4 days ago  Richard GuoStrip removed-relation references from PlaceHolderVars...
4 days ago  Tom Laneplpython: Use funccache.c infrastructure for procedure...
5 days ago  Fujii Masaodoc: Clarify pg_get_sequence_data() privileges and...
5 days ago  Fujii MasaoFix misreporting of publisher sequence permissions...
5 days ago  Michael PaquierMake type cache initialization more resilient on re...
5 days ago  Michael PaquierMake StandbyAcquireAccessExclusiveLock() more resilent...
6 days ago  Tom LaneMake pg_mkdir_p() tolerant of a concurrent directory...
6 days ago  David RowleyUpdate JIT tuple deforming code for virtual generated...
7 days ago  Daniel GustafssonFix comments on data checksum cost settings
7 days ago  Nathan BossartSilence "may be used uninitialized" compiler warning.
7 days ago  Tom Lanehstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference...
7 days ago  Jeff DavisAvoid errors during DROP SUBSCRIPTION when slot_name...
7 days ago  Bruce Momjiandoc PG 19 relnotes: fix "standard_conforming_strings...
7 days ago  Nathan BossartAvoid division-by-zero when calculating autovacuum...
7 days ago  Nathan Bossartdoc: Fix "Prev" link, take 2.
7 days ago  Andrew DunstanRevert non-text output formats for pg_dumpall
7 days ago  Alexander KorotkovCreate TOAST table for partitions made by MERGE/SPLIT...
7 days ago  Michael PaquierMake GetSnapshotData() more resilient on out-of-memory...
7 days ago  Amit KapilaAvoid stale slot access after dropping obsolete synced...
7 days ago  Michael PaquierFix PANIC with track_functions due to concurrent drop...
7 days ago  Amit KapilaDoc: Clarify that publication exclusions track table...
8 days ago  Bruce Momjiandoc PG 19 relnotes: update to current
8 days ago  Bruce Momjiandoc PG 19 relnotes: remove VALIDATE CONSTRAINT lock...
8 days ago  Fujii MasaoFix ALTER DOMAIN VALIDATE CONSTRAINT locking
8 days ago  Bruce Momjiandoc PG 19 relnotes: mention pg_dump{all} & standard_con...
8 days ago  Jeff DavisAvoid errors during ALTER SUBSCRIPTION.
8 days ago  Jacob Championoauth: Skip call-count test for libcurl 8.20.0
8 days ago  Jacob Championlibpq-oauth: Print libcurl version with OAUTHDEBUG_UNSA...
8 days ago  Jacob Championoauth_validator: Print captured stderr after call-count...
8 days ago  Tom Lanejsonb_plperl, jsonb_plpython: Fix unguarded recursion...
8 days ago  Nathan Bossartvacuumdb: Fix --missing-stats-only for partitioned...
8 days ago  Michael PaquierFix pgstat_count_io_op_time() calls passing incorrect...
8 days ago  Heikki LinnakangasSilence uninitialized variable warning with some compil...
8 days ago  David RowleyAdd tuple deformation test for virtual generated columns
8 days ago  Tatsuo IshiiFix error message typo.
8 days ago  Amit LangoteFix RI fast-path for domain-typed FK columns
9 days ago  Tatsuo IshiiFix to not allow null treatment to non window functions.
9 days ago  Michael PaquierFix another instability in recovery TAP test 004_timeli...
9 days ago  Bruce Momjiandoc PG 19 relnotes: update to current
9 days ago  Álvaro Herreralogical decoding: Correctly free speculative insertion
9 days ago  Álvaro Herreraconcurrent repack: check there are no leftover toast...
9 days ago  Michael Paquierpg_restore: Use dependency-based matching for STATISTIC...
9 days ago  Heikki LinnakangasFix int32 overflow in ltree_compare()
9 days ago  Michael PaquierReject oversized MCV lists in pg_restore_extended_stats()
10 days ago  David RowleyFix various query jumble comments
10 days ago  Michael Paquierpg_dump: Remove dead code in TAP tests
10 days ago  Michael PaquierFix inconsistencies with pg_restore --statistics[-only]
10 days ago  Tom LaneClean up quoting of variable strings within replication...
10 days ago  Nathan Bossartdoc: Fix "Prev" link.
10 days ago  Tom LaneDoc: reword discussion of asterisk after table names...
10 days ago  Tom LaneModernize pg_bsd_indent's error/warning reporting code.
10 days ago  Heikki LinnakangasFix PQdescribePrepared with more than 7498 params
10 days ago  Michael PaquierTrim regression test expected output for xml
11 days ago  Tom LaneDoc: remove stale entry for removed aclitem[] ~ aclitem...
11 days ago  Etsuro FujitaFix oversight in commit aa1f93a33.
12 days ago  Alexander Korotkovamcheck: Use correct varlena size accessor in bt_normal...
13 days ago  Andrew DunstanAdjust cross-version upgrade tests for seg_out() fix
13 days ago  Álvaro HerreraFix translatable string construction in psql
13 days ago  Michael PaquierUpdate expected regression test output for xml_2.out
13 days ago  Michael PaquierFix second race with timeline selection during promotion
13 days ago  Amit LangoteConfine RI fast-path batching to the top transaction...
13 days ago  Fujii Masaodoc: fix reference for finding replication slots to...
2026-06-12  Amit LangoteFix out-of-bounds write in RI fast-path batch on re...
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  Fujii MasaoFix md5_password_warnings for role and database settings
2026-06-11  Robert HaasFix type confusion in AddRelsyncInvalidationMessage
2026-06-11  Álvaro HerreraFix translatable string construction
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  Amit KapilaDisallow negative values for max_retention_duration.
2026-06-11  Michael Paquierxml2: Fix crash with namespace nodes in xpath_nodeset()
2026-06-10  Tom LaneUndo thinko in commit e78d1d6d4.
2026-06-10  Michael PaquierFix MarkBufferDirtyHint() to not call GetBufferDescript...
2026-06-10  Fujii Masaopg_buffercache: restore rowtype verification in pg_buff...
2026-06-10  Michael Paquierpsql: Add some missing schema qualifications in describe.c
2026-06-09  Masahiko SawadaFix race when logical decoding activation is concurrent...
2026-06-09  Álvaro HerreraDisallow direct use of the pgrepack logical decoding...
2026-06-09  Peter EisentrautRecord dependencies on graph labels and properties
2026-06-08  Fujii MasaoUse correct type for catalog_xmin
2026-06-08  Jeff DavisGuard against uninitialized default locale.
2026-06-08  Andres Freundci: Improve ccache handling
2026-06-08  Tom LaneRemove inappropriate translation marker in getObjectIde...
2026-06-08  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...
next