users/c2main/postgres.git
2025-01-06 John NaylorAlways use the caller-provided context for radix tree...
2025-01-06 John NaylorGet rid of radix tree's general purpose memory context
2025-01-06 John NaylorUse caller's memory context for radix tree iteration...
2025-01-05 Peter EisentrautRemove useless configure check
2025-01-05 Peter Eisentrautmeson: Fix missing name arguments of cc.compiles()...
2025-01-03 Andrew DunstanDocument strange jsonb sort order for empty top level...
2025-01-02 Richard GuoIgnore nullingrels when looking up statistics
2025-01-02 David RowleyFix outdated CHUNKHDRSZ value in nodeAgg.c
2025-01-01 David RowleyFix an assortment of spelling mistakes and typos
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-30 Tom LaneUpdate obsolete reference to plpgsql's gram.y file.
2024-12-30 Michael Paquierinjection_points: Tweak variable-numbered stats to...
2024-12-30 Michael PaquierFix memory leak in pgoutput with relation attribute map
2024-12-30 Michael PaquierRemove redundant wording in pg_statistic.h
2024-12-30 Michael PaquierFix failures with incorrect epoch handling for 2PC...
2024-12-29 Michael PaquierFix handling of orphaned 2PC files in the future at...
2024-12-29 Tom Lanecontrib/pageinspect: Use SQL-standard function bodies.
2024-12-29 Tom Lanecontrib/xml2: Use SQL-standard function bodies.
2024-12-29 Tom Lanecontrib/citext: Use SQL-standard function bodies.
2024-12-29 David RowleyFix overly large values/nulls arrays
2024-12-28 Tom LaneReplace PGPROC.isBackgroundWorker with isRegularBackend.
2024-12-28 Tom LaneExclude parallel workers from connection privilege...
2024-12-28 Tom LaneReserve a PGPROC slot and semaphore for the slotsync...
2024-12-28 Noah MischIn REASSIGN OWNED of a database, lock the tuple as...
2024-12-27 David RowleySpeedup tuple deformation with additional function...
2024-12-27 Michael PaquierImprove handling of date_trunc() units for infinite...
2024-12-26 David RowleyRemove unused totalrows parameter in compute_expr_stats
2024-12-26 Peter Eisentrautplpgsql: Rename a variable for clarity
2024-12-26 Michael PaquierFix typo in comment of compute_return_type() in functio...
2024-12-25 Heikki Linnakangasmeson: Export all libcommon functions in Windows builds
2024-12-25 Peter EisentrautAdd commit 301de6a6f60 to .git-blame-ignore-revs.
2024-12-25 Peter EisentrautPartial pgindent of .l and .y files
2024-12-25 Heikki Linnakangasmeson: Export all libcommon functions in Windows builds
2024-12-25 Peter Eisentrautguc: reentrant scanner
2024-12-24 Peter Eisentrautjsonpath scanner: reentrant scanner
2024-12-24 Peter GeogheganFix nbtree symbol name comment reference.
2024-12-24 Peter Eisentrautsyncrep parser: pure parser and reentrant scanner
2024-12-24 Peter Eisentrautreplication parser: pure parser and reentrant scanner
2024-12-24 Peter EisentrautRemove pgrminclude and associated scripts
2024-12-24 Peter EisentrautRemove pgrminclude annotations
2024-12-24 David RowleyFix race condition in TupleDescCompactAttr assert code
2024-12-23 Tom LaneTry to avoid semaphore-related test failures on NetBSD...
2024-12-23 Peter GeogheganReset btpo_cycleid in nbtree VACUUM's REDO routine.
2024-12-23 Tom Lanepostgres_fdw: re-issue cancel requests a few times...
2024-12-23 Heikki LinnakangasDon't allow GetTransactionSnapshot() in logical decoding
2024-12-23 Heikki LinnakangasRemove unnecessary GetTransactionSnapshot() calls
2024-12-23 David RowleyFix incorrect source filename references
2024-12-23 Michael PaquierFix some comments related to library unloading
2024-12-21 Heikki LinnakangasUpdate TransactionXmin when MyProc->xmin is updated
2024-12-20 David RowleyOptimize alignment calculations in tuple form/deform
2024-12-20 Heikki LinnakangasMark CatalogSnapshotData static
2024-12-20 Heikki LinnakangasFix variable reference in comment
2024-12-20 Melanie PlagemanFix overflow danger in SampleHeapTupleVisible(), take 2
2024-12-20 Thomas MunroFix corruption when relation truncation fails.
2024-12-20 David RowleyRemove pg_attribute.attcacheoff column
2024-12-20 Michael PaquierRelax regression test for fsync check of backend-level...
2024-12-20 David RowleyIntroduce CompactAttribute array in TupleDesc, take 2
2024-12-19 Melanie PlagemanRemove final mention of FREEZE_PAGE from comments
2024-12-19 Tom LaneGet rid of old version of BuildTupleHashTable().
2024-12-19 Tom LaneUse ExecGetCommonSlotOps infrastructure in more places.
2024-12-19 Tom LaneImprove planner's handling of SetOp plans.
2024-12-19 Tom LaneConvert SetOp to read its inputs as outerPlan and inner...
2024-12-19 Melanie PlagemanRemove extra prefetch iterator setup for Bitmap Table...
2024-12-19 Melanie PlagemanFix bitmap table scan crash on iterator release
2024-12-19 Peter GeogheganAvoid nbtree index scan SAOP scanBehind confusion.
2024-12-19 Peter Eisentrautbootstrap: pure parser and reentrant scanner
2024-12-19 Peter EisentrautSmall whitespace improvement
2024-12-19 Peter EisentrautPrevent redeclaration of typedef yyscan_t
2024-12-19 Michael PaquierAdd backend-level statistics to pgstats
2024-12-19 Michael PaquierExtract logic filling pg_stat_get_io()'s tuplestore...
2024-12-19 David RowleyOptimize grouping equality checks with virtual slots
2024-12-19 David RowleyFix Assert failure in WITH RECURSIVE UNION queries
2024-12-18 Melanie PlagemanRemove leftover mentions of XLOG_HEAP2_FREEZE_PAGE...
2024-12-18 Melanie PlagemanBitmap Table Scans use unified TBMIterator
2024-12-18 Melanie PlagemanAdd common interface for TBMIterators
2024-12-18 Melanie PlagemanFix overflow danger in SampleHeapTupleVisible()
2024-12-18 Melanie PlagemanMake rs_cindex and rs_ntuples unsigned
2024-12-18 Peter Eisentrautseg: pure parser and reentrant scanner
2024-12-18 Peter Eisentrautcube: pure parser and reentrant scanner
2024-12-18 Michael Paquierpsql: Add more information about service name
2024-12-18 Michael Paquierlibpq: Add service name to PGconn and PQservice()
2024-12-18 Tom LaneFix memory leak in pg_restore with zstd-compressed...
2024-12-17 David RowleyFix incorrect slot type in BuildTupleHashTableExt
2024-12-17 Nathan BossartAccommodate very large dshash tables.
2024-12-17 Tom LaneSkip useless calculation of join RTE column names durin...
2024-12-17 Melanie PlagemanCount pages set all-visible and all-frozen in VM during...
2024-12-17 Melanie PlagemanMake visibilitymap_set() return previous state of vmbits
2024-12-17 Melanie PlagemanRename LVRelState->frozen_pages
2024-12-17 Tom LaneSet max_safe_fds whenever we create shared memory and...
2024-12-17 Tom LaneSet the stack_base_ptr in main(), not in random other...
2024-12-17 Tomas VondraDetect version mismatch in brin_page_items
2024-12-17 Tomas VondraUpdate comments about index parallel builds
2024-12-17 Peter EisentrautRemove ts_locale.c's lowerstr()
2024-12-17 Peter EisentrautRemove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
2024-12-17 Richard GuoAvoid unnecessary wrapping for more complex expressions
2024-12-17 Amit KapilaDoc: Fix the wrong link on pg_createsubscriber page.
2024-12-17 Michael PaquierTweak some comments related to variable-numbered stats...
2024-12-17 Michael PaquierPrint out error position for some more DDLs
2024-12-17 Michael Paquierpg_combinebackup: Fix PITR comparison test in 002_compa...
2024-12-16 Tomas Vondradoc: Mention BRIN indexes support parallel builds
next