]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-12-23  Michael PaquierFix orphaned origin in shared memory after DROP SUBSCRI...
2025-12-23  Bruce Momjiandoc: add "DO" to "ON CONFLICT" in CREATE VIEW text
2025-12-22  Michael PaquierSwitch buffile.c/h to use pgoff_t instead of off_t
2025-12-22  Masahiko Sawadapsql: Improve tab completion for COPY option lists.
2025-12-22  Tom LaneAdd missing .gitignore for src/test/modules/test_cloexec.
2025-12-22  Fujii Masaodoc: Fix incorrect reference in pg_overexplain document...
2025-12-22  Michael PaquierFix another typo in gininsert.c
2025-12-21  Peter GeogheganRemove obsolete name_ops index-only scan comments.
2025-12-21  Thomas MunroClean up test_cloexec.c and Makefile.
2025-12-19  Andres Freundheapam: Move logic to handle HEAP_MOVED into a helper...
2025-12-19  Andres Freundbufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitLi...
2025-12-19  Bruce Momjiandoc: clarify when physical/logical replication is...
2025-12-19  Heikki LinnakangasUse proper type for RestoreTransactionSnapshot's PGPROC arg
2025-12-19  John NaylorUpdate pg_hba.conf example to reflect MD5 deprecation
2025-12-19  Michael PaquierFix typos in gininsert.c
2025-12-19  Fujii MasaoAdd guard to prevent recursive memory context logging.
2025-12-18  Michael PaquierUse table/index_close() more consistently
2025-12-18  Noah MischSort DO_SUBSCRIPTION_REL dump objects independent of...
2025-12-18  Heikki LinnakangasDo not emit WAL for unlogged BRIN indexes
2025-12-18  Amit KapilaFix intermittent BF failure in 040_standby_failover_slo...
2025-12-18  Michael Paquierbtree_gist: Fix memory allocation formula
2025-12-17  Michael PaquierFix const correctness in pgstat data serialization...
2025-12-17  Jacob Championoauth_validator: Avoid races in log_check()
2025-12-17  Jacob Championlibpq-oauth: use correct c_args in meson.build
2025-12-17  Jacob Championlibpq-fe.h: Don't claim SOCKTYPE in the global namespace
2025-12-17  Tom LaneRename regress.so's .mo file to postgresql-regress...
2025-12-17  Heikki LinnakangasMake postmaster 003_start_stop.pl test less flaky
2025-12-17  Amit KapilaSupport existing publications in pg_createsubscriber.
2025-12-17  Michael PaquierChange pgstat_report_vacuum() to use Relation
2025-12-16  Michael PaquierRemove useless code in InjectionPointAttach()
2025-12-16  Jeff DavisAvoid global LC_CTYPE dependency in pg_locale_icu.c.
2025-12-16  Jeff Davisdowncase_identifier(): use method table from locale...
2025-12-16  Jeff Davisltree: fix case-insensitive matching.
2025-12-16  Jeff DavisClarify a #define introduced in 8d299052fe.
2025-12-16  Jeff DavisFix multibyte issue in ltree_strncasecmp().
2025-12-16  Robert HaasSwitch memory contexts in ReinitializeParallelDSM.
2025-12-16  Tom LaneTest PRI* macros even when we can't test NLS translation.
2025-12-16  Melanie PlagemanAdd explanatory comment to prune_freeze_setup()
2025-12-16  Melanie PlagemanFix const qualification in prune_freeze_setup()
2025-12-16  Daniel Gustafssondoc: Update header file mention for CompareType
2025-12-16  John NaylorSeparate out bytea sort support from varlena.c
2025-12-16  Michael PaquierAdd TAP test to check recovery when redo LSN is missing
2025-12-16  Michael PaquierFail recovery when missing redo checkpoint record witho...
2025-12-15  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().
next