]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
13 days ago  Michael PaquierFail recovery when missing redo checkpoint record witho...
13 days ago  Tom LaneRevert "Avoid requiring Spanish locale to test NLS...
2025-12-15  Jacob Championlibpq: Align oauth_json_set_error() with other NLS...
2025-12-15  Jacob Championlibpq-oauth: Don't translate internal errors
2025-12-15  Jacob Championlibpq: Add missing OAuth translations
2025-12-15  Nathan BossartAllow passing a pointer to GetNamedDSMSegment()'s init...
2025-12-15  Noah MischRevisit cosmetics of "For inplace update, send nontrans...
2025-12-15  Noah MischCorrect comments of "Fix data loss at inplace update...
2025-12-15  Tom LaneAvoid requiring Spanish locale to test NLS infrastructure.
2025-12-15  Jeff DavisRemove incorrect declarations in pg_wchar.h.
2025-12-15  Jeff DavisRemove unused single-byte char_is_cased() API.
2025-12-15  Jeff DavisUse multibyte-aware extraction of pattern prefixes.
2025-12-15  Tom LaneAdd offnum range checks to suppress compile warnings...
2025-12-15  Heikki LinnakangasIncrease timeout in multixid_conversion upgrade test
2025-12-15  Heikki LinnakangasImprove sanity checks on multixid members length
2025-12-15  Álvaro HerreraDisable recently added CIC/RI isolation tests
2025-12-15  Peter EisentrautRefactor static_assert() support.
2025-12-15  Heikki LinnakangasClarify comment on multixid offset wraparound check
2025-12-15  David RowleyFix typo in tablecmds.c
2025-12-15  Amit KapilaAdd retry logic to pg_sync_replication_slots().
2025-12-15  Michael Paquiertest_custom_stats: Fix compilation warning
2025-12-15  Michael Paquierpageinspect: use index_close() for GiST index relation
2025-12-15  Michael Paquiertest_custom_stats: Add tests with read/write of auxilia...
2025-12-15  Michael PaquierAllow cumulative statistics to read/write auxiliary...
2025-12-14  Tom LaneUpdate typedefs.list to match what the buildfarm curren...
2025-12-14  Tom LaneMake "pgoff_t" be a typedef not a #define.
2025-12-14  Tom LaneLooks like we can't test NLS on machines that lack...
2025-12-14  Andres Freundbufmgr: Add one-entry cache for private refcount
2025-12-14  Andres Freundbufmgr: Separate keys for private refcount infrastructure
2025-12-14  Tom LaneTry a few different locale name spellings in nls.sql.
2025-12-14  Tom LaneFix double assignment.
2025-12-14  Tom LaneAdd a regression test to verify that NLS translation...
2025-12-14  Alexander KorotkovRefactor WaitLSNType enum to use a macro for type count
2025-12-14  Alexander KorotkovFix usage of palloc() in MERGE/SPLIT PARTITION(s) code
2025-12-14  Alexander KorotkovImplement ALTER TABLE ... SPLIT PARTITION ... command
2025-12-14  Alexander KorotkovImplement ALTER TABLE ... MERGE PARTITIONS ... command
2025-12-14  Michael Paquierdoc: Fix incorrect documentation for test_custom_stats
2025-12-13  Tom LaneFix jsonb_object_agg crash after eliminating null-value...
2025-12-13  Peter EisentrautUse correct preprocessor conditional in relptr.h
2025-12-13  Peter EisentrautFix out-of-date comment on makeRangeConstructors
2025-12-13  Peter EisentrautClarify comment about temporal foreign keys
2025-12-12  Álvaro HerreraReject opclass options in ON CONFLICT clause
2025-12-12  Peter EisentrautReplace most StaticAssertStmt() with StaticAssertDecl()
2025-12-12  Heikki LinnakangasNever store 0 as the nextMXact
2025-12-11  Nathan BossartFix some comments.
2025-12-11  Álvaro HerreraFix infer_arbiter_index for partitioned tables
2025-12-11  Heikki LinnakangasFix comment on how temp files and subtransactions are...
2025-12-11  Heikki LinnakangasAdd runtime checks for bogus multixact offsets
2025-12-11  Peter EisentrautMake <assert.h> consistently available in frontend...
2025-12-11  Michael PaquierUse palloc_object() and palloc_array(), the last change
2025-12-11  Michael Paquierpg_buffercache: Fix memory allocation formula
2025-12-11  Amit KapilaEnhance slot synchronization API to respect promotion...
2025-12-11  Peter GeogheganClarify why _bt_killitems sorts its items array.
2025-12-11  Michael PaquierFix allocation formula in llvmjit_expr.c
2025-12-11  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
next