Fix assertion failure with replication slot release in single-user mode
[postgresql.git] / src /
9 hours ago Michael PaquierFix assertion failure with replication slot release... master github/master
11 hours ago Fujii Masaovacuumdb: Make vacuumdb --analyze-only process partitio...
17 hours ago Nathan BossartFix comment for MAX_SIMUL_LWLOCKS.
24 hours ago Nathan BossartFix misspelling of "tranche" in dsa.h.
33 hours ago Peter EisentrautAdd src/include/catalog/README
34 hours ago Amit KapilaFix self-deadlock during DROP SUBSCRIPTION.
34 hours ago Michael PaquierRefactor ReadMultiXactCounts() into GetMultiXactInfo()
38 hours ago Michael PaquierRemove useless pointer update in StatsShmemInit()
39 hours ago Richard GuoSimplify relation_has_unique_index_for()
39 hours ago Richard GuoPathify RHS unique-ification for semijoin planning
39 hours ago Michael Paquiertest_ddl_deparse: Rename test create_sequence_1 to...
39 hours ago Michael PaquierRemove unneeded header declarations in multixact.c
40 hours ago David RowleyRemove HASH_DEBUG output from dynahash.c
40 hours ago David RowleyUse elog(DEBUG4) for dynahash.c statistics output
44 hours ago Tom LaneFix missing "use Test::More" in Kerberos.pm.
2 days ago Peter EisentrautDetect buffer underflow in get_th()
2 days ago Michael PaquierMove SQL-callable code related to multixacts into its...
2 days ago Michael PaquierRefactor init_params() in sequence.c to not use FormDat...
2 days ago Michael PaquierRemove md5() call from isolation test for CLUSTER and...
3 days ago Etsuro FujitaUpdate obsolete comments in ResultRelInfo struct.
3 days ago Michael PaquierAdd isolation test for TOAST value reuse during CLUSTER
4 days ago Masahiko SawadaFix typos in comments.
4 days ago Masahiko SawadaFix constant when extracting timestamp from UUIDv7.
5 days ago Peter EisentrautAdd TAP tests for LDAP connection parameter lookup
5 days ago David RowleyFix invalid format string in HASH_DEBUG code
5 days ago David RowleyFix failing -D HASH_STATISTICS builds
5 days ago David RowleyAdd Asserts to validate prevbit values in bms_prev_member
5 days ago Michael PaquierAdd SQL test for TOAST value allocations on rewrite
5 days ago Andres Freundci: Per-repo configuration for manually trigger tasks
5 days ago Álvaro HerreraAvoid including tableam.h and xlogreader.h in nbtree.h
6 days ago Tom LaneDon't leak memory during failure exit from SelectConfig...
6 days ago Heikki LinnakangasFix LSN format in debug message
6 days ago Michael PaquierFix compilation warning with SerializeClientConnectionI...
6 days ago Fujii MasaoRevert logical snapshot filename format change in SnapB...
6 days ago Fujii MasaoFix incorrect LSN format in comment.
6 days ago Tom LaneGrab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
6 days ago Tom LaneGrab the low-hanging fruit from forcing sizeof(Datum...
6 days ago Tom LaneMake type Datum be 8 bytes wide everywhere.
6 days ago Andres FreundAdd very basic test for kill_prior_tuples
6 days ago Tom LaneDon't treat EINVAL from semget() as a hard failure.
7 days ago Peter Eisentrautlibpq: Set LDAP protocol version 3
8 days ago Andres FreundReduce ExecSeqScan* code size using pg_assume()
8 days ago Andres Freundmeson: add and use stamp files for generated headers
9 days ago Nathan BossartRestrict psql meta-commands in plain-text dumps.
9 days ago Noah MischConvert newlines to spaces in names written in v11...
9 days ago Dean RasheedFix security checks in selectivity estimation functions.
11 days ago Thomas MunroFix rare bug in read_stream.c's split IO handling.
11 days ago Tom LaneMop-up for Datum conversion cleanups.
11 days ago Peter EisentrautAdd missing Datum conversions
11 days ago Peter EisentrautRemove useless/superfluous Datum conversions
11 days ago Jacob ChampionRevert "oauth: Add unit tests for multiplexer handling"
12 days ago Jacob Championoauth: Add unit tests for multiplexer handling
12 days ago Jacob Championoauth: Track total call count during a client flow
12 days ago Jacob Championoauth: Remove expired timers from the multiplexer
12 days ago Jacob Championoauth: Ensure unused socket registrations are removed
12 days ago Jacob Championoauth: Remove stale events from the kqueue multiplexer
12 days ago Thomas MunroRemove obsolete comment.
12 days ago Etsuro FujitaFix oversight in FindTriggerIncompatibleWithInheritance.
12 days ago Fujii Masaopg_dump: Fix incorrect parsing of object types in pg_du...
12 days ago Etsuro FujitaDisallow collecting transition tuples from child foreig...
12 days ago Michael PaquierAdd information about "generation" when dropping twice...
13 days ago Dean RasheedExtend int128.h to support more numeric code.
13 days ago Alexander KorotkovFix checkpointer shared memory allocation
13 days ago John NaylorUpdate ICU C++ API symbols
13 days ago Peter Eisentrautpg_upgrade: Improve message indentation
13 days ago Dean RasheedSimplify non-native 64x64-bit multiplication in int128.h.
13 days ago Dean RasheedOptimise non-native 128-bit addition in int128.h.
13 days ago Michael PaquierImprove tests of date_trunc() with infinity and unsuppo...
13 days ago Michael PaquierFix incorrect Datum conversion in timestamptz_trunc_int...
13 days ago Nathan BossartExpand usage of macros for protocol characters.
13 days ago 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-05 Masahiko SawadaSuppress maybe-uninitialized warning.
2025-08-05 Tom LaneFix incorrect return value in brin_minmax_multi_distanc...
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 Álvaro HerreraRename XLogData protocol message to WALData
2025-08-04 Fujii MasaoAvoid unexpected shutdown when sync_replication_slots...
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.
next