postgresql.git
2025-08-19 Fujii Masaodoc: Improve pgoutput documentation.
2025-08-19 Fujii Masaodoc: Improve documentation discoverability for pgoutput.
2025-08-19 Peter EisentrautAdd src/include/catalog/README
2025-08-19 Amit KapilaFix self-deadlock during DROP SUBSCRIPTION.
2025-08-19 Michael PaquierRefactor ReadMultiXactCounts() into GetMultiXactInfo()
2025-08-19 Michael PaquierRemove useless pointer update in StatsShmemInit()
2025-08-19 Richard GuoSimplify relation_has_unique_index_for()
2025-08-19 Richard GuoPathify RHS unique-ification for semijoin planning
2025-08-19 Michael Paquiertest_ddl_deparse: Rename test create_sequence_1 to...
2025-08-18 Michael PaquierRemove unneeded header declarations in multixact.c
2025-08-18 David RowleyRemove HASH_DEBUG output from dynahash.c
2025-08-18 David RowleyUse elog(DEBUG4) for dynahash.c statistics output
2025-08-18 Tom LaneFix missing "use Test::More" in Kerberos.pm.
2025-08-18 Peter EisentrautDetect buffer underflow in get_th()
2025-08-18 Michael PaquierMove SQL-callable code related to multixacts into its...
2025-08-18 Peter Eisentrautmeson: Move C99 test earlier
2025-08-18 Michael PaquierRefactor init_params() in sequence.c to not use FormDat...
2025-08-17 Michael PaquierRemove md5() call from isolation test for CLUSTER and...
2025-08-17 Etsuro FujitaUpdate obsolete comments in ResultRelInfo struct.
2025-08-17 Michael PaquierAdd isolation test for TOAST value reuse during CLUSTER
2025-08-16 Masahiko SawadaFix typos in comments.
2025-08-15 Masahiko SawadaFix constant when extracting timestamp from UUIDv7.
2025-08-15 Peter EisentrautFix git whitespace warning
2025-08-15 Peter EisentrautAdd TAP tests for LDAP connection parameter lookup
2025-08-15 David RowleyFix invalid format string in HASH_DEBUG code
2025-08-15 David RowleyFix failing -D HASH_STATISTICS builds
2025-08-15 David RowleyAdd Asserts to validate prevbit values in bms_prev_member
2025-08-15 Michael PaquierAdd SQL test for TOAST value allocations on rewrite
2025-08-14 Andres Freundci: Simplify ci-os-only handling
2025-08-14 Andres Freundci: Per-repo configuration for manually trigger tasks
2025-08-14 Álvaro HerreraAvoid including tableam.h and xlogreader.h in nbtree.h
2025-08-14 Tom LaneDon't leak memory during failure exit from SelectConfig...
2025-08-14 Heikki LinnakangasFix LSN format in debug message
2025-08-14 Michael PaquierFix compilation warning with SerializeClientConnectionI...
2025-08-14 Fujii MasaoRevert logical snapshot filename format change in SnapB...
2025-08-14 Fujii MasaoFix incorrect LSN format in comment.
2025-08-13 Tom LaneGrab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
2025-08-13 Tom LaneGrab the low-hanging fruit from forcing sizeof(Datum...
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...
next