]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-07-25  Tom LaneReap the benefits of not having to avoid leaking PGresults.
2025-07-25  Tom LaneCreate infrastructure to reliably prevent leakage of...
2025-07-25  Tom LaneFix dynahash's HASH_FIXED_SIZE ("isfixed") option.
2025-07-25  Álvaro HerreraRefactor grammar to create opt_utility_option_list
2025-07-25  Fujii MasaoFix background worker not restarting after crash-and...
2025-07-25  Michael PaquierFix assertion failure with latch wait in single-user...
2025-07-25  Michael PaquierLower bounds related to pgstats kinds
2025-07-24  Nathan BossartFix return value of visibilitymap_get_status().
2025-07-24  Amit KapilaFix duplicate transaction replay during pg_createsubscr...
2025-07-24  Michael PaquierIntroduce field tracking cached plan type in PlannedStmt
2025-07-24  Amit KapilaFix cfbot failure caused by commit 228c370868.
2025-07-24  Fujii Masaodoc: Add missing index entries and fix title formatting...
2025-07-23  Tom LaneFix build breakage on Solaris-alikes with late-model...
2025-07-23  Nathan BossartCross-check lists of built-in LWLock tranches.
2025-07-23  Nathan BossartUse PqMsg_* macros in walsender.c
2025-07-23  Álvaro HerreraMove enum RecoveryTargetAction to xlogrecovery.h
2025-07-23  Amit KapilaPreserve conflict-relevant data during logical replication.
2025-07-23  David RowleyUse strchr instead of strstr for single-char lookups
2025-07-22  Michael Paquierecpg: Improve error detection around ecpg_strdup()
2025-07-22  Fujii MasaoRemove translation marker from libpq-be-fe-helpers.h.
2025-07-22  Andres Freundaio: Fix assertion, clarify README
2025-07-22  Amit KapilaDoc: Fix logical replication examples.
2025-07-22  Michael Paquierdoc: Inform about aminsertcleanup optional NULLness
2025-07-22  Fujii MasaoLog remote NOTICE, WARNING, and similar messages using...
2025-07-22  Michael Paquierecpg: Fix NULL pointer dereference during connection...
2025-07-22  Richard GuoReduce "Var IS [NOT] NULL" quals during constant folding
2025-07-22  Richard GuoCentralize collection of catalog info needed early...
2025-07-22  Richard GuoExpand virtual generated columns before sublink pull-up
2025-07-21  Alexander KorotkovUpdate comment for ReplicationSlot.last_saved_restart_lsn
2025-07-21  Álvaro Herrerapg_dump: include comments on not-null constraints on...
2025-07-20  Fujii Masaodoc: Document reopen of output file via SIGHUP in pg_re...
2025-07-19  Tom LaneMostly-cosmetic adjustments to estimate_multivariate_bu...
2025-07-19  Alexander KorotkovReintroduce test 046_checkpoint_logical_slot
2025-07-19  Alexander KorotkovImprove the stability of the recovery test 047_checkpoi...
2025-07-19  Alexander KorotkovFix infinite wait when reading a partially written...
2025-07-19  Michael PaquierCheck status of nodes after regression test run in...
2025-07-19  Michael PaquierAdd PostgreSQL::Test::Cluster::is_alive()
2025-07-18  Tom LaneSpeed up byteain by not parsing traditional-style input...
2025-07-18  Nathan BossartRemove unused variable in generate-lwlocknames.pl.
2025-07-18  Nathan Bossartpg_upgrade: Use COPY for large object metadata.
2025-07-18  Alexander KorotkovFix a typo in the deparseArrayCoerceExpr() header comment
2025-07-18  Dean RasheedFix concurrent update trigger issues with MERGE in...
2025-07-18  Alexander KorotkovSupport for deparsing of ArrayCoerceExpr node in contri...
2025-07-17  Nathan BossartAdd a test harness for the binary heap code.
2025-07-17  Tom LaneFix PQport to never return NULL unless the connection...
2025-07-17  Álvaro HerreraRemove assertion from PortalRunMulti
2025-07-17  Nathan Bossartdoc: Add note about how to use pg_overexplain.
2025-07-17  Amit LangoteRemove duplicate line
2025-07-17  Michael PaquierSplit regression tests for TOAST compression methods...
2025-07-17  Michael PaquierFix inconsistent LWLock tranche names for MultiXact*
2025-07-16  Daniel Gustafssondoc: Add example file for COPY
2025-07-16  Jeff DavisForce LC_COLLATE to C in postmaster.
2025-07-16  Álvaro HerreraFix dumping of comments on invalid constraints on domains
2025-07-16  Peter Geoghegannbtree: Use only one notnullkey ScanKeyData.
2025-07-16  Jeff Davispg_dumpall: Skip global objects with --statistics-only...
2025-07-16  Nathan Bossartpsql: Fix note on project naming in output of \copyright.
2025-07-16  Michael PaquierRefactor non-supported compression error message in...
2025-07-16  Fujii Masaopgoutput: Initialize missing default for "origin" param...
2025-07-15  Fujii Masaodoc: Document default values for pgoutput options in...
2025-07-15  Fujii Masaodoc: Fix confusing description of streaming option...
2025-07-15  Fujii Masaodoc: Clarify that total_vacuum_time excludes VACUUM...
2025-07-15  Tom LaneDoc: clarify description of regexp fields in pg_ident...
2025-07-15  Tom LaneClarify the ra != rb case in compareJsonbContainers().
2025-07-15  Tom LaneSilence uninitialized-value warnings in compareJsonbCon...
2025-07-15  Tom LaneDoc: clarify description of current-date/time functions.
2025-07-15  Fujii Masaopsql: Fix tab-completion after GRANT/REVOKE on LARGE...
2025-07-15  Michael PaquierFix comments in index.c
2025-07-14  Fujii Masaoamcheck: Improve error message for partitioned index...
2025-07-14  Michael Paquierpsql: Add variable SERVICEFILE
2025-07-13  Tom LaneIn username-map substitution, cope with more than one \1.
2025-07-13  Michael Paquierlibpq: Add "servicefile" connection option
2025-07-12  Nathan BossartRemove XLogCtl->ckptFullXid.
2025-07-12  Tom LaneReplace float8 with int in date2isoweek() and date2isoy...
2025-07-12  Andres FreundRemove long-unused TransactionIdIsActive()
2025-07-12  Thomas Munroaio: Fix configuration reload in IO workers.
2025-07-12  Thomas Munroaio: Remove obsolete IO worker ID references.
2025-07-12  Thomas Munroaio: Regularize IO worker internal naming.
2025-07-12  Thomas MunroFix stale idle flag when IO workers exit.
2025-07-11  Tom LaneFix inconsistent quoting of role names in ACLs.
2025-07-11  Jacob Championoauth: Run Autoconf tests with correct compiler flags
2025-07-11  Nathan BossartAdd FLUSH_UNLOGGED option to CHECKPOINT command.
2025-07-11  Nathan BossartAdd MODE option to CHECKPOINT command.
2025-07-11  Nathan BossartAdd option list to CHECKPOINT command.
2025-07-11  Nathan BossartRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
2025-07-11  Nathan BossartRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
2025-07-11  Tom LaneForce LC_NUMERIC to C while running TAP tests.
2025-07-11  Amit KapilaFix the handling of two GUCs during upgrade.
2025-07-11  Tatsuo IshiiDoc: fix outdated protocol version.
2025-07-10  Fujii Masaodoc: Clarify meaning of "idle" in idle_replication_slot...
2025-07-10  Fujii MasaoChange unit of idle_replication_slot_timeout to seconds.
2025-07-10  Daniel GustafssonFix sslkeylogfile error handling logging
2025-07-10  Nathan Bossartpg_dump: Fix object-type sort priority for large objects.
2025-07-10  Michael Paquierbtree_gist: Merge the last two versions into version 1.8
2025-07-10  Michael Paquierinjection_points: Add injection_points_list()
2025-07-09  Andres FreundUse pg_assume() to avoid compiler warning below exec_se...
2025-07-09  Andres FreundAdd pg_assume(expr) macro
2025-07-09  Tom LaneLink libpq with libdl if the platform needs that.
2025-07-09  Jeff DavisChange wchar2char() and char2wchar() to accept a locale_t.
2025-07-09  Tom LaneMinor tweaks for pg_test_timing.
2025-07-09  Nathan BossartIntroduce pg_dsm_registry_allocations view.
next