]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-08-13  Tom LaneMake type Datum be 8 bytes wide everywhere.
2025-08-13  Andres Freundci: windows: Stop using DEBUG:FASTLINK
2025-08-13  Andres FreundAdd very basic test for kill_prior_tuples
2025-08-13  Tom LaneDon't treat EINVAL from semget() as a hard failure.
2025-08-13  Peter EisentrautAdjust some table column widths in PDF
2025-08-13  Peter EisentrautImprove PDF documentation margins
2025-08-13  Peter EisentrautClean up order in stylesheete-fo.xsl
2025-08-13  Michael Paquierpostgres_fdw: Fix tests with ANALYZE and remote sampling
2025-08-12  Peter Eisentrautlibpq: Set LDAP protocol version 3
2025-08-11  Andres FreundReduce ExecSeqScan* code size using pg_assume()
2025-08-11  Andres Freundmeson: add and use stamp files for generated headers
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  Dean RasheedFix security checks in selectivity estimation functions.
2025-08-09  Thomas MunroFix rare bug in read_stream.c's split IO handling.
2025-08-08  Tom LaneMop-up for Datum conversion cleanups.
2025-08-08  Peter EisentrautAdd missing Datum conversions
2025-08-08  Peter EisentrautRemove useless/superfluous Datum conversions
2025-08-08  Peter Eisentrautpostgres_fdw and dblink should check if backend has...
2025-08-08  Jacob ChampionRevert "oauth: Add unit tests for multiplexer handling"
2025-08-08  Jacob Championoauth: Add unit tests for multiplexer handling
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...
next