postgresql.git
2025-08-11 Tom LaneStamp 18beta3. REL_18_BETA3
2025-08-11 Nathan BossartRestrict psql meta-commands in plain-text dumps.
2025-08-11 Noah MischConvert newlines to spaces in names written in v11...
2025-08-11 Peter EisentrautTranslation updates
2025-08-11 Dean RasheedFix security checks in selectivity estimation functions.
2025-08-10 Noah MischRemove, from stable branches, the new assertion of...
2025-08-09 Thomas MunroFix rare bug in read_stream.c's split IO handling.
2025-08-08 Peter Eisentrautpostgres_fdw and dblink should check if backend has...
2025-08-08 Jacob Championoauth: Track total call count during a client flow
2025-08-08 Jacob Championoauth: Remove expired timers from the multiplexer
2025-08-08 Jacob Championoauth: Ensure unused socket registrations are removed
2025-08-08 Jacob Championoauth: Remove stale events from the kqueue multiplexer
2025-08-08 Thomas MunroRemove obsolete comment.
2025-08-08 Peter EisentrautFix incorrect lack of Datum conversion in _int_matchsel()
2025-08-08 Etsuro FujitaFix oversight in FindTriggerIncompatibleWithInheritance.
2025-08-08 Fujii Masaopg_dump: Fix incorrect parsing of object types in pg_du...
2025-08-08 Etsuro FujitaDisallow collecting transition tuples from child foreig...
2025-08-08 Michael PaquierAdd information about "generation" when dropping twice...
2025-08-07 Jacob Championmeson: Fix install-quiet after clean
2025-08-07 Tom Lanedoc: add float as an alias for double precision.
2025-08-07 Peter Eisentrautdoc: Formatting improvements
2025-08-07 Alexander KorotkovFix checkpointer shared memory allocation
2025-08-07 Alexander KorotkovRevert "Clarify documentation for the initcap function"
2025-08-07 John NaylorUpdate ICU C++ API symbols
2025-08-07 Peter Eisentrautpg_upgrade: Improve message indentation
2025-08-07 Michael PaquierImprove tests of date_trunc() with infinity and unsuppo...
2025-08-07 Michael PaquierFix incorrect Datum conversion in timestamptz_trunc_int...
2025-08-06 Peter EisentrautRemove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
2025-08-06 Fujii Masaodoc: Recommend ANALYZE after ALTER TABLE ... SET EXPRES...
2025-08-05 Tom LaneFix incorrect return value in brin_minmax_multi_distanc...
2025-08-05 Álvaro HerreraPut PG_TEST_EXTRA doc items back in alphabetical order
2025-08-05 Álvaro HerreraHide expensive pg_upgrade test behind PG_TEST_EXTRA
2025-08-05 Jeff DavisDon't copy datlocale from template unless provider...
2025-08-05 Amit KapilaThrow ERROR when publish_generated_columns is specified...
2025-08-04 Andrew Dunstanfix apparent typo in release notes
2025-08-04 Melanie PlagemanMinor test fixes in 035_standby_logical_decoding.pl
2025-08-04 Dean RasheedFix typo in create_index.sql.
2025-08-04 Fujii MasaoAvoid unexpected shutdown when sync_replication_slots...
2025-08-04 Álvaro Herreradoc: mention unusability of dropped CHECK to verify...
2025-08-03 Fujii MasaoFix assertion failure in pgbench when handling multiple...
2025-08-02 Jeff DavisSimplify options in pg_dump and pg_restore.
2025-08-02 Michael PaquierFix typo in foreign_key.sql
2025-08-02 Etsuro FujitaDoc: clarify the restrictions of AFTER triggers with...
2025-08-02 Michael PaquierFix use-after-free with INSERT ON CONFLICT changes...
2025-08-01 Nathan BossartAllow resetting unknown custom GUCs with reserved prefixes.
2025-08-01 Jeff Davispg_dump: reject combination of "only" and "with"
2025-08-01 Heikki Linnakangaslibpq: Complain about missing BackendKeyData later...
2025-08-01 Amit KapilaFix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
2025-07-31 Tomas VondraFix tab completion for ALTER ROLE|USER ... RESET
2025-07-31 Tomas VondraSchema-qualify unnest() in ALTER DATABASE ... RESET
2025-07-31 Noah MischSort dump objects independent of OIDs, for the 7 holdou...
2025-07-30 Nathan Bossartdoc: Adjust documentation for vacuumdb --missing-stats...
2025-07-30 Andrew DunstanRemove release note item for Non text modes for pg_dumpall
2025-07-30 Andrew DunstanRevert Non text modes for pg_dumpall, and pg_restore...
2025-07-30 Michael PaquierFix ./configure checks with __cpuidex() and __cpuid()
2025-07-30 Bruce Momjiandoc PG 18 relnotes: update to current
2025-07-29 Heikki LinnakangasHandle cancel requests with PID 0 gracefully
2025-07-29 Tom LaneDon't put library-supplied -L/-I switches before user...
2025-07-29 Tom LaneRemove unnecessary complication around xmlParseBalanced...
2025-07-29 Alexander KorotkovClarify documentation for the initcap function
2025-07-28 Tom LaneAvoid regression in the size of XML input that we will...
2025-07-28 Robert HaasAvoid throwing away the error message in syncrep_yyerror.
2025-07-27 Michael PaquierFix performance regression with flush of pending fixed...
2025-07-27 Alexander KorotkovLimit checkpointer requests queue size
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 Amit KapilaFix duplicate transaction replay during pg_createsubscr...
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-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 Michael Paquierecpg: Fix NULL pointer dereference during connection...
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 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-18 Dean RasheedFix concurrent update trigger issues with MERGE in...
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 PaquierFix inconsistent LWLock tranche names for MultiXact*
2025-07-16 Daniel Gustafssondoc: Add example file for COPY
2025-07-16 Álvaro HerreraFix dumping of comments on invalid constraints on domains
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-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 LaneSilence uninitialized-value warnings in compareJsonbCon...
2025-07-15 Tom LaneDoc: clarify description of current-date/time functions.
2025-07-14 Tom LaneStamp 18beta2. REL_18_BETA2
2025-07-14 Peter EisentrautTranslation updates
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.
next