postgresql.git
11 days ago Peter EisentrautClarify comment about temporal foreign keys
12 days ago Álvaro HerreraReject opclass options in ON CONFLICT clause
12 days ago Peter EisentrautReplace most StaticAssertStmt() with StaticAssertDecl()
12 days ago Heikki LinnakangasNever store 0 as the nextMXact
13 days ago Nathan BossartFix some comments.
13 days ago Álvaro HerreraFix infer_arbiter_index for partitioned tables
13 days ago Heikki LinnakangasFix comment on how temp files and subtransactions are...
13 days ago Heikki LinnakangasAdd runtime checks for bogus multixact offsets
13 days ago Peter EisentrautMake <assert.h> consistently available in frontend...
13 days ago Michael PaquierUse palloc_object() and palloc_array(), the last change
13 days ago Michael Paquierpg_buffercache: Fix memory allocation formula
13 days ago Amit KapilaEnhance slot synchronization API to respect promotion...
13 days ago Peter GeogheganClarify why _bt_killitems sorts its items array.
13 days ago Michael PaquierFix allocation formula in llvmjit_expr.c
13 days ago Peter GeogheganFix MULTIXACT_DEBUG builds.
2025-12-10 Tom LaneAllow PG_PRINTF_ATTRIBUTE to be different in C and...
2025-12-10 Peter GeogheganReturn TIDs in desc order during backwards scans.
2025-12-10 Jeff DavisAdd pg_iswcased().
2025-12-10 Jeff DavisRemove char_tolower() API.
2025-12-10 Heikki LinnakangasFix bogus extra arguments to query_safe in test
2025-12-10 Heikki LinnakangasImprove DDL deparsing test
2025-12-10 Melanie PlagemanAdd comment about keeping PD_ALL_VISIBLE and VM in...
2025-12-10 Melanie PlagemanSimplify vacuum visibility assertion
2025-12-10 Heikki LinnakangasFix comment in GetPublicationRelations
2025-12-10 Heikki LinnakangasFix some near-bugs related to ResourceOwner function...
2025-12-10 Michael Paquierlibpq: Authorize pthread_exit() in libpq_check
2025-12-10 Michael PaquierFix failures with cross-version pg_upgrade tests
2025-12-10 Michael PaquierFix two issues with recently-introduced nbtree test
2025-12-09 Michael PaquierFix meson warning due to missing declaration of NM
2025-12-09 Heikki LinnakangasFix typo in comment
2025-12-09 David RowleyFix misleading comment in tuplesort.c
2025-12-09 Michael PaquierUse palloc_object() and palloc_array() in backend code
2025-12-09 Thomas MunroFix O_CLOEXEC flag handling in Windows port.
2025-12-09 Nathan Bossartvacuumdb: Add --dry-run.
2025-12-09 Nathan BossartAdd ParallelSlotSetIdle().
2025-12-09 Nathan Bossartvacuumdb: Move some variables to the vacuumingOptions...
2025-12-09 Masahiko SawadaAdd started_by column to pg_stat_progress_analyze view.
2025-12-09 Masahiko SawadaAdd mode and started_by columns to pg_stat_progress_vac...
2025-12-09 Nathan Bossartdoc: Fix titles of some pg_buffercache functions.
2025-12-09 Tom LaneSupport "j" length modifier in snprintf.c.
2025-12-09 Heikki LinnakangasAdd wait event for the group commit delay before WAL...
2025-12-09 Heikki LinnakangasFix warning about wrong format specifier for off_t...
2025-12-09 Heikki LinnakangasWiden MultiXactOffset to 64 bits
2025-12-09 Heikki LinnakangasMove pg_multixact SLRU page format definitions to a...
2025-12-09 Dean Rasheeddoc: Fix statement about ON CONFLICT and deferrable...
2025-12-09 Richard GuoFix distinctness check for queries with grouping sets
2025-12-09 Richard GuoFix const-simplification for index expressions and...
2025-12-09 Amit KapilaFix LOCK_TIMEOUT handling in slotsync worker.
2025-12-09 Peter EisentrautRemove useless casts in format arguments
2025-12-09 Peter EisentrautClean up int64-related format strings
2025-12-09 Peter EisentrautRemove unnecessary casts in printf format arguments...
2025-12-09 Michael PaquierUse palloc_object() and palloc_array() in more areas...
2025-12-09 Andres FreundImprove documentation for pg_atomic_unlocked_write_u32()
2025-12-09 David RowleyDoc: fix typo in hash index documentation
2025-12-09 Michael Paquierlibpq: Refactor logic checking for exit() in shared...
2025-12-09 Tom LaneFix minor portability issue in pg_resetwal.c.
2025-12-08 Peter GeogheganAvoid pointer chasing in _bt_readpage inner loop.
2025-12-08 Álvaro HerreraUnify some more messages
2025-12-08 Peter GeogheganRelocate _bt_readpage and related functions.
2025-12-08 Álvaro HerreraUnify error messages
2025-12-08 Heikki Linnakangaspg_resetwal: Use separate flags for whether an option...
2025-12-08 Heikki Linnakangaspg_resetwal: Reject negative and out of range arguments
2025-12-08 Peter EisentrautMake ecpg parse.pl more robust with braces
2025-12-08 Peter EisentrautUse PGAlignedXLogBlock for some code simplification
2025-12-08 Michael Paquiertest_custom_stats: Test module for custom cumulative...
2025-12-08 Amit KapilaPrevent invalidation of newly created replication slots.
2025-12-08 Michael Paquierinjection_points: Remove portions related to custom...
2025-12-08 Michael PaquierImprove error messages of input functions for pg_depend...
2025-12-07 Tom Laneecpg: refactor to eliminate cast-away-const in find_var...
2025-12-07 Tom LaneMicro-optimize datatype conversions in datum_to_jsonb_i...
2025-12-07 Tom LaneRemove fundamentally-redundant processing in jsonb_agg...
2025-12-07 Tom LaneRevise APIs for pushJsonbValue() and associated routines.
2025-12-07 Tom LaneAdd a macro for the declared typlen of type timetz.
2025-12-06 Tom LaneHandle constant inputs to corr() and related aggregates...
2025-12-06 Tom LaneDoc: include JSON in the list of SQL-standard types.
2025-12-06 Michael PaquierImprove error reporting of recovery test 027_stream_regress
2025-12-06 Michael PaquierAdd PostgreSQL::Test::Cluster::read_head_tail() helper...
2025-12-06 Tom LaneFix text substring search for non-deterministic collations.
2025-12-05 Heikki LinnakangasFix test to work with non-8kB block sizes
2025-12-05 Nathan BossartAdd commit 86b276a4a9 to .git-blame-ignore-revs.
2025-12-05 Robert HaasDon't reset the pathlist of partitioned joinrels.
2025-12-05 Tom LaneFix some cases of indirectly casting away const.
2025-12-05 Álvaro HerreraStabilize tests some more
2025-12-05 Heikki LinnakangasFix setting next multixid's offset at offset wraparound
2025-12-05 Michael PaquierUse more palloc_object() and palloc_array() in contrib/
2025-12-05 Michael PaquierImprove test output of extended statistics for ndistinc...
2025-12-05 Amit KapilaRename column slotsync_skip_at to slotsync_last_skip.
2025-12-05 Michael PaquierFix some compiler warnings
2025-12-05 Michael PaquierShow version of nodes in output of TAP tests
2025-12-04 Melanie PlagemanSuppress spurious Coverity warning in prune freeze...
2025-12-04 Nathan BossartFix key size of PrivateRefCountHash.
2025-12-04 Peter EisentrautRemove no longer needed casts from Pointer
2025-12-04 Peter EisentrautRemove no longer needed casts to Pointer
2025-12-04 Álvaro Herreraamcheck: Fix snapshot usage in bt_index_parent_check
2025-12-04 Peter Eisentrautheaderscheck ccache support
2025-12-04 Peter Eisentrautheaderscheck: Use LLVM_CPPFLAGS
2025-12-04 Alexander KorotkovFix incorrect assertion bound in WaitForLSN()
2025-12-03 Andres FreundRename BUFFERPIN wait event class to BUFFER
2025-12-03 Andres FreundAdd pg_atomic_unlocked_write_u64
2025-12-03 Andres Freundbufmgr: Turn BUFFER_LOCK_* into an enum
next