]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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  Dean RasheedExtend int128.h to support more numeric code.
2025-08-07  Peter Eisentrautdoc: Formatting improvements
2025-08-07  Alexander KorotkovFix checkpointer shared memory allocation
2025-08-07  John NaylorUpdate ICU C++ API symbols
2025-08-07  Peter Eisentrautpg_upgrade: Improve message indentation
2025-08-07  Dean RasheedSimplify non-native 64x64-bit multiplication in int128.h.
2025-08-07  Dean RasheedOptimise non-native 128-bit addition in int128.h.
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  Nathan BossartExpand usage of macros for protocol characters.
2025-08-06  Nathan BossartRename transformRelOptions()'s "namspace" parameter...
2025-08-06  Fujii MasaoFix typo in comment.
2025-08-06  Dean RasheedRefactor int128.h, bringing the native and non-native...
2025-08-06  Dean RasheedFix printf format specfiers in test_int128 module.
2025-08-06  Peter EisentrautRemove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
2025-08-06  Dean RasheedConvert src/tools/testint128.c into a test module.
2025-08-06  Michael PaquierAdd regression test for short varlenas saved in TOAST...
2025-08-06  Fujii Masaodoc: Recommend ANALYZE after ALTER TABLE ... SET EXPRES...
2025-08-05  Masahiko SawadaSuppress maybe-uninitialized warning.
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  Masahiko SawadaAdd backup_type column to pg_stat_progress_basebackup.
2025-08-05  Jeff DavisDon't copy datlocale from template unless provider...
2025-08-05  Tom LaneMop-up for commit e035863c9.
2025-08-05  Peter EisentrautConvert varatt.h access macros to static inline functions.
2025-08-05  Peter EisentrautFix varatt versus Datum type confusions
2025-08-05  Peter EisentrautFix various hash function uses
2025-08-05  Amit KapilaThrow ERROR when publish_generated_columns is specified...
2025-08-05  Peter EisentrautFix mixups of FooGetDatum() vs. DatumGetFoo()
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  Andrew DunstanSplit func.sgml into more manageable pieces
2025-08-04  Peter EisentrautImprove prep_buildtree
2025-08-04  Álvaro HerreraRename XLogData protocol message to WALData
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-04  David RowleyFix incorrect comment regarding mod_since_analyze
2025-08-04  Amit KapilaDetect and report update_deleted conflicts.
2025-08-03  Tom LaneTake a little more care in set_backtrace().
2025-08-03  Tom LaneAvoid leakage of zero-length arrays in partition_bounds...
2025-08-03  Tom LaneSilence complaints about leaks in PlanCacheComputeResul...
2025-08-03  Tom LaneSuppress complaints about leaks in TS dictionary loading.
2025-08-03  Tom LaneSuppress complaints about leaks in function cache loading.
2025-08-03  Tom LaneReduce leakage during PL/pgSQL function compilation.
2025-08-03  Tom LaneSilence Valgrind leakage complaints in more-or-less...
2025-08-03  Tom LaneFix assorted pretty-trivial memory leaks in the backend.
2025-08-03  Tom LaneFix MemoryContextAllocAligned's interaction with Valgrind.
2025-08-03  Tom LaneImprove our support for Valgrind's leak tracking.
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  Masahiko SawadaFix typo in AutoVacLauncherMain().
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-31  Michael Paquierpg_stat_statements: Add counters for generic and custom...
2025-07-31  Michael PaquierRename CachedPlanType to PlannedStmtOrigin for PlannedStmt
2025-07-30  Nathan Bossartdoc: Adjust documentation for vacuumdb --missing-stats...
2025-07-30  Nathan BossartTeach pg_upgrade to handle in-place tablespaces.
2025-07-30  Andrew DunstanRevert Non text modes for pg_dumpall, and pg_restore...
2025-07-30  Peter EisentrautFix whitespace
2025-07-30  Michael PaquierFix ./configure checks with __cpuidex() and __cpuid()
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  Peter EisentrautUpdate comment
2025-07-29  Tom LaneRemove unnecessary complication around xmlParseBalanced...
2025-07-29  Nathan BossartAdd commit 1d1612aec7 to .git-blame-ignore-revs.
2025-07-29  Tom LaneSplit up pgfdw_report_error so that we can mark it...
2025-07-29  Tom LaneSuppress uninitialized-variable warning.
2025-07-29  Robert HaasRun pgindent.
2025-07-29  Fujii MasaoAdd regression test for background worker restart after...
2025-07-29  Michael PaquierHandle timeout in PostgreSQL::Test::Cluster::is_alive()
2025-07-29  Alexander KorotkovClarify documentation for the initcap function
2025-07-29  David RowleyDisplay Memoize planner estimates in EXPLAIN
2025-07-28  Tom LaneAvoid regression in the size of XML input that we will...
2025-07-28  Robert HaasRemove misleading hint for "unexpected data beyond...
2025-07-28  Robert HaasAvoid throwing away the error message in syncrep_yyerror.
2025-07-27  Michael Paquierecpg: Fix memory leaks in ecpg_auto_prepare()
2025-07-27  Michael PaquierFix performance regression with flush of pending fixed...
2025-07-27  Alexander KorotkovProcess sync requests incrementally in AbsorbSyncRequests
2025-07-27  Michael PaquierAdd assertions for all the required index AM callbacks
next