]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
6 hours ago  Nathan BossartRestrict psql meta-commands in plain-text dumps. REL_18_STABLE github/REL_18_STABLE
6 hours ago  Noah MischConvert newlines to spaces in names written in v11...
7 hours ago  Peter EisentrautTranslation updates
11 hours ago  Dean RasheedFix security checks in selectivity estimation functions.
23 hours ago  Noah MischRemove, from stable branches, the new assertion of...
2 days ago  Thomas MunroFix rare bug in read_stream.c's split IO handling.
3 days ago  Peter Eisentrautpostgres_fdw and dblink should check if backend has...
3 days ago  Jacob Championoauth: Track total call count during a client flow
3 days ago  Jacob Championoauth: Remove expired timers from the multiplexer
3 days ago  Jacob Championoauth: Ensure unused socket registrations are removed
3 days ago  Jacob Championoauth: Remove stale events from the kqueue multiplexer
3 days ago  Thomas MunroRemove obsolete comment.
3 days ago  Peter EisentrautFix incorrect lack of Datum conversion in _int_matchsel()
3 days ago  Etsuro FujitaFix oversight in FindTriggerIncompatibleWithInheritance.
3 days ago  Fujii Masaopg_dump: Fix incorrect parsing of object types in pg_du...
3 days ago  Etsuro FujitaDisallow collecting transition tuples from child foreig...
3 days ago  Michael PaquierAdd information about "generation" when dropping twice...
3 days ago  Jacob Championmeson: Fix install-quiet after clean
3 days ago  Tom Lanedoc: add float as an alias for double precision.
4 days ago  Peter Eisentrautdoc: Formatting improvements
4 days ago  Alexander KorotkovFix checkpointer shared memory allocation
4 days ago  Alexander KorotkovRevert "Clarify documentation for the initcap function"
4 days ago  John NaylorUpdate ICU C++ API symbols
4 days ago  Peter Eisentrautpg_upgrade: Improve message indentation
4 days ago  Michael PaquierImprove tests of date_trunc() with infinity and unsuppo...
4 days ago  Michael PaquierFix incorrect Datum conversion in timestamptz_trunc_int...
5 days ago  Peter EisentrautRemove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
5 days ago  Fujii Masaodoc: Recommend ANALYZE after ALTER TABLE ... SET EXPRES...
5 days ago  Tom LaneFix incorrect return value in brin_minmax_multi_distanc...
6 days ago  Álvaro HerreraPut PG_TEST_EXTRA doc items back in alphabetical order
6 days ago  Álvaro HerreraHide expensive pg_upgrade test behind PG_TEST_EXTRA
6 days ago  Jeff DavisDon't copy datlocale from template unless provider...
6 days ago  Amit KapilaThrow ERROR when publish_generated_columns is specified...
7 days ago  Andrew Dunstanfix apparent typo in release notes
7 days ago  Melanie PlagemanMinor test fixes in 035_standby_logical_decoding.pl
7 days ago  Dean RasheedFix typo in create_index.sql.
7 days ago  Fujii MasaoAvoid unexpected shutdown when sync_replication_slots...
7 days ago  Álvaro Herreradoc: mention unusability of dropped CHECK to verify...
8 days ago  Fujii MasaoFix assertion failure in pgbench when handling multiple...
9 days ago  Jeff DavisSimplify options in pg_dump and pg_restore.
9 days ago  Michael PaquierFix typo in foreign_key.sql
9 days ago  Etsuro FujitaDoc: clarify the restrictions of AFTER triggers with...
9 days ago  Michael PaquierFix use-after-free with INSERT ON CONFLICT changes...
9 days ago  Nathan BossartAllow resetting unknown custom GUCs with reserved prefixes.
10 days ago  Jeff Davispg_dump: reject combination of "only" and "with"
10 days ago  Heikki Linnakangaslibpq: Complain about missing BackendKeyData later...
10 days ago  Amit KapilaFix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
11 days ago  Tomas VondraFix tab completion for ALTER ROLE|USER ... RESET
11 days ago  Tomas VondraSchema-qualify unnest() in ALTER DATABASE ... RESET
11 days ago  Noah MischSort dump objects independent of OIDs, for the 7 holdou...
12 days ago  Nathan Bossartdoc: Adjust documentation for vacuumdb --missing-stats...
12 days ago  Andrew DunstanRemove release note item for Non text modes for pg_dumpall
12 days ago  Andrew DunstanRevert Non text modes for pg_dumpall, and pg_restore...
12 days ago  Michael PaquierFix ./configure checks with __cpuidex() and __cpuid()
12 days ago  Bruce Momjiandoc PG 18 relnotes: update to current
12 days ago  Heikki LinnakangasHandle cancel requests with PID 0 gracefully
13 days ago  Tom LaneDon't put library-supplied -L/-I switches before user...
13 days ago  Tom LaneRemove unnecessary complication around xmlParseBalanced...
13 days ago  Alexander KorotkovClarify documentation for the initcap function
13 days ago  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.
2025-07-11  Tom LaneFix inconsistent quoting of role names in ACLs.
next